Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1014043

    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

    #1014343

    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

    #1014571

    Hey Dude,

    thank you! It works.

    Best regards, Thomas

    #1014611

    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

    #1014614

    Hi Rikard,

    you can close it. Thank you very much!

    Best regards,
    Thomas

    #1014648

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Masonry Portfolio doesn't load’ is closed to new replies.