Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi there,

    Thanks a lot for considering Tutor LMS and contacting. I’m sorry to inform you that we don’t have the Rating Disable feature right now. We have added this as a feature request to our Roadmap. We will try to implement this in our future updates.

    Regards,
    Mehedi

    Hi there,

    I apologize for the incomplete reply. I forget to tell a quick solution to remove the rating from Tutor LMS. Though we don’t have any option disable the rating, you can disable rating 2 ways.

    No 1: Template Overriding (If you have coding experience): Files those to be overridden:
    /wp-content/plugins/tutor/templates/loop/rating.php
    /wp-content/plugins/tutor/templates/single/course/enrolled/lead-info.php

    Here is the overriding doc: https://www.themeum.com/docs/override-tutor-templates/

    No 2: Custom CSS: If you don’t have any coding experience, you can apply the following CSS to hide rating from everywhere.

    .tutor-loop-rating-wrap,
    .tutor-single-course-rating,
    .single-instructor-wrap .single-instructor-bottom .ratings {
        display: none;
    }

    Apply any provided solution that is easier for you. Let me know if you have any query or issue.

    Thanks

    Thread Starter Jakubsnm

    (@jakubsnm)

    Thank you Mehedi. I’m really liking your plugin so far.

    @jakubsnm Glad to know that you are happy with our plugin. Please extend your kindness to us and post a review about Tutor LMS and our service. Reviews encourage our team and other users and build trust in the community.
    https://www.ads-software.com/support/plugin/tutor/reviews/#new-post

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable Ratings’ is closed to new replies.