Hi,
I have installed a third party fotogallery plugin into my website whith enfold theme, for exacly WP-GALLERY_BANK.
I use a fotogallery widget on my footer, but when i click on thumbs into small fotogallery ( on footer) open two lightbox.
Is it possible to remover what I think is the enfold lightbox effect on a single widget only?
I would you like to use “Lightbox Modal Window”, if i disable it, the problem is resolved, but is it possible to remover what I think is the enfold lightbox effect on a single widget only?
This is my website: audioeluci.com
Thanks
Andrea
Hi Andrea!
Thank you for using Enfold.
Try to edit js > avia.js file then look for this code:
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added,
Replace it with:
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, .widget .element',
Best regards,
Ismael