GeoDirectory SupportHide "star/review/favorite" – GeoDirectory Support https://wpgeodirectory.com/support/topic/hide-starreviewfavorite/feed Fri, 14 Nov 2025 20:12:34 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/hide-starreviewfavorite/#post-43901 <![CDATA[Hide "star/review/favorite"]]> https://wpgeodirectory.com/support/topic/hide-starreviewfavorite/#post-43901 Sun, 28 Jun 2015 14:13:26 +0000 jotomas 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.

]]>
https://wpgeodirectory.com/support/topic/hide-starreviewfavorite/#post-43928 <![CDATA[Reply To: Hide "star/review/favorite"]]> https://wpgeodirectory.com/support/topic/hide-starreviewfavorite/#post-43928 Sun, 28 Jun 2015 21:28:40 +0000 Guust 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/

]]>
https://wpgeodirectory.com/support/topic/hide-starreviewfavorite/#post-43966 <![CDATA[Reply To: Hide "star/review/favorite"]]> https://wpgeodirectory.com/support/topic/hide-starreviewfavorite/#post-43966 Mon, 29 Jun 2015 07:24:26 +0000 jotomas Thanks a lot Guust! I looked at the docs and at the forum, but I forgot to look at the FAQs! 🙁

]]>