Remove "No Reviews" link on listing pages?

This topic contains 7 replies, has 4 voices, and was last updated by  Dave Flanagan 6 years, 9 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #390101

    Dave Flanagan
    Free User
    Post count: 81

    I am trying to remove all traces of “Reviews” on my site. I am using Supreme Theme and I have managed to hide all indications of a review feature on all the listings. The only thing that I am unable to remove is in the area underneath the title of a listing on the listing page. It says “No Reviews” because I have disable the option to add a review, but I would like the “No Reviews” link to be completely hidden.

    I have attached a screenshot below of where it says “No Reviews” on the listing page.

    Thanks for your help!

    #390184

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    please try with this css:

    .sd-ratings {display:none;}

    Let us know how it goes.

    Thanks,

    #390261

    Dave Flanagan
    Free User
    Post count: 81

    It worked beautifully! Thank you for your help, Paolo!

    #390263

    Dave Flanagan
    Free User
    Post count: 81

    Is there any css for hiding the profile picture of the user who submitted a listing?

    Thanks

    see screenshot below:

    #390266

    Kor
    Moderator
    Post count: 16516

    Hi Dave,

    Yes, use this, please.

    
    
    .sd-detail-author {
        display: none!important;
    }
    #390314

    Dave Flanagan
    Free User
    Post count: 81

    Thank You!

    #390574

    Tree Behrens
    Free User
    Post count: 1

    Hey Dave,

    I’m looking to remove all traces of the reviews feature too – would you mind describing the steps?

    Cheers!

    #391160

    Dave Flanagan
    Free User
    Post count: 81

    I first recommend adding the above css to your site (the css suggested by the mods above). Also go into GD>Design>Detail and under detail page tab setting where it says “Exclude selected tabs from detail page” add the Reviews tab to that (refer to screenshot)

    Also add this bit of css to your “additional css” tab when customizing:

    .geodir_Star {display: none;}
    .geodir-bubble-meta-bottom .geodir-bubble-reviews {display: none;}

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