Isotope overlapping .items because of featured images – HELP! [closed]
Your page is loaded with jQuery errors (not using no-conflict), and additionally your isotope.js doesn’t appear to be in no-conflict. This is why you’re getting errors like $ is undefined. Once you fix your jQuery by either replacing the $ with jQuery or wrapping your functions in (function($) { $(‘selector’);// Now you can use the … Read more