Hi,
How do I go about completely removing / disabling the cu3er 2D slider lightbox on the front page?
Cheers
Chris
Hi,
How do I go about completely removing / disabling the cu3er 2D slider lightbox on the front page?
Cheers
Chris
Hey,
in avia.js (located in the folder "js") remove following code:
//activates the prettyphoto lightbox
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('#main').avia_activate_hover_effect();You must log in to post.