Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @renobailey!

    Would you try adding the following to your active theme’s functions.php file:

    function envira_gallery_reload_enviratope( $data ) {
        ?>
        
        // Modify '.responsive-tabs__list__item' to the class or id of your tab output
        $('.responsive-tabs__list__item').on("click", function(e) {
            envira_container_<?php echo $data['id']; ?>.enviratope('reloadItems').enviratope();
    
        });
    
        <?php
    }
    add_action( 'envira_gallery_api_enviratope', 'envira_gallery_reload_enviratope' );
    • This reply was modified 9 years, 3 months ago by Erica Franz.
    Thread Starter Reno Bailey

    (@renobailey)

    Thanks, Erica, I’ll get my developer to insert the code and do a test. I’ll let you know the results. –Reno

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Gallery Problem Within Tabbed Panel’ is closed to new replies.