Remove favorites and reviews

This topic contains 4 replies, has 3 voices, and was last updated by  thune 9 years, 5 months ago.

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

Open Support Ticket

Tagged: ,

  • Author
    Posts
  • #15253

    thune
    Lifetime Member
    Post count: 18

    Hi

    I would like to “disable” favorites and reviews on the map and in the listing. I would also like to disable the tab “Related listings”. Is it possible to do this with some css (display:none) or is there another recommended way?

    Øystein

    #15266

    Paolo
    Site Admin
    Post count: 31206

    TO disable reviews simply go to Settings >> Discussion in wordpress menu and disable comments.

    For listings already in your database you have to do it post per post or with a bulk quick edit.

    This will remove favorite from everywhere :

    
    
    .geodir-addtofav, .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments, .geodir_category_list_view li .geodir-addinfo span {
        display: none;
    }

    To disable related listings, please go to GeoDirectory >> Design >> Navigation >> Detail and where it says “Show related post listing on” remove all custom post types.

    Let us know,

    Thx

    #15532

    thune
    Lifetime Member
    Post count: 18

    Thanks, works fine, except for it still shows a “reviews” tab in the listing page.

    #15539

    Guust
    Moderator
    Post count: 29970

    Have you turned off comments for listings already in your database?
    (and deleted any comments if there were any)

    #20218

    thune
    Lifetime Member
    Post count: 18

    I resolved this in the new version where I exluded the review tab from listing view.

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

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

Open Support Ticket