
-
AuthorPosts
-
May 21, 2020 at 5:58 pm #1215054
Hi,
since a few weeks (Mai 7 or earlier) the Masonry Galleries on my website are not shown correctly when using Safari or Chrome (MacOS 10.14.6). After changing the width of the browser window the problem is solved and the before hidden photos are shown.
Do you have an idea how to solve this problem?
Thank youMay 23, 2020 at 8:21 am #1215371Hey Oliver,
Could you post a link to where we can see the problem you are having please? You can upload screenshots to Dropbox or Google Drive for example and then link to them here.
Best regards,
RikardMay 23, 2020 at 11:32 am #1215417This reply has been marked as private.May 27, 2020 at 5:07 pm #1217042Hi,
Thank you for the update.
Looks like the images are stacking on top of each other or are not positioning correctly. Please try to add this script in the functions.php file to force the items to reposition while they are loading.
add_action('wp_footer', 'ava_auto_resize'); function ava_auto_resize(){ ?> <script> (function($){ var int = window.setInterval(function(){ $(window).trigger('resize'); $(window).trigger('debouncedresize'); }, 2000); $(window).on('load', function() { setTimeout( function() { clearInterval(int); }, 2000); }); })(jQuery); </script> <?php }
Best regards,
IsmaelMay 28, 2020 at 2:12 pm #1217355Hi,
thank’s a lot, that worked, the problem is gone.
I have another problem with the layer slider on my home page and on the page glasmöbel. The slides always disappear for a short moment, when they are shown the first time, just before the text appears. The second show is ok.
I uploaded a short video in the dropbox, there you can see the problem. Do you have a solution for this?
Thank you and best regards,
Oliver
May 29, 2020 at 12:56 pm #1217679Hi,
Glad to know that the script worked.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.