// Fix inside Tabs or Accordion
/*!
* Bootscore custom styles
*/
// Add your own code here!
// Because this file is compiled after Bootstrap, you're also able to use Bootstrap mixins for better code.
// Some examples can be found here: https://bootscore.me/documentation/bootstrap-css-sass
.accordion-collapse {
opacity: 0;
//transition: opacity .15s;
transition-delay: .35s; // Show collapse content if Isotope is loaded
&.show {
opacity: 1;
}
}
jQuery(function ($) {
// Fix Isotope inside Bootstrap Accordion
var $grid = $('.grid').isotope({
// your isotope options
itemSelector: '.item',
});
$('.accordion').on('shown.bs.collapse', function (e) {
$grid.isotope('layout');
});
}); // jQuery End
Inside Tabs
Inside Accordion
Pages by parent id
[bs-isotope-equal-height type="page" post_parent="1843"]
Isotopes by category
[bs-isotope-masonry type="isotope" tax="isotope_category" terms="planes, boats, cars"]
Posts by category
[bs-isotope-equal-height type="post" tax="category" terms="cars, boats, bikes" orderby="title" order="ASC" posts="6"]
Posts by tag
[bs-isotope-masonry type="post" tax="post_tag" terms="sticky, template" orderby="title" order="ASC" posts="20"]
Custom post types by parent-category id
[bs-isotope-masonry-overlay type="isotope" tax="isotope_category" terms_parent="234" orderby="rand"]




Custom post types by category
[bs-isotope-equal-height-overlay type="isotope" tax="isotope_category" terms="cars, planes"]



Products by category
[bs-isotope-product type="product" tax="product_cat" terms="tshirts, accessories, hoodies, music" orderby="title" order="ASC" posts="10"]
Classic Template Uncategorized
Template: Pingbacks And Trackbacks
by Theme Buster | 5 Comments on Template: Pingbacks And Trackbacks
This post has many pingpacks and trackbacks. There are a few ways to list them. Above the comments Below the comments Included within the normal flow of comments
Read more »