While there is no way to switch directly "hide sidebar button, is it possible to auto slide menu bar to monitor border?
autohide menu
10 posts from 4 voices-
Posted 1 year ago #
-
Hey,
you can hide the thumbnail bar. Open up css/custom.css and add following code:
.avia_fullscreen_slider_thumbs { display: none !important; }Posted 1 year ago # -
I think You dont understand me clearly.
I don't wont to hide the menu totally but make auto hide/show menu while mouse hover the edge of the screen.Posted 1 year ago # -
No - that's not possible without a script rewrite because it would require "invisible" areas which trigger a jquery event when the user hovers over them. However the current slider function isn't layed out for such feature at the moment.
Posted 1 year ago # -
Is there a simple way to add a button to toggle the thumbnail bar on/off ?
Posted 1 year ago # -
I haven't tested it but but you can try to use jquery functions like: http://api.jquery.com/toggle/ to hide/show the thumbnail bar. Basically you'd need to create a link/html element and bind the toogle function to it like:
jQuery(".my-link").click(function () { jQuery(".avia_fullscreen_slider_thumbs").toggle(); })Posted 1 year ago # -
Thank you, I will try this.
Perhaps Kriesi could add this feature in a future update… ;-)
Posted 1 year ago # -
Let us know if it works :)
Posted 1 year ago # -
I've tried, but it's beyound my limited skills…
This is what i'd like to implement :

If Kriesi add this in a future update, this already excellent theme would become perfect.
Thanks for your help.
Posted 1 year ago # -
I'll report your feature request to Kriesi.
Posted 1 year ago #
Reply
You must log in to post.














