Hello,
I use the plugin Justified ImageGrid with PrettyPhoto. There are however problems with Envold. Apparently used Envold also PrettyPhoto. How can I disable it so that the plugin Justivied ImageGrid funktioiert again?
Hi,
Edit js > avia.js, find this code:
//activates the prettyphoto lightbox
if($.fn.avia_activate_lightbox)
$(container).avia_activate_lightbox();
Replace it with:
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$(container).avia_activate_lightbox();
Regards,
Ismael