Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #534764

    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.

    #534889

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.