Disable / remove upload package

Home Forums Legacy Support Support queries How-to & Troubleshooting Disable / remove upload package

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #351036
    gsjaak_118
    Participant
    Hi! I would like to remove / disable the upload package option in wplms v4. And in turn want to show 'build curiculum' by default. See: https://prnt.sc/1168jig Kind regards
    #351043
    Diana
    Participant
    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}
    
    #351331
    gsjaak_118
    Participant
    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.
    #351556
    Scott Lang
    Moderator
    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.
    #351831
    gsjaak_118
    Participant
    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?
    #351846
    Diana
    Participant
    There is no hook to remove that icon, that's why I shared CSS above
    #352259
    gsjaak_118
    Participant
    Yes thanks. Could you add a hook in the next release, that would be great!
    #352280
    Diana
    Participant
    Adding this request in our "To be Considered" List I can't say that this will be available in next release
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Disable / remove upload package’ is closed to new replies.