Forum Discussion

JohnToh-9a95b93's avatar
JohnToh-9a95b93
Community Member
8 years ago

Disable/hide the completion status in Rise

hi, i am using Rise as a performance support portal for FAQs, videos, announcements etc? therefore i do not need the completion status displayed.

Is there a way to turn it off? thanks

JT

46 Replies

  • Disappointed to see that the % complete and checkboxes remain fixed without ability to remove them from the sidebar, despite 5 years of requests to do so.  Fingers crossed that someone at Rise will get this into production ASAP.  Thank you!

  • You need to export/publish a web version of your course. 

    Open the Index file (css) in a text or code editor. 

    Then, add the following scripts into the body -- style tags.

    Here's the script for removing the progress bar and the completion text:

    .organic .nav-sidebar-header__progress-text {     

    display: none;     

    }        

    .organic .nav-sidebar-header__progress-track {     

    display: none;

    }

    Here's the script for removing the pie-like lesson progress icons:

    .organic .progress-circle__track {     

    display: none;     

    }

    If you tweak your content and republish a web version, you must add the code scripts to the index (css) file again.

    Regards

    Swarda Padwal Pophale

  • Hello,

    Wondering if anything has changed with this. Is there any way to do this without modifying the .css file? We leverage the Review 360 delivery format to provide documentation to Learning Admins. This allows admisn to actually provide feedback too if processes change in our LMS system and our documentation becomes outdated without our knowledge.

    Therefore, in that scenario there is no way to turn off the lesson percentage because I don't have a web output to edit. 

  • Also would like the option to remove the progress status without removing the whole sidebar. It get's in the way if you are creative with the Cover Page image graphics and title.