Comments thom started the conversationJune 17, 2014 at 10:23pmHi - 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.1WP Version 3.9Seems to happen in all major browsers.Thanks! 8,839Tahir repliedJune 18, 2014 at 3:57pmHey 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 repliedJune 18, 2014 at 7:18pmSorry - thought I included it. http://www.tristankelley.com/test/ 1,070ThemeNectar repliedJune 20, 2014 at 4:48am Hey Thom! Try to add this after the first line in the init.js file: $(window).load(function(){ $(window).trigger('resize'); }); Cheers thom repliedJune 20, 2014 at 7:43pmThanks - did the trick! Sign in to reply ...
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!
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
Sorry - thought I included it.
http://www.tristankelley.com/test/
Hey Thom!
Try to add this after the first line in the init.js file:
Cheers
Thanks - did the trick!