Putting different categories in different tabs
-
Thank you for this plugin, it works so great!
I have a peculiar challenge with the plugin,
I want to put different categories in different bootstrap tabs like the below
<nav> <div class="nav nav-tabs" id="nav-tab" role="tablist"> <a class="nav-item nav-link active" id="nav-canada-tab" data-toggle="tab" href="#nav-canada" role="tab" aria-controls="nav-canada" aria-selected="true">Team Canada</a> <a class="nav-item nav-link" id="nav-nye-tab" data-toggle="tab" href="#nav-ny" role="tab" aria-controls="nav-ny" aria-selected="false">Team NY</a> <a class="nav-item nav-link" id="nav-ca-tab" data-toggle="tab" href="#nav-ca" role="tab" aria-controls="nav-ca" aria-selected="false">Team Califonia</a> </div> </nav> <div class="tab-content" id="nav-tabContent"> <div class="tab-pane fade show active" id="nav-canada" role="tabpanel" aria-labelledby="nav-home-tab">[amoteam max="50" categories="12" item-width="250" item-margin="20" full-width="yes" panel="right"]</div> <div class="tab-pane fade" id="nav-ny" role="tabpanel" aria-labelledby="nav-profile-tab">[amoteam max="50" categories="12" item-width="250" item-margin="20" full-width="yes" panel="right"]</div> <div class="tab-pane fade" id="nav-ca" role="tabpanel" aria-labelledby="nav-contact-tab">[amoteam max="50" categories="12" item-width="250" item-margin="20" full-width="yes" panel="right"]</div> </div>
The first one shows well but the other tabs don’t. The team on the other tabs appear on each other.
Please help
Thanks
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Putting different categories in different tabs’ is closed to new replies.