• Resolved drceu

    (@drceu)


    Hi,

    2 Issues in this threade

    1- Course Page in the backend, password is only protecting the course Description, the rest of the content still showing (Certain courses are made for specific group, So I use the password feature to limit access to the course), in the regular pages and posts, it blocks the whole page

    2- The code I was given to hide the number of enrolled students in the course page is not working on certain page templates in the course builder, it is working on the (default template) , not working on the (Modern template)

    Please advise

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support mgordon7

    (@mgordon7)

    Hello,

    Thank you for reaching out,

    1. Yes, it is currently on our QA and dev team roadmap. It will be improved in the future updates of the plugin

    2. Different styles use different classes, so different styles require different custom CSS due to the different classes. Try to use this custom below (insert the CSS at the very top section under the wp dashboard > appearance > install plugins section)

    .masterstudy-single-course-current-students__wrapper {
    display: none;}

    Best regards

    Thread Starter drceu

    (@drceu)

    Thank you for the response

    would you please clarify your suggestion by what you by :

    (under the wp dashboard > appearance > install plugins section)??

    Plugin Support juliastylemixthemes

    (@juliastylemixthemes)

    Hello @drceu ,

    Thank you for your reply! I’m sorry for the confusion—Matthew meant to say WP Dashboard > Appearance > Customize > Additional CSS section, not the “Install Plugins” section. I hope that clears it up, but please let me know if you need any more guidance!

    Best regards,
    Julia Ten
    Stylemix Support Team

    Thread Starter drceu

    (@drceu)

    Thanks Julia for the clarification. I tried but the code didnt work on the modern course template

    its only working on the default template

    Plugin Support mgordon7

    (@mgordon7)

    Could you please provide direct URL link? To check CSS and share you.

    Also, please make sure that you inserted the previous CSS at the very top section of the CSS board.

    Moreover, try to include !important rule as well, for example >

    .masterstudy-single-course-current-students__wrapper {
    display: none !important;}

    Cheers

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Course Page Password’ is closed to new replies.