Site logo

Archived topic

"read more" button not initializing on mobile devices

5 replies · Started by Drew on October 12, 2022

Viewing posts 1–6 of 6

I'm not 100% certain if we're supposed to post queries about WP show Posts here anymore so I apologize in advance if this is wrong point of contact, but I notice that on mobile devices (iOS only) the "read more" button requires tapping twice on mobile in order for it to engage. I'm not seeing any errors in console and it works fine on non-mobile OS browsers so my through was it could be an initialization issue. But I've been unable to solve it.

Example: https://cltc.org/season-pass/
Screenshot: https://www.screencast.com/t/5qBBGXq0mxqZ

Hi Drew,

We've noticed this issue when the mobile sticky header is enabled.

Can you try disabling the mobile sticky header to test?

Let me know!

Yep, that did the trick. Any thoughts on what I can do to reconcile that after enabling the mobile sticky menu?

Try adding this CSS instead of using the sticky mobile header option:

nav#mobile-header {
    position: sticky;
    top: 0;
}

That seems to do the trick, thanks so much for the super fast reply 🙌

You are welcome :)

This archived topic is closed to new replies.