This is the static working part of filters definition
This is the static part of 1 filtered item
In both parts the folder name is the same and this is what really powers this thing. I corrected the missing quote sign " from the source you posted.
- Code: Select all
<ul id="filters" class="option-set" data-option-key="filter">
<li class="filter actcat" data-filter="all">All</li>
<li class="filter" data-filter="beauty">beauty makeup </li>
<li class="filter" data-filter="theatre">theatre</li>
<li class="filter" data-filter="various">various</li>
</ul>
This is the static part of 1 filtered item
- Code: Select all
<li class="box mix beauty mix_all ">
<a href="images/portfolio/blackskin-makeup.jpg " data-rel="prettyPhoto[gallery]" class="respimg" alt="darkskin models">
<img src="images/portfolio/blackskin-makeup-aarni2.jpg" alt="make up darskin models">
<div class="folio-name clear">
<div class="folio-overlay">
<span class="overlay red"></span>
<h4>Make-Up Artist: Aarni</h4>
<h6>Beauty Make-Up</h6>
</div>
</div>
</a>
</li>
In both parts the folder name is the same and this is what really powers this thing. I corrected the missing quote sign " from the source you posted.