Tagged: x
-
AuthorPosts
-
November 10, 2016 at 5:52 am #1251538
ZainedParticipantHello X !
I have a tiny problem of display between The Grid and Safari. The grids doesn’t display at all (only the dropdowns menu). But when I change the size of the window, everything load properly. Seems to be a width/height loading problem or something like that.
No problem seen on other browser.
Any idea how to fix this?
Thank you very much! 🙂
November 10, 2016 at 5:56 am #1251544
ZainedParticipantThis reply has been marked as private.November 10, 2016 at 10:51 am #1251931
RupokMemberHi there,
I have checked with Safari and the grid loading fine. There seems no issue on my end.
Cheers!
November 11, 2016 at 5:10 am #1253169
ZainedParticipantHello
Ok, this is very strange. I’ve tried on different machine, and especially on my client’s one, and the problem is still here. I’m running safari Version 10.0.1.
Are you sure when you land on the page without changing the size or anything, just go to the bottom, the grid load properly?
November 11, 2016 at 2:05 pm #1253682
RadModeratorHi there,
It works on my Safari too, but please try adding this code to Admin > Appearance > Customizer > Custom > Javascript.
jQuery( function( $ ) { var resize_timeout = 0; function trigger_resize() { clearTimeout ( resize_timeout ); resize_timeout = setTimeout ( function() { $(window).trigger('resize'); }, 300 ); } $(window).load( trigger_resize ); $(document).ready( trigger_resize ); } );Looks like the resize rendering isn’t triggered upon page load on your end.
Thanks!
November 12, 2016 at 8:33 am #1254417
ZainedParticipantHello !
This little trick works like a charm, thanks a lot 🙂
Bye
November 12, 2016 at 10:10 am #1254453
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1251538 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
