student always ask about Navigation column that drive me crazy

Home Forums Legacy Support Support queries How-to & Troubleshooting student always ask about Navigation column that drive me crazy

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #221962
    rockylin
    Spectator
    hi , this is UX problem 70% student always ask why it can't go to next unit when it click navigation column without click Next unit button?that drive me crazy even i already put the guide(screenshot:https://i.imgur.com/J4GOQTo.png) could you please add a pop-up remind message when student click navigation column which student not yet can watch or tell it enter Next unit button. again:that drive me crazy , i was use lot membersite software that never happen UX problem like this one and again:my new student ask me error message again(and again) today, like my topic(https://wplms.io/support/forums/topic/lots-error-message-again/)
    #222066
    logan
    Member
    Hello, please share the video of the issue for UX thing. i have fixed notices on Saturday. it should not have appeared. please disable the debug mode in your WordPress.
    #222338
    rockylin
    Spectator
    Hi Logan, like this screenshot(https://i.imgur.com/J4GOQTo.png) that user always click navigation column first without next unit button, then ask me why it can't go to next unit again and again, so i hope your team can add a alarm if user didn't click next unit first. and BTW....there are more error on learn panel, screenshot(https://i.imgur.com/dTlQg4m.png)
    #222593
    Anshuman Sahu
    Keymaster
    Well the next unit button loads there in the black bar below. Do you wish to highlight it when the next unit button appears ? Or is is something else . Im sorry if i misunderstood
    #222595
    rockylin
    Spectator
    hi ,the problem is student also think it can go to next unit when click navigation column , so they alway ask why it can't go to next unit
    #222699
    rockylin
    Spectator
    two suggestion: 1.pop-up alram(remind student click next unit button first) when student click <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">navigation column which unit didn't click next unit button </span> 2.<span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">highlight next unit button appears and sticky black bar </span>
    #222898
    logan
    Member
    Hello,

    1. try this code in wp-admin >>> WPLMS >>> Footer >>> Google Analytics Code.

    <script>

    jQuery(document).ready(function(){jQuery('body .course_timeline.accordion .unit_line:not(.done)').click(function (){alert('Please  on the next unit button below!')}); }); </script> 2. Please goto wp-admin >>> appearance >>> customize >>> custom css >>> paste & save. .course_content_panel_content a#next_unit { margin-top: -12px; cursor: pointer; font-weight: 800; color: #FFF; background-color: #cc2a2a; border: 1px solid #2A73CC; padding: 0.9rem 2rem; animation: floating .8s ease-in-out infinite alternate;   } @keyframes floating { from { transform: scale(.9,.9); } to   { transform: scale(1,1);  } } refer:
    1. https://cl.ly/c821e8
    2. https://cl.ly/81b39b
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘student always ask about Navigation column that drive me crazy’ is closed to new replies.