Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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,
    Veronika

    #1357838

    Hey Veronika,
    Since this has just occurred, could it be a result of some other changes? Can you retrace your last changes?

    Best regards,
    Mike

    #1358205

    Hi 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,
    Veronika

    #1358214

    Hey Veronika,

    I checked your All Posts page however I could not reproduce the issue. Have you figured it out already?

    Best regards,
    Yigit

    #1358235

    Hi 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,
    Veronika

    #1358608

    Hi 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,
    Nikko

    #1359648

    Hi,

    I tried the code, unfortunately nothing happened. Actually this happened:

    View post on imgur.com

    View post on imgur.com

    The images have a different high. What do I have to change?

    Thank you very much

    Best regards,
    Veronika

    #1359780

    Hi 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,
    Nikko

    #1378808

    Hi 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,
    Veronika

    #1378835

    Hi 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,
    Yigit

    #1378848

    Hi 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,
    Veronika

    • This reply was modified 1 year, 8 months ago by Veronika.
    • This reply was modified 1 year, 8 months ago by Veronika.
    #1378853

    Hey!

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.