Filter by city/town – Would like to have just 'near me'

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

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

Open Support Ticket
  • Author
    Posts
  • #521159

    Michael O’Brien
    Buyer
    Post count: 12

    Hi, I’ve included a screenshot. I’ve added lots of locations and when I click on Filter by city/town the dropdown shows all of the available locations. However, I only want the user to be able to choose ‘near me’. Is that possible?

    #521166

    Michael O’Brien
    Buyer
    Post count: 12

    also, is it possible to take out the dropdown categories for ‘search for’ field. see attached.

    #521194

    Alex Rollin
    Moderator
    Post count: 27815

    The category dropdown can be adjusted in the Advanced Search tab options, click the show advanced button to see the options.

    Hiding all results except near me may be possible with CSS, I will ask the developers about it.

    #521211

    Alex Rollin
    Moderator
    Post count: 27815
    #521248

    Michael O’Brien
    Buyer
    Post count: 12

    Thank you, we will try that!

    #521668

    Naveen Giri
    Moderator
    Post count: 1559

    You can try following css to hide other location options.

    
    .gd-suggestions-dropdown ul.gdlmls-near li{
    	display: none; 
    }
    .gd-suggestions-dropdown ul.gdlmls-near .gd-near-me{
    	display: block; 
    }

    Thanks

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

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

Open Support Ticket