Dashboard_Courses

Home Forums Legacy Support Support queries Setup issues Dashboard_Courses

Tagged: ,

  • This topic has 6 replies, 2 voices, and was last updated 3 years ago by Ada.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #350768
    beastizo
    Spectator
    Hi! I would like to know how I can modify the options of a course (see what is marked in red https://prnt.sc/114zbk8) ... We need to change the name of some sections and eliminate some of the course options (see what is crossed out in red ) because some of them, in our case, they do not proceed On the other hand, we would like to remove the link that appears where it is marked in blue (https://prnt.sc/114zbk8), because open a new window outside the dashboard with the course information (https://prnt.sc / 114zhzm) ... But we think that it does not make sense to duplicate the information or move the students from the dashboard ... Thank you very very much in advance!
    #350888
    Ada
    Participant
    Hi, I can give you code to eliminate elements which you have marked . For changing the name you need to use translation plugin like locotranslate and change those strings there from the plugin section.
    #350911
    Ada
    Participant
    You can use this css code to remove marked tabs. Add this code in appearance>> customize>> custom css
    
    #vibebp_member #course_component .vibebp_sidebars a.course-stats , {
        display:none !important;
    }
    #vibebp_member #course_component .vibebp_sidebars a.notes_reviews{
        display:none !important;
    }
    .vibebp_main .mycourses .course_manage .course_tabs .instructor_tabs span:nth-child(4), span:last-child{
        display:none !important;
    }
    
    #350939
    beastizo
    Spectator
    Hello again Ada About changing the names, ok, I do it with loco translate. About the css codes that you send me, if I enter them, the login disappears (see https://prnt.sc/115pgv7) and also the dashboard menu (compare https://prnt.sc/115phfm vs https: // prnt .sc / 115phur) :(
    #351031
    Ada
    Participant
    Hi, I have modified the code a little and added in the customize>> custom css section on your site. Please check this again.
    #351300
    beastizo
    Spectator
    Hello Ada! Now yes! It's perfect! Thank you very much for your help as always! Closing ticket! ;)
    #351339
    Ada
    Participant
    Thank-you for confirming this. :) Closing.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Dashboard_Courses’ is closed to new replies.