Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Joeri van Veen

    (@ruigehond)

    Hello panchorigail, no there is not. It’s a good suggestion however, will look into that in the coming weeks. Sorry. You might be able to solve it with css though a bit hackishly, by setting the bar to display: none except for the specific page you want it on. Usually the page outputs its id as a class in the body.
    So it would look like this (untested):

    
    .ruigehond006 {
        display: none;
    }
    .page-id-123 .ruigehond006 {
        display: block;
    }

    (Or .postid-123 or however your targeted page uniquely identifies itself.)
    Hope this helps for now.

    Thread Starter panchorigail

    (@panchorigail)

    Hi Joeri. Thanks for the answer, but I cant seem to make it happen. I will await for a future development

    Plugin Author Joeri van Veen

    (@ruigehond)

    Hi panchorigail, can you send me a link to the page you want it on? So I can inspect your website? You say: I cant seem to make it happen, what do you use to add / change css to your site?

    Plugin Author Joeri van Veen

    (@ruigehond)

    Hi Panchorigail, I’ve update the plugin and included your request. You can now simply uncheck all the post types on the settings page, so it won’t display anywhere. But on an individual post (or page) you will see a “WP Reading Progress” option bar below the text of the post, there you can check the “display reading progress bar” checkbox and update your post, the progress bar will then display on that specific post. That way you can determine for each post specifically if you want to display the bar.
    Does this solve your issue?
    Kind regards,
    Joeri

    Plugin Author Joeri van Veen

    (@ruigehond)

    Hi panchorigail, I think the functionality you were asking about is now part of the plugin, I assume this solves your issue and therefore I will mark this as resolved. Please start a new support thread or comment here if this is not correct.
    Kind regards,
    Joeri

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to use on specific page’ is closed to new replies.