-
AuthorPosts
-
July 9, 2022 at 11:23 pm #1357836
Hi,
On my “all posts” page there is a problem with the masonry. The images are overlapping the text or the text is missing at all. I attached some screenshots of the problem.
How is this bug to solve?
Thank you
Best,
VeronikaJuly 9, 2022 at 11:40 pm #1357838Hey Veronika,
Since this has just occurred, could it be a result of some other changes? Can you retrace your last changes?Best regards,
MikeJuly 13, 2022 at 2:04 pm #1358205Hi Mike,
I tried to remove one css code after another to check if some of them creates the problem. But I can’t find the source of the problem. Do you have maybe an idea what could cause such an issue?
Thank you
Best,
VeronikaJuly 13, 2022 at 3:42 pm #1358214Hey Veronika,
I checked your All Posts page however I could not reproduce the issue. Have you figured it out already?
Best regards,
YigitJuly 13, 2022 at 6:18 pm #1358235Hi Yigit,
are you sure? I get the error when I check it on my iPhone 8, on my pc safari and on firefox. I cleared the cache nothing changed. Do you have any ideas why this occurs?
Thank you
Best,
VeronikaJuly 17, 2022 at 4:55 pm #1358608Hi Veronika,
I checked your page on desktop and I don’t see the issue at all.
But on mobile I do see the issue you posted but it fixes itself after several seconds which leads me to think that js is loaded or working after.
Probably some caching plugin is causing the issue.
A quick fix for it on mobile would be via CSS:@media only screen and (max-width:479px) { .responsive #top .av-masonry-entry { position: static !important; } }
Best regards,
NikkoJuly 28, 2022 at 9:49 am #1359648Hi,
I tried the code, unfortunately nothing happened. Actually this happened:
The images have a different high. What do I have to change?
Thank you very much
Best regards,
VeronikaJuly 29, 2022 at 5:22 am #1359780Hi Veronika,
I have checked your site however I don’t see the code being fetched.
I have added the code I gave in Quick CSS and removed this code (still in Quick CSS):/*pinterest_exclude_on_welcome*/ function pin_script(){ if (!is_front_page() ) { echo '<script type="text/javascript" src="//assets.pinterest.com/js/pinit.js" data-pin-hover="true"></script>'; } } add_action('wp_footer', 'pin_script');
Please review your site.
Best regards,
NikkoJanuary 15, 2023 at 11:30 pm #1378808Hi Nikko,
unfortunately this huge problem is still an issue! I really need help with this: https://imgur.com/zpXIP6u
And it is not only occurring on my pc or in one specific browser. It is appearing always!
Thank you of your help
Best,
VeronikaJanuary 16, 2023 at 12:17 pm #1378835Hi Veronika,
I checked your “All Posts” page on my desktop and iphone but I cannot reproduce the issue. I attached screenshots in private content field below.
Just as Mike, I too believe this is related to some change you made on your website and the layout is different on my end than the one you showed in your screenshot. Have you reverted some of the changes and found the culprit?
Best regards,
YigitJanuary 16, 2023 at 12:52 pm #1378848Hi Yigit,
thank you for looking into it. What do you mean with “some change you made on your website”?
No unfortunately haven’t found the solution yet. Is it something just my browsers does? I don’t understand
Do you have any suggestions?
Thank you very much
Best,
VeronikaJanuary 16, 2023 at 1:08 pm #1378853Hey!
What do you mean with “some change you made on your website”?
It is probably related to CSS changes you made on your website but at the moment your page looks fine on my end.
Please try a different browser or incognito mode in your browser. You can also try hard refreshing with CMD + Shift + R on Mac and CTRL + Shift + R on Windows.
Regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.