nikita.gupta
05-12-2012, 12:28 PM
m using Jquery - isotope from http://isotope.metafizzy.co/
i noticed that the linking to a specific category is not possible since it filters using “data-filter” The links are:
<a href="#" data-filter="*" >all</a>
<a href="#" data-filter=".logo" >logo</a>
<a href="#" data-filter=".design" >design</a>
i tried using linking like this below but it didn't work:
<a href="portfolio.html#filter=logo" data-filter=".logo">logo</a>
can anyone see if there’s a possibility to link to the “design” or "logo" category from another page? so that it would be already filtered when the user reaches the page.
i noticed that the linking to a specific category is not possible since it filters using “data-filter” The links are:
<a href="#" data-filter="*" >all</a>
<a href="#" data-filter=".logo" >logo</a>
<a href="#" data-filter=".design" >design</a>
i tried using linking like this below but it didn't work:
<a href="portfolio.html#filter=logo" data-filter=".logo">logo</a>
can anyone see if there’s a possibility to link to the “design” or "logo" category from another page? so that it would be already filtered when the user reaches the page.