Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1035085

    Hi guys,

    an issue appeared with the masonry post excerpt while testing the responsiveness of my website on different devices.

    The excerpt under the headline is displayed on every device and every view, except the tablet portrait view, which means:

    Desktop: yes
    Tablet portrait: no (the issue), Tablet landscape: yes
    Mobile portrait: yes, Mobile landscape: yes

    What can I do to make the excerpt also be displayed on the tablet portrait view?

    • This topic was modified 5 years, 12 months ago by elskeletto1.
    #1035414

    Hey elskeletto1,

    Where can we see and reproduce the problem?

    Best regards,
    Rikard

    #1035461

    Hey Rikard,

    The website is under construction, but it is online. You can see it here:

    https://www.geschenkefund.de

    Explanation:
    The price and the stars come from the excerpt field in the post. So this is the excerpt which is not displayed on the tablet portrait view. Furthermore, I added an additional column to the masonry. It can now have 7 columns instead of 6.

    I checked my quick CSS but there is no media query which could cause this effect.
    I have some masonry-CSS above the media queries affecting all views. It is weird that the excerpt only disappears on the tablet portrait view.

    #1036053

    Hi,

    Thanks for the update. I can’t reproduce the issue on my end. The excerpt is visible on tablet screens. Is this fixed?

    Best regards,
    Ismael

    #1036087

    Hi Ismael,

    the issue is not fixed yet. I think it depends on the tablet type if you can see the issue. I tested the website with a Samsung tablet. Anyway, you can see the excerpt (price and stars) disappearing when you slowly reduce the size of your desktop browser window to tablet portrait size.
    The excerpt disappears with 3 masonry posts in a row. This should not happen to make that the excerpt is displayed constantly on all devices.

    Best regards
    Michael

    • This reply was modified 5 years, 12 months ago by elskeletto1.
    #1036438

    Hi,

    Thanks for the update. I can see the issue now. Use this css code to redisplay the masonry content on that screen size.

    @media only screen and (max-width: 989px) and (min-width: 767px) {
    .responsive .av-masonry-entry .av-masonry-entry-title+.av-masonry-entry-content {
        display: block;
    }
    }

    `
    Best regards,
    Ismael

    #1036474

    Hi Ismael,

    thank you, it works. The excerpt is now displayed constantly.

    Best regards
    Michael

    #1036531

    Hi Michael,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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