My Portfolio Sort Feature is not working properly

Hi all,

I’m trying to figure out why is my sort feature for portfolio suddenly not working properly?
When I clicked on any sort option, they are all moved to top left corner or spread unevenly.
Can someone take a look at this? link to portfolio

Thanks!

Hello Andita,

Thanks for writing in! 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. I cannot make any promises relating to a fix at this stage. I will add a note to the tracker referencing your report though so our dev team can see there are multiple reports of the issue.

Please bear with us.

Since, Sort Portfolio is not working, is there a way to hide the button until it is fixed?

There must be some type of workaround to hide this known error.

Hey @GideonLupine,

You can add this CSS code to hide the sorting buttons, please add the code in your Cornerstone > Theme Options > Global CSS.

.x-portfolio-filters-menu {
    display: none !important;
}

Please note that custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

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

Hi everyone,

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.