Statistics not present in all courses

Home Forums Legacy Support Support queries Other issues Statistics not present in all courses

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #348831
    Hi, I noticed that Statistics are not visible in all my courses. I have to enable something in each course in order to show them? http://prnt.sc/10wgcx2
    #348979
    Ada
    Participant
    Hi, You have asked for code to hide these tabs in any of your previous topics so the code here is hiding this tab in manage course section https://prntscr.com/10wze5i
    
    .course_manage .course_tabs .instructor_tabs :nth-child(6){
    display:none !important
    }
    
    I have removed this above code from custom css section.It's appearing in all courses now. Please check .
    #348983
    Veronica
    Moderator
    hi no there is no specific need to show these menus http://prntscr.com/10wzkql maybe any custom CSS is applying there to hide menus! we need to check that on your site please provide details in private reply
    #348985
    Ada
    Participant
    This was happening on few courses because review tab in manage course section is not fixed. If there are some reviews present then it will show the review tab otherwise it will not. So After removing the above code in some course you will see this question/ discussion tab also and in some you will not see it. So to solve this inconsistancy you need to remove the code for hiding review tab which I gave in in any other topic. This one
    
    .course_manage .course_tabs .instructor_tabs :nth-child(5){
    display:none !important
    }
    
    
    #349136
    Thank you, so I have to delete also this code? .course_manage .course_tabs .instructor_tabs :nth-child(5){ display:none !important }
    #349235
    Veronica
    Moderator
    yes you need to remove it
    #349466
    Removing this last code "Notes" reappeared near Curriculum (the only I want to be visible) when student continue course
    #349704
    Ada
    Participant
    Hi, I added code to remove notes near curriculum. Now once please check and share which tabs you want to show and which to hide or is it fine now.
    #350029
    Thanks, not it's ok. I want to maintain only curriculum.
    #350184
    Ada
    Participant
    okay so can I close this topic?
    #350322
    Yes, please
    #350383
    Diana
    Participant
    Closing
Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Statistics not present in all courses’ is closed to new replies.