• Resolved TerkusCZ

    (@terkuscz)


    Hello, is it possible to hide the number of students in the lecturer’s profile page please?

    I don’t want to publish the number of courses sold, but it can be easily calculated from the number of students.

    Thank you 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • munayam

    (@munayam)

    Hello @terkuscz,

    You can disable total enrolled students feature from Tutor settings > design tab. This will remove number of students enrolled from instructor profile and individual course pages.

    Thread Starter TerkusCZ

    (@terkuscz)

    Hi @munayam , thank you for you reply, unfortunately, this solution only works for information in the course page. On the lecturer’s page the number of students is displayed even though the button is off (Design – Page Features).

    munayam

    (@munayam)

    Hello @terkuscz,

    Which theme is active now? Can you share the profile page url please. Thanks

    Thread Starter TerkusCZ

    (@terkuscz)

    You can find it here.

    Theme GeneratePress. Plugin version 2.1.8.

    I can turn it off with css (display: none), unfortunately I can’t identify the name of the element for it.

    munayam

    (@munayam)

    Hello @terkuscz,

    I will require the page url to further assist.

    Thread Starter TerkusCZ

    (@terkuscz)

    hello @munayam , I wrote the link in the last post :).

    It is https://studijni-svet.cz/kurzy/profile/eliskakrasna/?view=instructor

    Thank you very much for your help.

    munayam

    (@munayam)

    Hello @terkuscz,

    The link didn’t come through until your last reply. You can apply the code shared below

    .tutor-user-public-profile.tutor-user-public-profile-pp-rectangle .profile-name span:nth-child(3n-1) {
        display: none;
    }

    Remember to clear cache afterwards. If this doesn’t help then please write to support at themeum dot com.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Lector profile page’ is closed to new replies.