Hi,
I have created a Tab Section in the homepage with 9 tabs and a small gallery in each of them.
When I load the homepage and go down to the Tab Section, the first gallery (Initial Open) loads well, but in tablets and mobiles (and some computers) when I click to the rest of tabs the galleries do not load.
Can you help me, please!
Regards,
Antonio Ayllon
Hey Ayllon,
Thank you for using Enfold.
Could you please provide a screenshot of the issue? Do the gallery images stay faded when you click on the tab section title? Please try this script in the functions.php file.
// custom script
add_action( 'wp_footer', 'ava_custom_script' );
function ava_custom_script() {
?>
<script type="text/javascript">
(function($) {
$('.av-tab-section-tab-title-container').on('click', function() {
$('.avia-gallery').trigger('avia_start_animation');
})
})(jQuery);
</script>
<?php
}
Best regards,
Ismael
Hi Ismael.
Yes, the images stay faded when you click on the tab section title.
I provide some screenshots of the issue from iPad and mobile.
You can find the screenshots in the Private Content (click on url).
Regards,
Antonio