Hi! I have two questions:
1-When I pass the mouse over the images, it generate a fade in (the color of the photo change) and appears a circle with an arrow inside. How can delete this effect?
2-When I click on a thumbail appears two lightbox, one of the theme and other of my plugin (Justified image grid), how can I void the lightbox of the theme?
Thanks for your support! ;)
Hey ttcastell!
1. Add this to your custom CSS.
.image-overlay { display: none !important; }
2. Open up /enfold/js/avia.js and on line 828 you should see this.
exclude : '.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',
Change it to this.
exclude : '.jig-link, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',
Regards,
Elliott
works GREAT!
thanks so much for your GREAT suport!