Portfolio sort is stacking all sorted items

It looks like this changed when I updated to the new X and Cornerstone yesterday. Our portfolio page now has the “sort” drop-down open when you go to the page (should only open on click or hover) and when you do sort, it stacks all items on top of each other so that you can only select one. Is there a fix for this? It’s worked well for years previous to this.

website page in question: https://angeliniarchitects.com/portfolio/

Hello @kjensen,

There is an ongoing issue with the Portfolio layout. Our developers are already informed and working on a fix. We do not have an ETA yet of when the new update is rolling out.

Please bear with us.

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

Hi @kjensen ,

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.

1 Like