I have been spinning my wheels on this one
When you visit this page it is fine until you resize the page. Then it throws a whole lot of errors. Looks like it is something in the theme but I was having trouble pinpointing it.
I have been spinning my wheels on this one
When you visit this page it is fine until you resize the page. Then it throws a whole lot of errors. Looks like it is something in the theme but I was having trouble pinpointing it.
Hello @getabsolute,
Thanks for writing in! This is a known issue of the latest release. To get this resolved, add this line of code under Global JS in Cornerstone. (Click the JS button, then switch to the Global tab):
if (window.jQuery.xIsotope) window.jQuery.xIsotope.settings.animationEngine = 'css';
That will prevent the jQuery errors and restore masonry functionality.
Reference thread:
Best Regards.
That did it Thank you!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.