Title: Multiple Galleries within Tabs
Last modified: August 21, 2016

---

# Multiple Galleries within Tabs

 *  [Aces324](https://wordpress.org/support/users/aces324/)
 * (@aces324)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/multiple-galleries-within-tabs/)
 * Having an issue with putting a second gallery within a separate tab on a page.
 * voglermetalworks.com/arabella
 * As you can see the first ‘Collection’ tab has a working gallery and all is well.
   However, using the exact same method, the ‘Installed’ tab has no visibility. 
   It shows that there is nothing there.
 * I am using custom fields and here is what the code looks like:
 *     ```
       <section class="entry">
                           <?php
                           $c_id = "";
                           $i_id = "";
                           if (get_field('collection_slideshow_id')) {
                               $c_id = '[slideshow gallery_id="'. get_field('collection_slideshow_id').'"]';
                           }
                           if (get_field('installed_slideshow_id')) {
                               $i_id = '[slideshow gallery_id="'. get_field('installed_slideshow_id').'"]';
                           } ?>
                           <div class="tabs-wrap-8-mile">
                               <a title="Go Back to Catalog" href="hoods">X</a>
                           <?php echo do_shortcode('
                               [wptabs style="wpui-light" mode="horizontal"]
                                   [wptabtitle] COLLECTION [/wptabtitle]
                                       [wptabcontent]
                                           <div class="tab-content collection">'. get_field('collection_content') .'</div>
                                           '. $c_id .'
                                       [/wptabcontent]
                                   [wptabtitle] INSTALLED [/wptabtitle]
                                       [wptabcontent]
                                           <div class="tab-content install">'. get_field('install_content') .'</div>
                                           '. $i_id .'
                                       [/wptabcontent]
                                   [wptabtitle] STANDARD FEATURES [/wptabtitle]
                                       [wptabcontent]
                                           <div class="tab-content standard-features">'. get_field('features_content') .'</div>
                                       [/wptabcontent]
                               [/wptabs]
                           ');?>
                           </div><!--/tabs-->
       ```
   
 * Any help is appreciated.
 * [http://wordpress.org/extend/plugins/slideshow-gallery/](http://wordpress.org/extend/plugins/slideshow-gallery/)
 * _[Please post code & markup between backticks or use the code button. Your posted
   code may now have been permanently damaged by the forum’s parser.]_

The topic ‘Multiple Galleries within Tabs’ is closed to new replies.

 * ![](https://ps.w.org/slideshow-gallery/assets/icon-256x256.png?rev=1187457)
 * [Slideshow Gallery LITE](https://wordpress.org/plugins/slideshow-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-gallery/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Aces324](https://wordpress.org/support/users/aces324/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/multiple-galleries-within-tabs/)
 * Status: not resolved