Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi! Thanks, glad you like it.

    I experience the issue at some points when browsing around your site. It seems to happen when the images take a long time to load, so I see what you mean. I’m not quite sure how to fix this. The related code can be found in /js/scripts.js on line 115-124:

    
    /*  Masonry
    /* ------------------------------------ */
    	$('.masonry').imagesLoaded( function() {
    		
    		$('.masonry').masonry({
    			// options
    			itemSelector: '.masonry-item'
    		});
    		
    	});
    

    Perhaps by delaying/reloading the masonry function to fire again but at a later point…

    However, the code should work, as it uses https://imagesloaded.desandro.com/ to check if images are loaded.

    (As I suck at jQuery, I have no ready fix yet)

    Thread Starter designgrid

    (@designgrid)

    Hi Alexander, Thank you for response.

    The problem is solved by de-activating Jetpack plugin.

    Theme Author Alexander Agnarson

    (@alxmedia)

    Thanks for the update! Glad that solved it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘One grid box overlaps another’ is closed to new replies.