Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1124939

    I used horizontal gallery on a tab section element.

    Using multiple horizontal galleries, the image shown in the image link Lightbox shows the image in the horizontal gallery of the other tab.

    Please solve the problem.

    #1125359

    Hey kus18,

    Thank you for using Enfold.

    Try to edit the js > avia-snippet-lightbox.js file. Look for this code around line 131:

    groups			:	['.avia-slideshow', '.avia-gallery', '.av-horizontal-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu', '.<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>-product-gallery'], 
    

    Remove the “#main” selector from the array.

    groups			:	['.avia-slideshow', '.avia-gallery', '.av-horizontal-gallery', '.av-instagram-pics', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '.main_menu', '.<a href='https://refer.wordpress.com/r/84/woocommerce/' target='_blank' rel="nofollow">woocommerce</a>-product-gallery'], 
    

    Disable the Performance > File Compression if it’s enabled.

    Best regards,
    Ismael

    #1127453

    The file you said is different from me.
    My file was not ‘.av-horizontal-gallery’ So add ‘.av-horizontal-gallery’ and Performance> If file compression was enabled, it was disabled

    Your answer wasn’t correct, but it helped me a lot. But it took a lot of time.
    Please correct the problem more accurately.

    Thanks…

    #1128565

    Hi,
    Glad Ismael could help direct you in the right direction, shall we close this then?

    Best regards,
    Mike

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