[Resolved] “read more” button not initializing on mobile devices

Home Forums Support [Resolved] “read more” button not initializing on mobile devices

Home Forums Support “read more” button not initializing on mobile devices

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2371483
    drew

    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

    #2371508
    Ying
    Staff
    Customer Support

    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!

    #2371525
    drew

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

    #2371568
    Ying
    Staff
    Customer Support

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

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

    That seems to do the trick, thanks so much for the super fast reply ๐Ÿ™Œ

    #2373991
    Ying
    Staff
    Customer Support

    You are welcome ๐Ÿ™‚

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