satori

Forum Replies Created

Viewing 10 posts - 801 through 810 (of 1,561 total)
  • Author
    Posts
  • in reply to: Error in portfolio #2579
    mmsatori
    Keymaster

    Hey there,

    could you please clarify: does the portfolio page not render at all, or are the portfolio items blank, or something else? Also, please provide the URL of your website, the previous one you’ve given in one of your earlier threads doesn’t seem to be working. Thanks!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Font Awesome #2573
    mmsatori
    Keymaster

    Hey Lisam,

    first of all, thank you for the purchase!

    The left-side boxes are the so-called icon menu, and they use images instead of Font Awesome icons; you can set up the menu in the “Icon Menu” tab of the Theme Options panel, where you can create the items, upload images, set up links, etc. Should you have other questions about the menu or any other part of the theme, do not hesitate to contact me!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Error in portfolio #2571
    mmsatori
    Keymaster

    Hey On3w,

    you’re right, thank you for noticing this! I’ve spent several hours trying to understand this, and it seems that it’s an IE bug whereas it does not reload a page that contains a hash, even if the URL changes. I’ve managed to find a workaround though – please download this archive, unzip it, and upload the contained file into the theme folder. Please let me know if it works!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Custom Sidebars not displaying #2570
    mmsatori
    Keymaster

    Hey Jwoodisgood,

    please make sure that you’ve defined which sidebars are available for substitution by the custom sidebars, just like the message suggests :) For this, please go to the “Appearance -> Custom Sidebars” admin section, select the sidebars available for substitution in the “Replaceable Sidebars” box, and press “Save changes” to preserve the settings.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Keeping footer down #2569
    mmsatori
    Keymaster

    Hey Credo,

    this is not possible with CSS (you can check out other premium and free WP themes, they all have a floating footer). It might be possible via some custom javascript for example, but I’m not sure anyone ever did that.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Sub-menu alignment #2555
    mmsatori
    Keymaster

    Hey Credo,

    I cannot think of a way to implement it via pure CSS, since the submenus are absolutely-positioned, and the window width is different for every new user. The only way to achieve the container alignment that I could think of is by using some additional jQuery to set the left-padding for the first “li” element of every submenu to half of the difference between the widths of the window and the container – something like this (not tested):

    
    var $subpad = jQuery.noConflict();
    $subpad(document).ready(function() {
       var leftpadding = $subpad(window).width() - $subpad('.container').width();
       $subpad('#nav-primary ul ul li:first-child').css('padding-left',leftpadding);
    });
    
    

    Sincerely,
    Andrii / Satori Studio

    in reply to: Changing container width(s) #2554
    mmsatori
    Keymaster

    Hey Credo,

    indeed some declarations from that chunk are necessary, sorry for disinformation! Should you have more questions about the theme, do not hesitate to contact me!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Transition of Revolution Slider #2553
    mmsatori
    Keymaster

    Hey Gloria,

    first of all, thank you for the purchase!

    To edit the slide transitions, please do the following:
    1). visit the “Revolution Slider” admin section.
    2). next to the slider of your choice, press the blue “Edit Slides” button
    3). pick a slide you wish to edit and press “Edit slide”
    4). in the “General Slide Settings” area, locate the “Transitions” option (it should be the fifth from the top of the page) – this is what you’re after :)

    Should you have additional questions, do not hesitate to contact me!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Error when upgrading a user #2551
    mmsatori
    Keymaster

    Hey On3w,

    you’re right, that’s a bug – my apologies and thanks for pointing it out! Please download this fix, unzip it, and upload the contained file into the following folder: /wp-content/themes/Kanso/includes/option-tree/, replacing the existing file – and let me know if it removes the error.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Activate masonry view on homepage #2549
    mmsatori
    Keymaster

    Hey Dimitris,

    the top-left element gets replicated on scroll because it is a sticky element, and probably your setting for the maximum number of portfolio items per page (“Portfolio items per page” option on the “Portfolio Page” tab of the Theme Options panel) is higher or equal to the total number of portfolio items that exist on the website. Please try setting this limit to a smaller number, the additional items loaded with scroll should still contain the sticky one each time, yet it will look much nicer :) As noted on page 12 of the theme manual, the infinite scroll is still an experimental feature which was added only in version 2.0 following several requests from the users; that same part of the manual lists the current particularities and limitations of the Infinite Scroll feature.

    Regarding your second question: the pages containing portfolio items that have a particular tag are generated automatically within the theme, based on the “taxonomy-tagportfolio.php” template file; their URLs are of the form: http://www.example.com/tag-portfolio/%5Btag-name%5D. Here’s the example from the demo: https://satoristudio.net/ikebana/tag-portfolio/services/. If you need to include such a page into the top menu, you can use such URLs and add custom menu items with direct links to tag archives.

Viewing 10 posts - 801 through 810 (of 1,561 total)