I am using a word press theme BuyShop into my word press website. this theme is working fine.
But if i am trying to use a word press plugin that i have created by my own then the theme is breaking and giving the following error:
typeerror jquery(...).isotope is not a function
This theme is using jquery 1.10 and my plugin is using 2.1.1. this error is generating at the time of embedding the jQuery into my plugin.
any idea how to solve this issue??? Please suggest some solution on my plugin side.
Best Regards,
First check if all the necessary script are properly loaded.Incase u still get an error,it might be caused due to some conflicts or so.If you are using multiple versions of jQuery,try the following solution.
Then use the appropriate version of the jquery variable to call the isotope plugin.Hope that gives u an idea mate.. 🙂