Forum Replies Created
-
AuthorPosts
-
satori
KeymasterHey there,
having two independent blogs is not envisaged in Ikebana, i.e. this feature is not available “out of the box”. In principle, there are three ways you can achieve this:
– Create a WP Multisite, as described here
– Simply use categories to sort the posts, and use the category archive pages (www.example.com/category/[name]) as two separate blogs
– or create a new custom template file using a WP_Query loop that displays posts that meet certain criteria (e.g. category, tag, or a custom taxonomy).
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Mk1990,
first of all, thank you for the purchase!
At the moment I can see no errors or glitches on the page you’ve linked to, it displays the blog of your website as it should. In WordPress, the theme data does not affect general website settings, e.g. which page serves as a front page. In order to have a static front page, please change the settings in the “Settings -> Reading” admin area (for more information on this, see also theme manual, page 4). In case I’ve missed something or if you have additional questions, do not hesitate to contact me!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Aderli,
portfolio item captions are sourced from excerpts in Ikebana, and it is not changeable via the admin back-end settings. You can change the source of the captions, however, by customizing the template files which are responsible for generating project content (“content.php” and “content-[format].php”). E.g. in the “content.php” the lines that generates the caption are 75-79:
ID ) ) { ?>
You can change the “has_excerpt()” to any other condition, and “the_excerpt” to any other WP template tag.
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Aderli,
please download this custom file I’ve made for you. After you upload the contained “index.php” into the theme folder, the tag archive title should also disappear given that the Theme Options setting you’ve mentioned above is active. Please let me know if it works!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Aderli,
the blog posts are still blog posts and the grid still consists of portfolio projects in version 3.0 – in fact, so far I am not planning to add this hack to the theme because, as pointer earlier, the grid has been envisaged to display portfolio items, and the blog has been made to look different on purpose, in order for the users not to confuse the two. You can try implementing the custom solution posted here, preferably via a child theme, yet the extra code is not present in the 3.0 theme version.
By the way, I am building a new theme right now, called Shogun, which will offer much more page templates that any other of my themes, and there the user will be able to choose a grid layout independently for a blog and for a portfolio. Stay tuned!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Jody,
first of all, thank you for the purchase!
Please try using this piece of CSS code:
.rev_slider_wrapper ul li { margin: 0 !important; }
Let me know if it fixes the problem!
Sincerely,
Andrii / Satori Studiosatori
KeymasterHey Jonas,
thanks for noticing, this was indeed corrected in 3.1, yet the code is in another file: please try updating this one as well, and let me know if it removes the footer width problem on small screens.
Best,
Andrii / Satori StudioMarch 13, 2014 at 12:59 pm in reply to: Excerpts overlay don't show on portfolio projects with no image #2749satori
KeymasterHere you go :)
Line 105 was modified from the_content() to the_title(), for the reference.Best,
A. / Satori Studiosatori
KeymasterArgh, sorry, this is my fault. The 3.1 hasn’t yet been made available by ThemeForest. It should be online by the end of the week. In the meantime, here’s the “custom-styles.css” I’ve talked about.
Best,
Andrii / Satori Studiosatori
KeymasterHey Kjael,
this happens because the existing menu items just don’t fit into the space left in the header area after the logo :) you could try e.g. reducing the padding of the “li” elements by adding a bit of CSS:
#nav-primary li { padding: 0 !important; }
Best,
Andrii / Satori Studio -
AuthorPosts