Isotope Issue

I am having trouble using Isotope with Cornerstone. This code works fine on codepen. I am importing Isotope in the header, and have also tried without importing it since it is included with Pro?

“Uncaught TypeError: $ is not a function at ?page_id=3:335:13”

Hey @kyleteal,

Thanks for reaching out!

You need to add your script inside a document ready function, something like this one.

jQuery( document ).ready(function( $ ) {
    // your script here
});

Hope that helps.

Thank you, that fixed the issue

You are most welcome @kyleteal

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.