Hi everyone,
I apologize this problem has persisted. We don’t have an imminent point release coming, so there are some options.
- Download the previous version of X or Pro from your dashboard and install it. Unfortunately this will remove new features like the Slider elements.
- Or (preferable) 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. When the next release comes out, you can remove this code, but it won’t be harmful to leave it in place.