Hi,
Is there a way to deactivate Offline Courses? As I don´t what that feature as of now these new rows and fields in the Frontend submission is quite messy. Just makes it more difficult for the instructors of knowing what to enter.
I mean, i don´t think the feature is bad, but I don´t want it right now.
You can hide it via css or remove it via php.
Let us know which one are you more comfortable with. We will share the fix.
Hi,
Ok, CSS will be fine.
Thanks.
Add this in custom css in cusomtizer
li.vibe_vibe_course_offline,li.vibe_vibe_course_unit_content,li.vibe_vibe_course_button,li.vibe_vibe_course_progress,li.vibe_vibe_course_auto_progress,li.vibe_vibe_course_review{
display:none !important;
}
Seems to work.
Thanks :-)