jquery - Isotope select filter by link/button -
i using isotope.js on wordpress website , buttons below logo activate corresponding filters , scroll page #content do.
website: http://www.nuweb.si/terramystica/
for isotope functionality a3 portfolio plugin used https://wordpress.org/support/plugin/a3-portfolio
thanx!
isotope filter can set code this:
$grid.isotope({ filter: '.metal' });
check documentation: http://isotope.metafizzy.co/filtering.html
so should set correct filter upon clicking navigation buttons
Comments
Post a Comment