Remove Reviews for CPT on Supreme Directory

This topic contains 6 replies, has 2 voices, and was last updated by  Tom Rendle 7 years, 2 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #352255

    Tom Rendle
    Buyer
    Post count: 46

    I saw a thread on removing reviews on cpt’s but it doesn’t seem to work with supreme directory, or at least I can’t get it to. For one particular post type I would like no trace of being able to review or view reviews. This means the large “Review” button on the detail page has got to go for cpt as well as the stars. I am using the multi rating plugin as well. How would I go about doing this without it affecting all cpt’s? Thanks in advance.

    #352447

    Kor
    Moderator
    Post count: 16516
    #352724

    Tom Rendle
    Buyer
    Post count: 46

    Haha, thanks, I actually started that thread but I was using a different theme at the time. I’ve gotten a lot of this to work but I’m still having two issues. One is that the overall rating still shows up on the listing page. I think this is to do with the multi-ratings plugin and I’m not sure how to target it to hide it. Also, the code to remove the reviews tab for supreme directory must be different, I am using: “.single-gd_project_proposal dl.geodir-tab-head [data-tab=”#reviews”] {
    display:none;
    }”

    And this isn’t working.

    So, How do I target the multi rating stars for project proposals on the listing page, and how do I remove the reviews tab for this cpt?

    Cheers!

    #352737

    Kor
    Moderator
    Post count: 16516

    Hi Tom,

    Do you mind sharing the URL of the site in question? Also, please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.

    Thanks!

    #352739

    Tom Rendle
    Buyer
    Post count: 46
    This reply has been marked as private.
    #352749

    Kor
    Moderator
    Post count: 16516

    Hi Tom,

    Kindly try using the custom CSS code below and see if it works for you.

    
    
    .single-gd_project_proposal dl.geodir-tab-head [data-tab="#reviews"]{
        display:none!important;
    }
    
    .post-type-archive-gd_project_proposal .geodir-addinfo {
        display:none!important;
    }

    Thanks!

    #352785

    Tom Rendle
    Buyer
    Post count: 46

    You guys are awesome. Thanks very much.

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

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

Open Support Ticket