tip for NOT displaying on specific pages
-
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:
- Under the plugin’s settings, set it to display on the top or bottom of all pages (or posts).
- Edit the page/post on which you do NOT want the offline links to appear.
- On the text tab, at the top of the page/post, paste the following code:
- Save the page/post.
<style scoped>.readoffline-embed { display: none !important;}</style>
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.