satori

Forum Replies Created

Viewing 10 posts - 721 through 730 (of 1,561 total)
  • Author
    Posts
  • in reply to: I would like to have 2 BLOGS in my Web Site #2771
    mmsatori
    Keymaster

    Hey 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 Studio

    in reply to: Demo importing fail #2769
    mmsatori
    Keymaster

    Hey 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 Studio

    in reply to: Portfolio item captions – change source #2768
    mmsatori
    Keymaster

    Hey 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 Studio

    in reply to: Hide "Tag Archives" prefix on category pages #2767
    mmsatori
    Keymaster

    Hey 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 Studio

    in reply to: Posts instead of custom post types in portfolio #2765
    mmsatori
    Keymaster

    Hey 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 Studio

    in reply to: Revolution Slider position #2763
    mmsatori
    Keymaster

    Hey 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 Studio

    in reply to: Footer width doesn't match content and header width #2753
    mmsatori
    Keymaster

    Hey 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 Studio

    mmsatori
    Keymaster

    Here you go :)
    Line 105 was modified from the_content() to the_title(), for the reference.

    Best,
    A. / Satori Studio

    in reply to: Footer width doesn't match content and header width #2748
    mmsatori
    Keymaster

    Argh, 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 Studio

    in reply to: menu links to other pages in one-page mode #2744
    mmsatori
    Keymaster

    Hey 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

Viewing 10 posts - 721 through 730 (of 1,561 total)