How do I remove the review and login option

This topic contains 10 replies, has 4 voices, and was last updated by  Paolo 7 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #190186

    twinislands
    Expired Member
    Post count: 29

    Hello I want to simplify the process by posting listings myself. How do I remove the reviews and options for people to login and create accounts ?

    Also under my listings are some broken images can you check it out and tell me how to remove that on my site: http://www.wellnessportaltt.com

    Thank You

    Shari

    #190592

    Guust
    Moderator
    Post count: 29970

    Hi Shari, that URL does not seem to have a WP installation?

    1. Disable registration: https://wpgeodirectory.com/docs/basic-installation/#anyone

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

    #192545

    Eric Vicini
    Free User
    Post count: 5

    Hello:
    I disabled the comments as per your explanation above, and the review tab still appears on my place listings.

    Also, how to I remove the stars from the pop-up on the home page, or at least add stars to the listing?

    http://annuaire.louisianemonamour.com/

    #192554

    Guust
    Moderator
    Post count: 29970

    To review the review tab from the detail page: GD > design > detail > Exclude selected tabs from detail page > Reviews

    To remove stars, add this to your CSS:

    
    
    .geodir-rating {
        display: none;
    }
    #192556

    Eric Vicini
    Free User
    Post count: 5

    Guust:
    Thank you

    #192558

    Eric Vicini
    Free User
    Post count: 5

    Guust:
    May I ask you another question: my website is in French. How do I translate or modify the text inside the search box “search for” and “near”. Also from GD boxes?
    Thanks,
    Eric

    #192560

    Guust
    Moderator
    Post count: 29970

    You can use the translation file, see https://wpgeodirectory.com/docs/translate-core/
    or go to GD > design > search > SEARCH FORM DEFAULT TEXT SETTINGS

    See also https://wpgeodirectory.com/docs/core-design/#search

    #193023

    Eric Vicini
    Free User
    Post count: 5

    Guust:

    Thank you again for your help. I’m currently building two directory sites, and after I have put them together and am satisfied with the result, I will then buy a membership so I can also have some add-ons.

    So far, I’m very impressed.

    I do have a question:

    Now that I’ve removed the stars and comments from the bubble, is there a way to have a short extract? the bubble now is half empty at the bottom;

    #193072

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    there is a filter for that:

    
    
    add_filter('geodir_custom_infowindow_html' , 'geodir_get_custom_infowindow_html', 10,3) ;
    function geodir_get_custom_infowindow_html($html , $postinfo_obj, $post_preview = '')
    {
    	return 'Here u can copy content of geodir_get_infowindow_html function and can make necessary changes in html ';
    }

    However this is considered a customization,

    Thanks

    #193268

    Eric Vicini
    Free User
    Post count: 5

    Hello Paolo:

    Again thank you for taking the time to answer me.

    When I create a page, the only attributes I have are GD pages.

    How can I add the regular templates (body plus sidebar, etc.)?

    Thanks.

    #193301

    Paolo
    Site Admin
    Post count: 31206
Viewing 11 posts - 1 through 11 (of 11 total)

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

Open Support Ticket