Unit Locking no working

Home Forums Legacy Support Support queries Setup issues Unit Locking no working

  • This topic has 16 replies, 5 voices, and was last updated 3 years ago by Ada.
Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #347602
    rockylin
    Spectator
    hi, i want to force student to complete previous units before viewing the next units but the unit locking no working(WPLMS>Course Manager>Unit Locking). please fix it ASAP. https://www.loom.com/share/7ce2c550b2e743319dd9bda72cc8b284 here is my vision: VibeBP 1.5.4 WPLMS 1.5.4.3 WPLMS theme 4.097
    #347738
    Veronica
    Moderator
    checking the same on local will share the resullts here
    #347745
    Veronica
    Moderator
    hi just checked on local with the same version and it is working http://somup.com/cre3XdbZqS make sure that you have enabled the setting in the front end setting section
    #347812
    rockylin
    Spectator
    hi Veronica, it working now. but user can see the next unit button without been click that user will not know have to click unit complete button first. any possible give it a pop-up message when user click next unit button before click unit complete button or any better way?
    #347903
    Veronica
    Moderator
    hi if you want then you can enable the media locking may be this will work for you
    #347912
    rockylin
    Spectator
    you get me wrong, the issue is not only about student have to click next unit button before click unit complete button. the issue is user don't know can't click next unit button before click unit complete button because the next unit button didn't become grayscale or pop-up message to guide user.
    #347965
    MrVibe
    Keymaster
    There is a lock icon in the curriculum and the next unit button. The user first needs to click and unlock the next item. Then move on to the next item. Please let me know if we have not understood the query at all.
    #347972
    rockylin
    Spectator
    Mr. Vibe, you already understood but issue is student may not see the complete button on first glance if the content too long. so , student will still click next unit button because it didn’t become grayscale or pop-up message to guide student.
    #348207
    Veronica
    Moderator
    hi so you want to stick the next unit button(which is available at the bottom)? please confirm
    #348213
    rockylin
    Spectator
    no, i want next unit button become light gray word(mean it can't click), not still black word before click complete unit button.
    #349802
    Anshuman Sahu
    Keymaster
    please try adding this custom css in your wp-admin -> appearance -> customize -> custom css :
    .next_curriculum_item.unlocked {
        background:var(--primary) !important;
    }
    
    .next_curriculum_item.locked {
         background:var(--highlight) !important;
    }
    #349813
    rockylin
    Spectator
    This reply has been marked as private.
    #350455
    Ada
    Participant
    Hi, Please set different colors into this Like this .next_curriculum_item.unlocked { background:#9c2e2ec0 !important; } .next_curriculum_item.locked { background:grey !important; }
    #350481
    rockylin
    Spectator
    hi, Ada, it still didn't working.
    #350625
    Ada
    Participant
    Hi, It's working, Please check now I added the code here ->https://prntscr.com/114ljk0 refer here- > https://drive.google.com/file/d/1ZoOFPQo454q8xulZylap0JbpuOrcjkE-/view
Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘Unit Locking no working’ is closed to new replies.