This search type includes by default a dedicated field for property title with 2 drop-down style fields for Categories and Types property categories.
On click, the advanced search form extended opens one on it will get fields that syncs with the custom fields you add from the admin area. These search fields syncs with Ajax filters on the half map, mobile search, search widget and search shortcode.
1. Select search type 11
To setup the Search type 11 navigate to Theme Options > Search > Advanced Search Form and on this section select Type 11 for the Advanced Search Type option.
2. Setup the search form fields for the extended search
The search form fields can be setup from Theme Options > Search > Advanced search form section.
Help article for Advanced Search Form Setup
3. Setup the display of the search form
To manage the advanced search display options navigate to Theme Options > Search > Advanced search display section.
Help article for Advanced Search Form Display
4. Setup the colors for the search form
To manage the advanced search colors navigate to Theme Options > Search > Advanced search colors section.
Help article for Advanced Search Colors Setup
Additional CSS to hide All Actions from Search Type 11
If you wish to remove the “All actions” field you can use below CSS
Before CSS
.search_wrapper.search_wr_11 .col-md-2:nth-of-type(2) {
display: none;
}
#search_wrapper {
left: 0px;
right: 0px;
margin: 0 auto;
}
#search_wrapper_color {
left: 0px;
right: 0px;
margin: 0 auto;
}
.search_wr_11 #advanced_submit_11 {
width: calc(100% - 53px);
}
.search_wrapper.search_wr_11 .col-md-2:nth-of-type(4),
.search_wrapper.search_wr_11 .col-md-2:nth-of-type(3) {
width: 25%;
}
Helpful links for Advanced Search Setup
How to show categories with 0 properties in Advanced Search filters and Properties List Filters
Advanced Search Results – Half Map Style
Advanced Search Results – Standard Style