
(using cmsms latest version + news)
I am trying to get Jquery Isotope to filter my News articles by category. Similar to http://www.9bitstudios.com/2013/04/jque ... -tutorial/
So using the browse cat template
1.) I need to exclude a couple of categories for nav/filter is this the best way:
{if $node.news_category_name != 'Latest' && $node.news_category_name != 'Archive'}{/if}
2.) I have isotope attached and it successfully filters the 'all' parameter - but when I click on any other item it loads nothing.
So isotope seems to be working but either not recognizing the data-filter="." attribute - which I may be inputting incorrectly.
And Or the class name > which I have on the items in summary.
For attribute would that not just be:
data-filter=".{$node.news_category_name}"
or
data-filter=".{$node.news_category_name|munge_string_to_url}">
?
Finally in the summary template the class name for item should match the category - what is the best way to do this?
Having said that when I have tried hardcoding both templates with just one class and category I can't get anything other that all to filter?
Any help would be very much appreciated!!
Here is the only posts I could find that was some help on isotope.
http://forum.cmsmadesimple.org/viewtopi ... 28&t=62517
could this be the issue? http://forum.cmsmadesimple.org/viewtopi ... =4&t=68031