satori

Forum Replies Created

Viewing 10 posts - 621 through 630 (of 1,561 total)
  • Author
    Posts
  • in reply to: One-page setting problems #3012
    mmsatori
    Keymaster

    Hey Massakid,

    I’d need to see the back-end to provide a definitive answer here – I will look into this issue together with the others that require back-end access (see my other reply).

    Sincerely,
    Andrii / Satori Studio

    in reply to: Header Menu Issue #3010
    mmsatori
    Keymaster

    Hey Galini,

    you can change the font of the menu items, as well as their font size, in the “Typography” tab of the Theme Options panel – the “Menu item font” and “Primary menu item font size” settings is what you need ;) the padding between the menu items is not changeable via the admin settings, yet you can also alter it if you wish, by adding a line of CSS code into the “Style: Add Custom CSS” tab of the Theme Options panel:

    #nav-primary li { padding: 0 !important; }
    

    Regarding the “Team” page: the Large-text page template was programmed not to become part of the main menu in Kanso, i.e. this behavior is intended – the Large-text template is mostly used for call-to-action statements which rarely correspond to separate semantic sections of the website. However, by popular demand I’ve removed this relationship in version 1.4 of the theme, in which the menu also displays the Large-text pages. Please update to the latest version (you can get it from your “Downloads” tab of the ThemeForest account).

    Sincerely,
    Andrii / Satori Studio

    in reply to: portfolio #3009
    mmsatori
    Keymaster

    Hey Massakid,

    I will need access to your WP admin to troubleshoot the portfolio issue – please provide your login credentials by sending an email to support@satoristudio.net (no disclosure guaranteed). I will also look into the import issue once I can see the back-end.

    Regarding your second question: please give more details as to what kind of grid you’re looking for – should it contain elements of various sizes or same size, should they align by rows/columns or form a masonry layout, etc. Thanks!

    Sincerely,
    Andrii / Satori Studio

    in reply to: header transparency #3004
    mmsatori
    Keymaster

    Hey Sebastian,

    this hasn’t been originally envisaged in the theme, i.e. is not available via the admin settings, yet a piece of CSS code can help in this case:

    .smallheader { opacity: 0.8; }
    

    which you can insert into the “Style: Add Custom CSS” tab of the Theme Options panel.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Is it possible to completely remove the top bar menu? #2999
    mmsatori
    Keymaster

    Hey Jonas,

    please try this CSS:

    body { padding-top: 16px; }
    body.page-portfolio { padding-top: 8px !important; }
    

    Concerning the second question: displaying regular posts in the portfolio grid hasn’t been envisaged in Ikebana – it is possible, yet would require some considerable changes in the code of several core template files. I’d recommend trying out the plugin solution first, it does work for me on several instances of WordPress.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Front page sidebar #2998
    mmsatori
    Keymaster

    Hey Jonathan,

    glad to hear you’ve managed to solve this one! The code you’ve added is exactly the same I’ve used in the file I sent you :) in the latter case it was in a separate block of Javascript, that was the only difference.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Is it possible to completely remove the top bar menu? #2995
    mmsatori
    Keymaster

    Hey Jonas,

    if you want to get rid of the top bar completely, you can go two ways:
    1). remove the code that generates it from the “header.php” theme file (found in the theme’s root folder): lines 75-142
    2). OR just add a CSS rule to not display it:

    #header { display: none !important; }
    

    this will not physically remove the code, i.e. it will still be loaded into the browser, yet it will never be displayed to the users.

    Regarding your second question – this one is rather tricky. In fact, I’ve spent quite some time battling with this issue for one of my other projects as well. It seems that in WordPress the slugs for custom post types (which is what Projects are) cannot be removed via the admin back-end – the only solution I know of is to create rewrite rules in the website’s .htacess file. There is a plugin that helps you accomplish exactly that – yet I’d recommend extreme caution with rewrite rules as they may affect how search engines and users see your website.

    Sincerely,
    Andrii / Satori Studio

    in reply to: portfolio #2993
    mmsatori
    Keymaster

    Hey Massakid,

    in case the problems with portfolio persist, do not hesitate to contact me, I will be glad to provide further assistance.

    Best,
    Andrii / Satori Studio

    in reply to: feature image mouse hover #2992
    mmsatori
    Keymaster

    Hey Massakid,

    please excuse me, the first two options will become available from theme version 1.5.

    Meanwhile, you can control the mentioned parameters by adding several lines of code into the “Style: Add Custom CSS” tab of the Theme Options panel:

    .isotope .image-post-overlay {
    background-color: #333333 !important;
    opacity: 0.5 !important;
    }
    

    In the above code, you can replace the “#333333” by the hex representation of any color you require. The “opacity” setting can take values from 0.0 to 1.0, where 0.0 is fully transparent, and 1.0 is opaque.

    Should you have additional questions about the portfolio overlays, do not hesitate to contact me!

    Sincerely,
    Andrii / Satori Studio

    in reply to: page background image and color #2991
    mmsatori
    Keymaster

    Hey Massakid,

    I can see from the URL you’ve provided that you’ve changed backgrounds for some of the pages (e.g. “Face.M” and the contact form sections). Please let me know if this problem is still topical :)

    Regarding the margins between one-page sections: please try inserting this code into the “Style: Add Custom CSS” section of the Theme Options panel:

    .page-template-page_one-page-php .page-holder { padding-bottom: 50px !important; }
    .page-template-page_one-page-php .page-delimiter { margin-bottom: 50px !important; }
    

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 621 through 630 (of 1,561 total)