Forum Replies Created
-
AuthorPosts
-
satoriKeymaster
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 StudiosatoriKeymasterHey 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 StudiosatoriKeymasterHey 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 StudiosatoriKeymasterHey 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 StudiosatoriKeymasterHey 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 StudiosatoriKeymasterHey 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 StudiosatoriKeymasterHey 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 StudiosatoriKeymasterHey 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 StudiosatoriKeymasterHey Luigi,
my apologies, it was indeed missing one ingredient. I’ve corrected the code, please have a look!
Sincerely,
Andrii / Satori StudiosatoriKeymasterHey 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 -
AuthorPosts