Hi,
How do I turn off the lightbox effect that happens when you mouse over an image.
I have added a background to the theme and when you mouse over the images the background turns white
Cheers
Hey vic98!
In your WordPress theme directory please go to Enfold > Js and open Avia.js file and find following code in lines 51-53
//activates the prettyphoto lightbox
if($.fn.avia_activate_lightbox)
$(container).avia_activate_lightbox();
and change it to
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$(container).avia_activate_lightbox();
It will disable lightbox
Best regards,
Yigit
I have made this edit within the code but the lines of code just grey out and the lightbox feature remains the same.
when I check the code it has updated to // before each line but the lightbox still operates.
Any ideas?