Viewing 8 posts - 1 through 8 (of 8 total)
The topic ‘Disable / remove upload package’ is closed to new replies.
Hi!
I would like to remove / disable the upload package option in wplms v4. And in turn want to show ‘build curiculum’ by default.
Kind regards
You can use this custom css
.wplms_create_course_wrapper .wplms_edit_course_content .course_curriculum_builder_wrapper .curriculum_type_wrapper .curriculum_type:nth-child(2) {display:none !important}
When you add this you still have to click the build curriculum button, that it one click too much.
Can it open the curricilum by default? That would be super great.
You can hide using the above css which is shared by Diana.
but this is not available to default open using custom code or settings.
Could you add this in the upcoming version please? Or tell me if there is a hook or code i can add/edit to alter this?
There is no hook to remove that icon, that’s why I shared CSS above
Yes thanks.
Could you add a hook in the next release, that would be great!
Adding this request in our “To be Considered” List
I can’t say that this will be available in next release
The topic ‘Disable / remove upload package’ is closed to new replies.