Tagged: gallery
Hi,
I have 3 different galleries on the same one page, Gallery 1, 2, 3.
However I would like that when the user clicks on Gallery 1 and clicks an image to popup the lightbox enlarged images, that it continues after the last image to Gallery 2 images and then Gallery 3 images, rather than finishing at end of Gallery 1.
How can we do this? Thanks.
Hi emeraldwave!
Around line 894 in the /enfold/js/avia.js file you should see this.
groups : ['.avia-slideshow', '.avia-gallery', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
Change it to this.
groups : ['.avia-slideshow', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'],
Cheers!
Elliott