Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
Dear Vlad,
I’ve sent you an email ;)
Sincerely,
AndrewsatoriKeymasterJust let me know it the problem persists ;)
Sincerely,
A.satoriKeymasterDear Molly,
this is just to let you know that the theme update (ver. 1.2) has been accepted by the marketplace and is now available from the “Downloads” tab of your ThemeForest account.
Sincerely,
Andrew | Satori StudiosatoriKeymasterDear Vlad,
the shortcode issue has not been reported before, and it’s hard to emulate on another machine since it is inside the admin area; I’m going to send you the latest version of the shortcodes folder to update, can I send it to the email you used while registering on this forum?
Regarding the second question – please add this code to the “style.css” file (“Appearance -> Editor”):
.home #nav-secondary li.current-menu-item a { background-color: inherit !important; }
and do not forget to hit “Update File” ;)Sincerely,
Andrew | SatorisatoriKeymasterDear Savanna,
first of all, thank you for the purchase!
Please try disabling all plugins and check if the Theme Options are being saved then. If still not, please provide your admin login/password to support@satoristudio.net (no disclosure guaranteed) so that I could look at the admin code.
Sincerely,
Andrew | SatorisatoriKeymasterDear Mollyn,
first of all, thank you for the purchase!
This is a know issue, and at the moment I am preparing a theme update which will contain a fix. The issue stems from the compatibility conflict with the Jetpack plugin, namely one of its shortcodes. Before the update comes out, there are two alternatives: you can delete one file from the Jetpack plugin (this will not affect anything except removing one shortcode option):
/wp-content/plugins/Jetpack/modules/shortcodes/videopress.php
– or I can send you the newer version of the theme to the email you indicated while registering on this forum.Please let me know which is best for you :)
Sincerely,
Andrew | Satori StudiosatoriKeymasterHey Timo,
thank you for expressing interest in my work!
To answer your questions:
1). Yes, sure, you can set a posts page or a static page as your front page, using the standard WordPress settings in “Settings -> Reading”.
2). It is indeed possible to use the image slider on the blog posts page.
3). In case the featured image (post thumbnail) is less than 656px wide, it will float to the left, and the post text will flow to the right. This is the theme’s default, yet it can be changed to anything if needed, I assist with such kind of small design issues on this forum as well ;)
If I was unclear/did not get the point or if you have more questions, do not hesitate to ask!
Sincerely,
Andrew | SatorisatoriKeymasterDear Inoran,
to answer your questions:
1). Please go to the Theme Options panel, “Style: Content, Widgets” tab. There you will find the “Post heading text color” option, which does the trick ;) note, however, that this option will also change the sidebar widget headings. If you do not want that to happen, then we must add one line of code: please go to “Appearance -> Editor” and add this line at the bottom of “style.css” (should be opened by default):
.blog .post-header h2 { color: #ff0000; }
and hit “Update File”.2). To hide page titles, please add another line of code to the same file:
.type-page h1 { display: none; }
note, however, that this will hide headings on all pages; in case you want to be more selective, you can use the following line:
#post-xx h1 { display: none; }
where “xx” is the page ID in question. You can locate the page ID by going into the editor mode for that page and looking at the URL in the browser: the numeral after “post=” will indicate the page ID.Should you have more questions, do not hesitate to ask!
Sincerely,
Andrew | SatorisatoriKeymasterAnytime ;)
satoriKeymasterDear Undalkeor,
please try using last=”1″ on each column that is supposed to be the last one on its line – there is no way the system can know where we want to break the line, thus we need to hint at it with a small addition to the shortcode. The full code for a last column in a line would look like:
[column size=”1-2″ last=”1″]This is column text[/column]
There is some additional information on this in the manual, page 13 ;)Sincerely,
Andrew | Satori -
AuthorPosts