• I wanted to have Read Offline display the PDF/EPUB/Print links on nearly every page except the home page and a few others. I didn’t readily see a way to do this via the plugin’s settings, but some simple CSS took care of it.

    So, to NOT display the offline links on specific pages, do the following:

    1. Under the plugin’s settings, set it to display on the top or bottom of all pages (or posts).
    2. Edit the page/post on which you do NOT want the offline links to appear.
    3. On the text tab, at the top of the page/post, paste the following code:
    4. <style scoped>.readoffline-embed { display: none !important;}</style>

    5. Save the page/post.

    The page should now no longer show the offline links.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘tip for NOT displaying on specific pages’ is closed to new replies.