Hide survey and Results

Home Forums Legacy Support Support queries How-to & Troubleshooting Hide survey and Results

Viewing 15 posts - 1 through 15 (of 22 total)
  • Author
    Posts
  • #341633
    Hello, please suggest me how to hide in Course "Survey" and "Results" section. I set course access as 30 days, is it possible to maintain time expressed in days? Now it's transformed in month, days and hours. http://prnt.sc/1032oof Thanks
    #341764
    Diana
    Participant
    Please share user credentials in a privtae reply so I can check and for maintaining time Please check in wp-admin > WPLMS> Course manager > Course Duration parameter Check and set days, then save and check
    #341769
    This reply has been marked as private.
    #342012
    Diana
    Participant
    Discussed with the team member, that time appears there is actually code to show in this way(Convert it automatically) We don't have any feature to show it either in days only or in months
    #342028
    Thank you, if there is no way to change time we will maintain this. Please suggest me how to hide in Course “Survey” and “Results” section.
    #342172
    Diana
    Participant
    This reply has been marked as private.
    #342216
    Unfortunately, Survey section and Results are still there. The code is not working
    #342431
    Veronica
    Moderator
    hi this will hide the results section here http://prntscr.com/106mri5 .vibebp_left_sidebar a.menu-child.course-stats{ display:none; } let me know if you want to hide anything else thanks
    #342438
    Hi, thank you, but it's not what I asked for, please have a look to the screenshot I posted https://prnt.sc/1032oof
    #342625
    Veronica
    Moderator
    please confirm once as Diana is not present I am assisting you you want to hide these options here right? https://prnt.sc/1032oof
    #342649
    Yes, Diana already told me that is not possible display the time only in days. I want to hide Presentation for students alrady enrolled and Results on the left. Thank you
    #342737
    Ada
    Participant
    Hi, Please add this css code in appearance>> customize>> custom css
    
    #vibebp_member #course_component .vibebp_main .mycourses .course_tabs .instructor_tabs span:first-child {
        display:none !important;
    }
    #vibebp_member #course_component .vibebp_main .mycourses .course_overview span span:last-child{
        display:none !important;
    }
    
    And add this code in wplms>>footer>>google analytics code
    
    jQuery(document).ready(function($){
        $('#vibebp_member #course_component .vibebp_main .mycourses .course_tabs .instructor_tabs span:first-child').removeClass('active');
        $('#vibebp_member #course_component .vibebp_main .mycourses .course_tabs .instructor_tabs span:nth-child(2)').trigger('click');
        $('#vibebp_member #course_component .vibebp_main .mycourses .course_tabs .instructor_tabs span:nth-child(2)').addClass('active');
    });
    
    
    #342764
    Hi Ada, now the tab Survey disappeared, but Curruculum is not showing, Course description is still appearing, you have to click on the tab in order to find it http://prnt.sc/1088x77
    #342853
    Ada
    Participant
    Hi. Please replace the code in wplms>> footer>> google analytics with this one
    
    <script>
    jQuery(document).ready(function($){
    setTimeout(function(){
        $('#vibebp_member #course_component .vibebp_main .mycourses .course_tabs .instructor_tabs span:first-child').removeClass('active');
        $('#vibebp_member #course_component .vibebp_main .mycourses .course_tabs .instructor_tabs span:nth-child(2)').trigger('click');
        $('#vibebp_member #course_component .vibebp_main .mycourses .course_tabs .instructor_tabs span:nth-child(2)').addClass('active');
    },3000);});
    </script>
    
    #342857
    Done, but nothing changed
Viewing 15 posts - 1 through 15 (of 22 total)
  • The topic ‘Hide survey and Results’ is closed to new replies.