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 - 341 through 350 (of 1,561 total)
  • Author
    Posts
  • in reply to: Number of tiles, hover image, mobile phone #3741
    mmsatori
    Keymaster

    Hey Ajifsk,

    I’ve prepared a fix for the iPhone mouseover/mouseclick event issue: please download this archive, unzip it, and upload the resulting files into the theme folder (/wp-content/themes/Ikebana/) via ftp, replacing the existing files when prompted. After that you can refresh the website on your iPhone and test if the mouse events are working properly now. Please let me know if it helps!

    Regarding the greyscale tiles: I’ve modified the code, you can get it here. This one will make images greyscale by default and coloured on mouse hover.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Number of tiles, hover image, mobile phone #3733
    mmsatori
    Keymaster

    Hey Ajifsk,

    first of all, thank you for the purchase!

    I’ve left a reply to your comment on ThemeForest just in case as well, yet will leave a reply here as well so that other forum visitors can see the information.

    I will cover your questions in the same order:

    1). Yes, there’s a special setting for that in Ikebana, please visit the “Page Elements” tab of the Theme Options panel and input your desired maximum width into the “Maximum content width” field. If you want to force the page to stretch to the max of the available screen with in all cases, you can set this parameter to a high number, e.g. 5000. The default setting is 1500 (pixels).

    2). I am not planning to introduce this feature in full into the theme so far, mostly since it is quite specific for a wide-use theme; however, I can provide a piece of code for you that would implement greyscale hover effect on at least 90% of currently used browsers (this is also a more efficient solution, because loading each image in two alternatives would drastically increase the load time of the website, which could negatively impact use experience). Please see the code here.

    You can insert this code into the “Style: Add Custom CSS” tab of the Theme Optoions panel (do not forget to press the “Save all changes” button to preserve the effect).

    3). Could you please tell me which smartphone you are using to view the website (brand and model, as well as the browser). I will troubleshoot the issue.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Portfolio page – box size 3×1 #3732
    mmsatori
    Keymaster

    Hey Luigi,

    deal; should you face any issues with the Infinite Scroll or the rest of the theme, do not hesitate to let me know!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Homepage Slider? #3730
    mmsatori
    Keymaster

    Hey Vonnagy,

    first of all, thank you for the purchase! Glad you’re enjoying the theme.

    Regarding your question: to display the background slider as shown on the front page of the Tokyo demo, please make sure that the following conditions are met:
    – the “Display custom header” option is ticked on the “Header Elements” tab of the Theme Options panel.
    – go to edit mode on the page you wish to show the slider on, and choose “Background Slider” from the drop-down in the “Custom Header” settings box (located below the main content edit area).

    Let me know if the slider still fails to show after the above manipulations!

    Sincerely,
    Andrii / Satori Studio

    in reply to: tag cloud #3729
    mmsatori
    Keymaster

    Hey PV,

    there are two taxonomies that are named “tag” in Ikebana – one for the native WordPress blog posts (“Posts -> Tags”), and another for portfolio items (“Portfolio -> Tags”). The tag cloud widget should also have two “tags” options in its “taxonomy” drop-down; please try choosing the second one to display the portfolio tags in the widget. In case you see only one instance of “tags” in the widget, please let me know, I will investigate further.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Main Nav Menu – can it be divided into left and right? #3728
    mmsatori
    Keymaster

    Hey Monika,

    this hasn’t been envisaged in the theme originally, yet you can achieve menu segregation by using this CSS:

    #menu-item-XX {
    float: left;
    margin-left: 180px; 
    }
    

    where “XX” is the ID of the relevant menu item (you can right-click and choose “Inspect element” in the browser to find out the ID of the particular menu item.

    Sincerely,
    Andrii / Satori Studio

    in reply to: Portfolio page – box size 3×1 #3726
    mmsatori
    Keymaster

    Hey Luigi,

    glad it’s working well now, and my apologies for any inconveniences! I will include the backgorund fix into the next version update of the theme. Thank you for offering you website to test the Infinite Scroll! Are you having any issues with it at the moment?

    Sincerely,
    Andrii / Satori Studio

    in reply to: Portfolio page – box size 3×1 #3720
    mmsatori
    Keymaster

    Hey Luigi,

    you’re right, I the Infinite Scroll did not recognize the added code. I’ve decided to re-write the entire mechanism anew, now all tiles with set background color should have them displayed properly on the portfolio page. Please let me know if I’ve still missed anything!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Portfolio page – box size 3×1 #3718
    mmsatori
    Keymaster

    Hey Luigi,

    my apologies, it was indeed missing one ingredient. I’ve corrected the code, please have a look!

    Sincerely,
    Andrii / Satori Studio

    in reply to: Portfolio "All" does not show #3716
    mmsatori
    Keymaster

    Hey Heike,

    first of all, thank you for the purchase!

    I was rather perplexed when I couldn’t replicate the bug on a fresh Sensei install, yet then realized that its cause is in the translated string, or, rather, in my myopic code :) the filter script used the textual contents of each filter button to tell if it was an “All” option or any other tag, which wasn’t a translation-proof approach (since the translated text is “Alle”, the script did not recognize it as a filter-reset button). I’ve prepared a fix, please download this archive, unzip it, and upload the contained files into the theme directory (i.e. /wp-content/themes/Sensei/), then download this archive, unzip it, and upload its contents into the following directory: /wp-content/themes/Sensei/scripts/filterable-portfolio/, replacing the existing file as well. Please let me know if the fix corrects the bug!

    Sincerely,
    Andrii / Satori Studio

Viewing 10 posts - 341 through 350 (of 1,561 total)