We're merging with GenerateBlocks! Learn more here.

[Support request] Excerpts and Read More links not appearing on Edge

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Excerpts and Read More links not appearing on Edge

  • This topic has 2 replies, 2 voices, and was last updated 4 years ago by Drew.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11081
    Drew
    Participant

    I’ve noticed an issue that seems to be limited to MS Edge (and the latest version of IE) in that none of the excerpts or Read More links appear on the frontend. Firefox, Safari, and Chrome are all fine.

    Example: morikamidev.wpengine.com/ has a WPSP grid showing below the hero and should look like this: https://www.screencast.com/t/nYZddC8Xf but on Edge looks like this: https://www.screencast.com/t/fvoj0lhaIj

    FYI, I am using the beta version as those card layouts are invaluable.

    #11110
    Tom
    Keymaster

    Hi there,

    Can you try adding this CSS?:

    .wpsp-overlay .wp-show-posts-inner {
       display: -ms-grid;
       display: grid;
       -ms-grid-columns: (1fr)[5];
       grid-template-columns: repeat(5, 1fr);
       -ms-grid-rows: (1fr)[5];
       grid-template-rows: repeat(5, 1fr);
       position: relative;
    }

    Let me know 🙂

    #11119
    Drew
    Participant

    Hey Tom, if you take a look now, you should see this: https://www.screencast.com/t/wUe58ohm

    I left the CSS in place so you can see live on IE as it doesn’t seem to impact other browsers. Although on Edge, the overlay copy and button still don’t show: https://www.screencast.com/t/Fnag688se

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