• Hi,

    After the latest update the quiz button in the side bar came back as well as “Total student” “Student complete” “Student In Progress”. The old css I used to hide it doesn’t seem to work anymore.

    Please help,

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Can you send us some image of the place you need to hide? We will install the Neve theme to check for you.

    Thread Starter cwa10

    (@cwa10)

    file:///Users/charlottewotzader/Desktop/Sk?rmavbild%202023-08-09%20kl.%2006.23.41.png

    file:///Users/charlottewotzader/Desktop/Sk?rmavbild%202023-08-09%20kl.%2006.28.05.png

    Ok, thank you so much!

    Plugin Support brianvu-tp

    (@briantp)

    You can attach images at https://prnt.sc/ then send a link image for me.

    Thread Starter cwa10

    (@cwa10)

    Plugin Support brianvu-tp

    (@briantp)

    Please try use this CSS code

    .lp-user-profile #profile-nav .lp-profile-nav-tabs>li.quizzes {

    display: none;

    }

    .lp-user-profile #profile-content-courses .learn-press-profile-course__statistic {
    display: none;
    }
    .lp-user-profile #profile-content-my-courses .learn-press-profile-course__statistic .dashboard-statistic__row .statistic-box:nth-child(4), div#profile-content-my-courses .learn-press-profile-course__statistic .dashboard-statistic__row .statistic-box:nth-child(5) {
    display: none;
    }
    .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-filters li:nth-child(4), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-filters li:nth-child(5) {
    display: none;
    }
    .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr td:nth-child(3), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr td:nth-child(4), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr td:nth-child(5) {
    display: none;
    }
    inspector-stylesheet:7 .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr th:nth-child(3), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr th:nth-child(4), .lp-user-profile #profile-content-my-courses .learn-press-profile-course__tab .learn-press-course-tab-filters .learn-press-profile-course__progress table tbody tr th:nth-child(5) {

    display: none;

    }

    Thread Starter cwa10

    (@cwa10)

    I’m afraid it doesn’t work. I also discovered the course doesn’t show. https://prnt.sc/yzTa1Y0lI5Np

    I’ve tried safari and chrome with the same result.

    Grateful for help

    Plugin Support brianvu-tp

    (@briantp)

    The course doesn’t show that maybe have a conflict on your website, please enable the debug mode of WordPress to check.

    Thread Starter cwa10

    (@cwa10)

    I enabled the debug mode, but the problem seem to remain, it’s just like the course won’t load. I don’t know what to do, the course worked for a long time and then this happened. When I try to create a new course, it’s the same result, that it won’t load. Do you have any suggestions what to do?

    Thanks for your help

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove quiz and student info’ is closed to new replies.