Title: Gallery Problem Within Tabbed Panel
Last modified: February 6, 2017

---

# Gallery Problem Within Tabbed Panel

 *  Resolved [Reno Bailey](https://wordpress.org/support/users/renobailey/)
 * (@renobailey)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/gallery-problem-within-tabbed-panel/)
 * I use tabbed panels a lot but cannot get an Envira galley to work within a panel.
   All the thumbnails stack up in the upper-left and appear as one image, last on
   top. (The light box display works normally.) I’ve tried several configurations(
   number of columns, gallery themes, switching panels, etc.) without effect.
 * Here is a page with panels (without a gallery):
 * [https://remembercliffside.com/history/special-projects/cliffside-in-1922/](https://remembercliffside.com/history/special-projects/cliffside-in-1922/)
 * Any suggestions?
    -  This topic was modified 9 years, 3 months ago by [Reno Bailey](https://wordpress.org/support/users/renobailey/).

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

 *  [Erica Franz](https://wordpress.org/support/users/ericakfranz/)
 * (@ericakfranz)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/gallery-problem-within-tabbed-panel/#post-8787349)
 * Hi [@renobailey](https://wordpress.org/support/users/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](https://wordpress.org/support/users/ericakfranz/).
 *  Thread Starter [Reno Bailey](https://wordpress.org/support/users/renobailey/)
 * (@renobailey)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/gallery-problem-within-tabbed-panel/#post-8787501)
 * 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.

 * ![](https://ps.w.org/envira-gallery-lite/assets/icon-256x256.png?rev=2022837)
 * [Envira Gallery - Image Photo Gallery, Albums, Video Gallery, Slideshows & More](https://wordpress.org/plugins/envira-gallery-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/envira-gallery-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/envira-gallery-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/envira-gallery-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/envira-gallery-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/envira-gallery-lite/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Reno Bailey](https://wordpress.org/support/users/renobailey/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/gallery-problem-within-tabbed-panel/#post-8787501)
 * Status: resolved