student courses default status to "Active Course"

Home Forums Legacy Support Support queries Styling issues student courses default status to "Active Course"

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #238614
    RMA
    Spectator
    Hi, I need to set the default course status to "active courses" in student courses listing  in their account so that all Active courses show (load) when a student access their course listing.  Currently it set to select order and students needs to filter to active courses to see all courses. see screenshot  https://www.adraceu.com/wp-content/uploads/Active-courses-Default-setting-1.jpg
    #238656
    Misty
    Member
    Hi, First Remove this code  <script> jQuery(window).load(function(){ jQuery("body.course.directory").find("#course-order-by").val("alphabetical"); }); </script> After that ADD this code in Go to : wp-admin > WPLMS > Footer > Google Analytics Code >write full code with javascript tags <script> jQuery(window).load(function(){ jQuery("body.course.directory").find("#course-order-by").val("newest"); }); </script> http://prntscr.com/qkpcf9
    #239092
    RMA
    Spectator
    I am not sure where to place the code. I looked to WPLMS- Customization  but did not find the code to replace.  That is the only area I know to place codes. Can you provide screenshots where to replace the code?
    #239133
    Diana
    Participant
    This reply has been marked as private.
    #239221
    RMA
    Spectator
    Thank you for taken care of it. Is show a world of difference in service and maturity. Many thanks.  
    #239244
    Misty
    Member
    Hi, @RMA Your Issue is resolved now  or any other problem , if  no then we can close this topic.
    #239367
    RMA
    Spectator
    Yes, the issue is resolved. You can close this ticket. Thanks
    #239395
    Misty
    Member
    Glad you’re enjoying the theme & support – thanks for using it! 🙂 Please write your review. I would really appreciate that! Here: https://themeforest.net/item/wplms-learning-management-system/reviews/6780226 If we can be of assistance, please do not hesitate to contact us again. Closing this topic. Have a Great Day.
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘student courses default status to "Active Course"’ is closed to new replies.