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

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -