Tagged: Lightbox
hello,
I wish to get rid of enfold prettyphotobox, because I want to implement social gallery plugn from codecanyon.
I noticed that when enabling the social gallery plugin, two lightboxes opens. one in the background (enfold native) and another in front (other plugin), then I need to close two windows.
is there a way to use just the social gallery plugin feature as far as you know?
thanks in advance. ;)
Hi,
If you want to disable the prettyPhoto feature on Enfold, please open js >avia.js then find this code
//activates the prettyphoto lightbox
if($.fn.avia_activate_lightbox)
$('body').avia_activate_lightbox();
Replace that with
//activates the prettyphoto lightbox
//if($.fn.avia_activate_lightbox)
//$('body').avia_activate_lightbox();
Remove browser cache then reload the page.
Regards,
Ismael