• Hello

    As the title describes, is it possible to manually disable both the read time text and the progress bar for specific pages like About Us, Contact Page etc.

    There should be an option in the page settings for this to give the plugin more flexibility and power for us who’s using it.

    Besides that, i really like the plugin ??

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Support Herman Asrori (BSF)

    (@bsfherman)

    Hi @rcdelar,

    There’s no option for that. However, it can be done using CSS. Something like the following should work.

    .page-id-2 #bsf_rt_progress_bar_container, .page-id-2 .bsf-rt-reading-time {
    	display: none;
    }

    You only need to change the .page-id-2 to the actual page ID that you would like to disable the Read Time and Progress Bar from.

    Let us know if you need more help, otherwise please mark the topic as Resolved.

    Kind regards,
    Herman ??

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.