I have a conflict with another pop up image function, can I disable the lightbox function? Thanks!
Hi WaldenDesign!
Please go to Enfold/js folder and open avia.js file and find following code on line 60
//activates the prettyphoto lightbox
$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
and comment it out with // as following
//activates the prettyphoto lightbox
//$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Cheers!
Yigit
great! Thanks!