customizing search widget

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

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

Open Support Ticket

Tagged: 

  • Author
    Posts
  • #279199

    edge
    Buyer
    Post count: 191

    HI,

    How can the shortcode [gd_advanced_search] be changed so that there is only 1 input field + the search button. this input field should be able to search for post code OR city name.

    example here: http://screencast.com/t/Sge97poMFES4

    Thanks in advance!
    G

    #279240

    Kor
    Moderator
    Post count: 16516

    Hi Gerald,

    Unfortunately, this requires custom customization to the core files, which falls outside the scope of what we offer for support. At the meantime, we have this “Advanced Search” addon https://wpgeodirectory.com/downloads/advanced-search-filters/ that gives more advanced search functionality to your directory that I think you might like it. Check out the demo here. https://wpgeo.directory/

    Thanks!

    #279327

    Paolo
    Site Admin
    Post count: 31206

    Hi Gerald, actually that can done pretty easily with css.

    Just hide the search for field adding this in GD >> Design >> Script >> Custom CSS:

    
    
    .geodir-search input.search_text {
        display: none;
    }

    Let us know how it goes.

    Thanks

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

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

Open Support Ticket