@ -69,4 +69,25 @@ $('#filters a').click(function(){
return false;
});
{% endhighlight %}
## Recommended CSS
If you choose to use the filtering functionality, add the following CSS to your stylesheet:
{% highlight css %}
/**** Isotope filtering ****/
.isotope-item {
z-index: 2;
}
.isotope-hidden.isotope-item {
pointer-events: none;
z-index: 1;
These styles ensure that hidden items will not interfer with interactions.
@ -194,7 +194,18 @@ body {
color: white;
/**** CSS3 transitions ****/
/**** Isotope Filtering ****/
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
@ -250,9 +261,7 @@ body {
float: left;
.isotope-hidden {
#options li {