How do you remove the Back to Course, Remove Course, and Finish Course buttons at the bottom of the right sidebar in a course page?
On a course page, is it possible to remove the Start Course button at the top? (https://socialworkguide.venuecom.com/course/social-work-guide/) We just want people to be able to access everything after they've signed up.
Hi,
1,3- Please use this custom css code to hide course buttons from course page
and circle checkmark on quiz page
Add this code in appearance >> customize > custom css
.page-template .row .col-md-3 .more_course {
display:none !important;
}
.single-quiz .quiz_timeline .timeline_wrapper li a span {
display:none !important;
}
2- I am all-ready not able to see start course button on your site as I am not logged-in or registered.
https://prntscr.com/wkpkoe
That got rid of the buttons in the sidebar, but the circle check and number are still on the quiz pages.
As for the Start Course button, we want people who are logged into just automatically be able to access everything, so the button is extraneous for us. You guys have a login; can you check that out? Thanks!
Hi,
I have added the code for quiz page here -> https://prntscr.com/wkzmkg
Now the circle tick is gone
https://prntscr.com/wkzojg
Are you asking that a user should directly redirected to the course page just when he/she logs in .This feature is all-ready present. You can set student login redirect to course page from LMS >> settings https://prnt.sc/wkzzqq
We don't really need a course status. It's one course and it's open, where they can do it at their own pave in their own order.
I thought I had everything up to date. I installed the most recent version not long ago.