Post page masonry style behaving strange when resizing window

Hi there,
For a couple of days now I’m having a weird issue. When I resize the window of the post page (masonry style) the posts are sliding over each other. This happens on all websites I maintain running on Pro. When I refresh all is good again but the problem returns when I resize the window again.

I’ve disabled all plugins to check for a conflict, everything is up to date, I have the latest WordPress version (5.9) and I tried different browsers. Since I also checked all websites I maintain I’m pretty sure it’s not hosting-related.

The problem occurs only at the post page, the rest of the pages are working fine when resizing. It looks like a Java-script issue. Could you please check, I’m out of options.

Regards, Brigit

Hi Brigit,

This is an ongoing issue and has already been reported to our issue tracker. Alternatively, add this line of code under Theme Options > JS.

if (window.jQuery.xIsotope) window.jQuery.xIsotope.settings.animationEngine = 'css';

That will prevent the jQuery errors and restore masonry functionality.

Hope it helps.
Thanks

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