Hide "star/review/favorite"

This topic contains 2 replies, has 2 voices, and was last updated by  jotomas 8 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #43901

    jotomas
    Buyer
    Post count: 802

    Hello,

    I have done this:


    You can hide the star/review/favorite, it has been discussed several times here on the forum.

    to remove them add this in your style.css inside your child theme

    rating stars

    div.geodir-rating {
    display:none;
    }
    review text

    a.geodir-pcomments {
    display:none;
    }
    favorites

    a.geodir-addtofav-icon {
    display:none;
    }

    But the review text still appears.

    What I am doing wrong?

    Thanks and regards.

    #43928

    Guust
    Moderator
    Post count: 29970

    To disable reviews go to WP Settings > Discussion and disable comments.
    For listings already in your database you have to disable comments for each listing, or with a bulk quick edit.

    Also, go to GD > design > listings tab > Exclude selected tabs from detail page > remove reviews tab

    https://wpgeodirectory.com/docs/faqs/how-do-i-disable-reviews/

    #43966

    jotomas
    Buyer
    Post count: 802

    Thanks a lot Guust! I looked at the docs and at the forum, but I forgot to look at the FAQs! 🙁

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

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

Open Support Ticket