Hello everyone,
i need some hints how to implement isotope filter function as an override in Masonry template.
I found this nice isotope tutorial:
http://speckyboy.com/2014/06/19/dynamically-filtering-layouts-isotope-bootstrap/
I think all i need is to throw out the tags in a foreach loop in a variation and also add the tags as a class to the Blog items.
But as a very beginner in coding that´s a little bit hard for me.
1. Which variable is the right one to loop the tags at the top? I tested with $cck->getValue('art_tags'); but that doesn´t retrieve any data.
2. Is the variation the right place for putting the "navigation" in?
3. Which variable is the right one for assigning to the items? I have to add the tag-value as a class into the override.
Hope someone can help me to work this out.
thanks a lot!
Elisa