Okay
  Public Ticket #233009
Masonry Blog Layout Overlap with 'Video' Post Types
Closed

Comments

  • thom started the conversation

    Hi - 

    I'm using the masonry layout and all of my post types are video (self hosted). The masonry tiles overlap as there is not enough vertical clearance. 

    Seems that isotope.js can't properly calculate the the article container height and set the '-webkit-transform: translate' property correctly. 

    I tried multiple CSS fixes but just couldn't nail it down. 

    Theme Version 4.1.1

    WP Version 3.9

    Seems to happen in all major browsers.

    Thanks!

  •  8,839
    Tahir replied

    Hey Thom!

    Anyway we could have a url so we can take a look and possibly sort this in future updates. 

    Cheers


    ThemeNectar Support Team 

  • thom replied

    Sorry - thought I included it. 

    http://www.tristankelley.com/test/

  •  1,070
    ThemeNectar replied

    Hey Thom!

    Try to add this after the first line in the init.js file:

     
    $(window).load(function(){
     $(window).trigger('resize');
    });
    

    Cheers

  • thom replied

    Thanks - did the trick!