Hi,
is there a way to disable the lightbox function for slideshow-pictures? It would also be good to turn of the hover effect for sliders. How can I do this?
Thanks in advance!
Sllder / Lightbox-function
3 posts from 2 voices-
Posted 1 year ago #
-
Hey,
try to replace following code in js/avia.js:
if(jQuery.fn.avia_activate_lightbox) jQuery('body').avia_activate_lightbox(); //activates the hover effect for image links if(jQuery.fn.avia_activate_hover_effect) jQuery('body').avia_activate_hover_effect();with:
if(jQuery.fn.avia_activate_lightbox) jQuery('body').not('.slideshow_container').avia_activate_lightbox(); //activates the hover effect for image links if(jQuery.fn.avia_activate_hover_effect) jQuery('body').not('.slideshow_container').avia_activate_hover_effect();Posted 1 year ago # -
Hi Dude,
thank you for this, but after trying your solution I found out that it was my mistake! I applied a link to the slideshow-pictures, and after switching this off in the page/slideshow-settings, everything is ok - no lightboxes, no hovers.
Btw, thank you for this great theme und your outstanding support!!Posted 1 year ago #
Reply
You must log in to post.














