Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey Chris,
the image for the button is sourced as a background and powered by javascript, thus it may take a hard-refresh (or clearing the cache) to force the new one to display.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Chris,
the above snipped was meant to tackle both issues :) again, since it does work on my testing environment, I’m afraid I’ll have to wait until I see the live code to be able to tell you what the problem is; please note, however, that the “pause” and the “link” settings on the background slider refer to the mouse being above the slider itself, i.e. where the background is “exposed”, not covered by other elements such as the semi-transparent content area or the header.
Sincerely,
Andrii / Satori Studiosatori
KeymasterAh, sorry for that, Fabio!
I forgot to declare the array just in case the next function returns nothing :)
Please try this updated file.Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Chris,
1). unfortunately I can’t see the screenshot :( could you please send it to me to support@satoristudio.net? Thanks!
3). if you’ve already had comments before you activated the setting, everyone will still see them unless you delete them manually – the setting only prohibits any future comments.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Caroline,
you’ve got a point, the top margin should be narrower. Please download this updated archive, unzip it, and upload the resulting file into the theme folder (/wp-content/themes/Kanso/).
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Chris,
the copyright link code works on my machine – I’ll have to wait until I can see your website’s code to make a new suggestion, sorry.
The “scroll to top” button is a sprite – it is an image with two parts, and one or the other is revealed depending on whether the cursor is over it or not. You can of course take the default image and alter it as you like ;)
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Chris,
I will go over the questions in the same order:
1). I’m not sure I understood what you meant by a beam – would you be able to post a screenshot or explain further? Thanks!
2). I’m planning to add these settings in the next Tokyo update; meanwhile it is possible to use CSS (adding it at the bottom of the theme’s “style.css” file):
.widget-sidebar .tagcloud a { color: #cccccc; }
.widget-sidebar .tagcloud a:hover { color: #cccccc; }you can replace the #cccccc with any color you like (in a hex notation).
3). To disable all comments, please go to “Settings -> Discussion” admin section and untick the “Allow people to post comments on new articles” option.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Chris,
the color of the links on hovering in the copyright area can be changed by adding a line of custom CSS:
#copyright-inner a:hover { color: #000000; }
you can replace the “#000000” with the hex notation of any color you like. You can insert the code at the bottom of the theme’s main “style.css” file (opens by default when you visit the “Appearance -> Editor” section).
The “scroll to top” button is an image – you can customize the default one and upload it in the “Scroll to top button” field in the “Page Elements” tab of the Theme Options panel.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Chris,
could you please clarify what you mean by the “bottom border”? Or better still, provide a screenshot? Thanks!
The search form text can be made italic using some custom CSS:
input#s { font-style: italic; }
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Tuktop,
thank you for the demo :)
I’ve improved the code that generates the column shortcodes in the first place, so that no workarounds are needed – please download this archive, unzip it, and upload the resulting file into the following folder:
/wp-content/plugins/shortcodes/lib
replacing the existing file.
Let me know if it works better now with the fix!Sincerely,
Andrii / Satori Studio -
AuthorPosts