Portfolio sort is STILL not working

Per this thread:

We have had to revert a live site for the last 3 weeks to a previous version so this will work:

It is working here:
https://www.aleias.com/recipes/ (X 7.2.3, Cornerstone 4.2.3)

Staging site where it’s not working with X 9.1.4, Cornerstone 6.1.4.

Is there a fix coming for this? Kind of a big deal.

Hello @stonerome,

Thanks for writing in! Yes, there is a coming fix for this issue. We just do not have an ETA yet on when this release will be rolling out. I will bump the issue tracker to follow on this issue.

Please bear with us.

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

Hi @stonerome ,

I apologize this problem has persisted. We don’t have an imminent point release coming, so there are some options.

  1. Download the previous version of X or Pro from your dashboard and install it. Unfortunately this will remove new features like the Slider elements.
  2. 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.