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

    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

    #859053

    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

    #859139

    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

    #859509

    Hi,

    Thank you for the info. Did you try the script? Please remove the browser cache or hard refresh before checking the page again. Make sure that you’re not looking on a cached version of the page.

    Best regards,
    Ismael

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