Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

satori

Forum Replies Created

Viewing 10 posts - 201 through 210 (of 1,561 total)
  • Author
    Posts
  • in reply to: How To Replicate DEMO Layout? #6870
    mmsatori
    Keymaster

    Hey innovatetaos,

    first of all, thank you for using Ikebana!

    You can import demo content from the file included with the theme – please follow the instructions in the “Importing Demo Content” section of the Manual (page 13). After that, you can set up a portfolio masonry page using the demo content – please see section “Portfolio” on pp 4-7 of the theme manual for an illustrated guide on how to achieve that. In case you encounter any difficulties or have questions along the way, do not hesitate to contact me.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Portfolio page – one page layout #6868
    mmsatori
    Keymaster

    Hey Shedstar,

    first of all, thank you for using Kanso!

    Glad to hear you’ve sorted this one out; for other forum visitors – the number of items per row on a portfolio page can be adjusted using the “Number of portfolio items per line” setting in the “Portfolio Page” tab of the Theme Options panel. There’s a choice of having from 1 to 6 items per row.

    Should you have other questions about Kanso or face bugs/problems/issues – do not hesitate to contact me.

    Sincerely,
    Andrii / Satori Studio

    in reply to: disable theme lightbox #6859
    mmsatori
    Keymaster

    Hey Samuel,

    you can disable the built-in lightbox by commenting out one line of code in the “functions.php” file; to do this, please visit the theme editor (Appearance -> Editor admin menu), click on the respective file in the right side of the screen, locate this line (should be 354 if you want to use a third-party editor instead):

    include_once( get_template_directory(). '/includes/easy-fancybox/easy-fancybox.php' );

    and change it to:

     // include_once( get_template_directory(). '/includes/easy-fancybox/easy-fancybox.php' );

    To answer your second question: there was a search functionality on the forums previously, yet we disabled it due to incompatibility with the latest version of the forum software; we are planning to get it back in the foreseeable future.

    Sincerely,
    Andrii / Satori Studio

    in reply to: menu not showing all pages #6854
    mmsatori
    Keymaster

    Hey Samuel,

    please perform the following actions:

    1). Please update your instance of Kanso to the latest version (1.6): download the theme from the “Downloads” tab of your ThemeForest account, unzip the resulting package, unzip the “Kanso_Installable” found inside the resulting “Kanso_WP_Theme_Package” folder, and upload the entire resulting “Kanso” folder into the following directory of the WordPress installation on your server: /wp-content/themes/ effectively rewriting the existing one.

    2). Please make sure that the pages you mention are not ticked in the “Pages to EXCLUDE from one-page website MENU” setting in the “One-Page Website” tab of the Theme Options panel, inside the WP admin area.

    Let me know if the problem persists after the above steps!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Disaster after an update to WP 4.2.2 #6853
    mmsatori
    Keymaster

    Hey Radoslav,

    first of all, thank you for using Ikebana!

    Could you please provide a link to the website in question – I wasn’t able to reproduce the bug on an instance of Ikebana, thus will be able to provide a more precise guidance after seeing the actual code. Thanks!

    Sincerely,
    Andrii / Satori Studio

    in reply to: weird portfolio behaviour #6848
    mmsatori
    Keymaster

    Hey Samuel,

    first of all, thank you for using Kanso!

    Glad to hear that the issue has been resolved. In case you face any other problems or have questions about the theme, do not hesitate to contact me.

    Sincerely,
    Andrii / Satori Studio

    in reply to: sample text #6847
    mmsatori
    Keymaster

    Hey Alexandra,

    first of all, thank you for using Kanso!

    I will go over the questions in the same order:

    1). The light-grey text you are referring to is generated using the excerpt. You can edit/remove it by editing the excerpt in the edit mode for the respective page. You can find more information on this on page 5 of the Theme Manual.

    2). Please provide a screenshot of the page in question or allow access to the live website – at the moment “http://www.alexandraverkerk.nl” says “You don’t have permission to access / on this server”.

    3). Again, I would need to see the page in question – seeing the code would help me produce an efficient and precise solution to the issue. Thanks!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Sidebar in blog. Is this possible? #6839
    mmsatori
    Keymaster

    Hey Minimizan,

    first of all, thank you for choosing Kanso!

    In general, the theme’s design does not envisage a blog with a sidebar; however, it is technically possible. Please find instructions below:

    1). Paste this code into the “Style: Add Custom CSS” tab of the Theme Options panel:

    .page-holder #post-list .post-header {
    margin: 0 0 30px 0 !important; 
    max-width: 100% !important;
    }
    
    .page-template-page_blog-posts-php #content {
    width: 60%;
    float: left;
    }
    
    .page-template-page_blog-posts-php #sidebar {
    float: right;
    }
    
    .page-template-page_blog-posts-php #post-list {
    width: 100%;
    }
    

    2). Download this customized file, unzip it, and upload the resulting php template into the theme folder on your server (/wp-content/themes/Kanso/), replacing the existing file.

    Should you encounter problems in the process, please let me know!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Portfolio items repeating #6835
    mmsatori
    Keymaster

    Hey Gerold,

    first of all, thank you for choosing Ikebana!

    The issue looks like the bug where the infinite scroll had been interacting with projects that have the “sticky” attribute set to active; it was fixed in the latest versions of the theme – please try updating your instance of Ikebana to version 3.3 (you can download the latest version from the “Downloads” tab of your ThemeForest account), it should solve the issue. If you encounter any difficulties during the theme update process, please let me know! Alternatively, you can provide access to the ftp account connected with the website in question, and I will update for you.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Video In Masonry #6831
    mmsatori
    Keymaster

    Hey Trish,

    could you please check if you’re using the full URL of the video in the content area of the project which corresponds to the tile (i.e. https://www.youtube.com/watch?v=mTVpFWBjYIo instead of https://youtu.be/mTVpFWBjYIo), and that the “Playable video in masonry tile (only for “video” format)” setting has been checked.

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 201 through 210 (of 1,561 total)