Masonry posts overlap when browser resized

Masonry posts animate to an overlap when browser resized. Upon refresh, it returns to normal. WordPress, Pro and all Plugins are up to date. Speaking of Plugins, as a test we turned them ALL off and it is still happening.

https://accumtech.com/ (Plugins on)
I can provide a staging link with all plugins off if needed.

Hi @disadmin,

Thanks for reaching out.
This is an ongoing issue and has already been fixed in the upcoming release. As a temporary solution, you can 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

1 Like

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