Hi dear Kriesi team,
I have been facing a problem for a few days now. The Masonry portfolio doesn’t load properly. But I think the reason is the layer slider. It produces some errors.
Maybe the reason is somewhere else.
Thank you again for your help!
Best regards, Thomas
Hey Ink_Eye,
I added following code to the child theme functions.php – it fixed the issue on my end:
add_action('wp_footer', 'ava_auto_resize_masonry');
function ava_auto_resize_masonry(){
?>
<script>
(function($){
var int = window.setInterval(function(){
$(window).trigger('resize');
$(window).trigger('av-content-el-height-changed');
}, 1000);
})(jQuery);
</script>
<?php
}
Please check if the issue is solved on your end too.
Best regards,
Peter
Hey Dude,
thank you! It works.
Best regards, Thomas
Hi Thomas,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard,
you can close it. Thank you very much!
Best regards,
Thomas