• Resolved kapsun

    (@kapsun)


    I have a similar issue the read more just toggles to read less but does not show the hidden content. No change done on the website except the update of the plugin.

    It works fine on Laptop/desktop but not on mobile. Even my customers are complaining Here is the URL. Am checking on chrome browser.

    https://unwindoutdoor.com/shop/delhi-to-leh-self-drive-road-trip/

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author edmon.parker

    (@edmonparker)

    Dear @kapsun,

    That’s strange.
    I noticed two things on your website there is a JS error that can also affect our plugin.
    The second thing I found someone probable your cache plugin added inline style to our read more div stage which wrapped all hidden content.

    I can recommend you try to add this JS code inside read more settings JS editor

    jQuery(window).load(function() { jQuery(‘.yrm-content’).removeAttr(‘style’) })

    Thread Starter kapsun

    (@kapsun)

    Thanks @edmonparker the problem got resolved after updating cache from WP Rocket.
    I just took the clue from cache plugin comment because it was earlier working perfectly fine.

    I still don’t understand why it happened and why it got resolved. But it is resolved now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Read more Toggles but does not show hidden content on Mobile Works fine on Lapto’ is closed to new replies.