How do I disable enfolds default light box?
I wish to use Justified image grid for my galleries.
Actually what I want is to use photoswipe for my lightbox.
Thank you !
Hey smue!
Edit js > avia.js, find this code:
//activates the prettyphoto lightbox
$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Replace it with:
//activates the prettyphoto lightbox
//$(container).avia_activate_lightbox({callback:'avia_lightbox_callback'});
Remove browser cache then reload the page a few times.
Best regards,
Ismael