Response title
This is preview!
portfolio-terms
is filtering buttons:<div id="portfolio-terms"> <ul> <li class="all active"><a href="#">All</a></li> <li class="term-1"><a href="" data-value="term-1">Disegni</a> </li> <li class="term-2"><a href="" data-value="term-2">Fotografie</a> </li> <li class="term-3"><a href="" data-value="term-3">Grafica</a> </li> <li class="term-4"><a href="" data-value="term-4">Libri</a> </li> <li class="term-5"><a href="" data-value="term-5">Logo Design</a> </li> <ul> </div>
The portfolio-items
is the images that need to be filtered:
<ul id="portfolio-items">
<li id="portfolio-<?php the_ID(); ?>" class="<?php echo $output; ?>visible" data-id="post-<?php the_ID(); ?>">
<!-- here post images thumb -->
</li>
</ul>
I tried to include isotope like so:
Here the code: jsfiddle.net/stakkit/tASX9
But it doesn't work!
There is someone who can explain to me where is the problem?
Thank you!
© 2013 jQuery Foundation
Sponsored by and others.