Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Problem nesting Tabs with Testimonials

Home / Forums / Virtue Theme / Problem nesting Tabs with Testimonials

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
December 20, 2014 at 3:04 pm

When I nest Testimonials inside Tabs I get very strange results. For Tab One it does work okay, but as soon as I select any other tab content it is displayed incorrectly. Note: I am using the bootstrap built-in Tabs so tabs are nicely stacked on small displays. Is this nesting supported?? I haven’t tried yet but can I nest Accordions with Testimonials?

<div role=”tabpanel”><!– Nav tabs –>
<ul class=”nav nav-tabs” role=”tablist”>
<li class=”col-sm-3 col-ss-12 active” role=”presentation”>One
<li class=”col-sm-3 col-ss-12″ role=”presentation”>Two
<li class=”col-sm-3 col-ss-12″ role=”presentation”>Three
<li class=”col-sm-3 col-ss-12″ role=”presentation”>Four

<!– Tab panes –>
<div class=”tab-content”>
<div role=”tabpanel” class=”tab-pane fade in active” id=”one”>
[testimonial_posts orderby=date items=6 columns=3 cat=one]
</div>
<div role=”tabpanel” class=”tab-pane fade in” id=”two”>
[testimonial_posts orderby=date items=6 columns=3 cat=two]
</div>
<div role=”tabpanel” class=”tab-pane fade in” id=”three”>
[testimonial_posts orderby=date items=6 columns=3 cat=three]
</div>
<div role=”tabpanel” class=”tab-pane fade in” id=”four”>
[testimonial_posts orderby=date items=6 columns=3 cat=four]
</div>
</div>
</div>

  • The forum ‘Virtue Theme’ is closed to new topics and replies.