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.
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
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…