How to Disable Ratings

This topic contains 7 replies, has 3 voices, and was last updated by  goakes 9 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #27675

    key360
    Expired Member
    Post count: 70

    How can I turn off the star ratings altogether? I don’t want them to display anywhere.

    I’ve got the latest version of GeoDirectory and several addons installed, and I’m running WP 4.1.

    #27677

    Guust
    Moderator
    Post count: 29970

    Only ratings or comments and ratings?

    RATINGS ONLY
    Add this to your CSS:
    .geodir-rating, #gd_ratings_module {display:none;}

    COMMENTS AND RATINGS:
    http://docs.wpgeodirectory.com/faqs/how-do-i-disable-reviews/

    Let us know how you went.

    #27721

    key360
    Expired Member
    Post count: 70

    I’ve added the CSS and I’ve unchecked everything under Settings / Discussion. I also went into existing places & events to make sure Allow Comments was not checked on any individual (it’s not).

    But the No Reviews link is still displayed in event listings. Do I need to hide that with CSS too? Or is there something else I’m missing?

    (BTW – I really don’t understand why Settings / Discussion is being used to turn off Reviews. What if I want to allow comments on my blog posts, but not on the directory?)

    #27740

    Guust
    Moderator
    Post count: 29970

    Ok, try this then:

    .geodir-pcomments, .geodir-rating {display:none !important}

    Normal WP comments settings are used for your pages, posts and GD listings (which are a special type of post).
    You can tell WP to either as default not have comments for anything, but enable them on a per post or page basis;
    or
    You can tell WP to as default to have comments for everything, but disable them on a per post or page basis;

    #28223

    key360
    Expired Member
    Post count: 70

    All set. thanks.

    #28228

    Guust
    Moderator
    Post count: 29970

    You’re welcome.

    #38981

    goakes
    Buyer
    Post count: 143

    Hello

    Not quite the same question. How can I turn off or not to show the ratings on certain CPTs? There are some listings I wish to show the ratings and some not.

    Hope you can help.

    Gary

    #39543

    goakes
    Buyer
    Post count: 143

    Hello

    Not quite the same question. How can I turn off or not to show the ratings on certain CPTs? There are some listings I wish to show the ratings and some not.

    Hope you can help.

    Gary

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket