Strange behaviour with portfolio thumbnails

Hi guys,

I came across a strange behaviour when using the Portfolio image gallery. At first everything looks as it should, but as soon as a ‘resize’ event is triggered the whole layout collapses. So my page looks fine until the user changes the size of the browser viewport. Could you please have a look into that?

Hi @Zinkengabel,

Thanks for reaching out.
What you are facing is an ongoing issue that 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 jQuery errors and restore masonry functionality.

Hope it helps.
Thanks

Hi guys,

perfect, the JavaScript code does the trick. So, you’re going to fix it permanently in the next update, you say. Could I leave the ‘temporary solution’ in the code or will it interfere with the permanent fix once the update is out? I’m asking because I auto-update my pages and missing the release date might make things worse again. What would be a good way to prepare for this?

Thanks a lot in advance.

Hello @Zinkengabel ,

You may leave it or you can remove the code as well since the given JS code prevents the jQuery errors and restore masonry functionality please note it won’t be harmful if the JS code would be there on the Theme Options —>JS sections.

Hope it helps
Thanks

Hi guys and thanks a lot for your help.

Hi @Zinkengabel,

Glad that we are able to help you.

Thanks

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