Add listing page – how to remove these sentenses

This topic contains 9 replies, has 2 voices, and was last updated by  Guust 6 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #378243

    Billy
    Buyer
    Post count: 44

    Hi, how can I remove these two sentences as shown in the attached picture? “Click on above field and type to filter list or add a new region” and “Click on above field and type to filter list or add a new city”. thanks.

    #378249

    Guust
    Moderator
    Post count: 29970

    You can use the Location Manager language file for that, see https://wpgeodirectory.com/docs/translating-addons/
    Thanks

    #378250

    Billy
    Buyer
    Post count: 44

    Hi Guust, I found the sentences in the Location Manager language file. But how can I remove them by technically translating to “nothing” in Poedit?

    #378251

    Guust
    Moderator
    Post count: 29970

    Replace with a non-breaking space:

     
    #378252

    Billy
    Buyer
    Post count: 44

    Thanks Guust, the sentences have been replaced by non-breaking space. But now the relevant area in the add listing page looks like having a “big gap”.

    #378255

    Guust
    Moderator
    Post count: 29970

    Try this CSS:

    
    
    .geodir_post_region_row .geodir_message_note {display: none}
    .geodir_post_city_row .geodir_message_note {display: none}

    Thanks

    #378261

    Billy
    Buyer
    Post count: 44

    Hi Guust, it doesn’t work

    #378266

    Guust
    Moderator
    Post count: 29970

    URL and WP admin details in a private reply please. Thanks

    #378310

    Billy
    Buyer
    Post count: 44
    This reply has been marked as private.
    #378370

    Guust
    Moderator
    Post count: 29970

    Oops, that should have been

    
    
    #geodir_post_region_row .geodir_message_note {display: none}
    #geodir_post_city_row .geodir_message_note {display: none}

    I fixed it for you.

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

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

Open Support Ticket