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 - 361 through 370 (of 1,561 total)
  • Author
    Posts
  • in reply to: Header Font Size2 #3691
    mmsatori
    Keymaster

    Hey PV,

    could you please provide the URL of the website in question? I would need to see the live code before I can provide meaningful recommendations; if for some reason you do not wish to disclose the URL here, you can send me an email to support@satoristudio.net

    Sincerely,
    Andrii / Satori Studio

    in reply to: Logo cutting off #3689
    mmsatori
    Keymaster

    Hey Selena,

    could you please provide the URL of the page in question? I’d need to see the actual code before I can provide a definitive solution. Thanks! If for some reason you do not wish to disclose the website’s URL on the forum, you can send me an email to support@satoristudio.net

    Sincerely,
    Andrii / Satori Studio

    in reply to: Multiple Pages with different Portfolio page #3688
    mmsatori
    Keymaster

    Dear Selena, please download this archive, unzip it, and upload the resulting file into the theme folder (/wp-content/themes/Ikebana/) via ftp, replacing the existing files when prompted.

    Dear Luigi, thank you for the suggestion! I will consider adding this feature to the next versions of Ikebana.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Prev/Next portfolio items #3681
    mmsatori
    Keymaster

    Hey Dan,

    one would need to use the native “next_post_link()” and “prev_post_link()” functions; here you go, just upload the contained files into the theme folder (/wp-content/themes/Ikebana/), replacing the existing ones. Let me know if something’s not working!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Default to 'full width', instead of 'right sidebar'? #3680
    mmsatori
    Keymaster

    Hey Timothy,

    glad it worked!

    Should you have other questions about the theme, do not hesitate to contact me!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Chineses did not work #3676
    mmsatori
    Keymaster

    Hey Spock,

    well, my personal aspiration is to see the Russians being recognized not for being rather impreturbable people, but more as a nation which gave the world the Periodic Table and objective psychology, and put man into space :) but that requires hard work and humility, from each one in particular.

    In any case – should you have any other questions about the theme, or face issues during its usage or set-up, do not hesitate to contact me!

    Best,
    Andrii / Satori Studio

    in reply to: Default to 'full width', instead of 'right sidebar'? #3675
    mmsatori
    Keymaster

    Hey Timothy,

    in one of the previous posts, you’ve mentioned removing the layout choice box completely for projects, which is what I aimed at doing :) if you want to keep the box but make the full-width layout default only for projects, you will need to create two separate add_meta_box() calls. I’ve made an example for you here (changed lines 496-609).

    Sincerely,
    Andrii / Satori Studio

    in reply to: Page content Layout #3670
    mmsatori
    Keymaster

    Hey Massaki,

    there are various ways in which to build page web layouts; Kanso comes with a multitude of shortcodes, including a columns shorcode, that have been designed to fulfill this role. Please refer to page 11 and Appendix 2 of the theme manual for more detailed information on how to use the shortcodes. In case you face any issues, do not hesitate to contact me!

    Sincerely,
    Andrii / Satori Studio

    mmsatori
    Keymaster

    Hey Turek99,

    first of all, thank you for the purchase!

    At the moment Kanso allows adding one slider to the designated area below the main menu; however, you can use the respective slider shortcodes (shown in the “shortcode” column of the sliders table in the “Revolution Slider” admin section) to add any slider to any page’s content; otherwise, custom static header images are possible for individual pages, posts and projects using the “Page settings” box in the page editor mode.

    If you are familiar with php code, you can add sliders directly into the theme’s template files by using the do_shortcode function and if-statements that check for specific page/post/project IDs, e.g.:

    global $post;
    if ( $post->ID == 1 ) {
    do_shortcode('[rev_slider frontslider]');
    }
    

    Sincerely,
    Andrii / Satori Studio

    in reply to: Chineses did not work #3663
    mmsatori
    Keymaster

    Hey Spock,

    glad it worked!

    The 1.1 version is still in the process of becoming available online, please check this Friday or the upcoming Monday (once a new version is available, every existing user should receive an email, and the changelog at the bottom of the theme’s TF page will be updated as well.

    Thank you for your patience!

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 361 through 370 (of 1,561 total)