Before reading this help file you may want to check this video. It explains theme functionality and may be easier to understand. Watch Video on Youtube
In this video, you will learn how to change the order of properties in Categories pages, Advanced Search Results Page, Properties List Directory, Property Standard List, and Half Maps-Properties List. Watch Video on Youtube

Step1: Add a new page from in admin – pages and select the Properties list directory as Template:

Step2: Select what properties to list by default on the page when first landing on the page.
You can list properties in a specific order by using the “Default Sort” option or Show only Featured listing. Also you can enable/disable filter area.
In order to get the Property List Advanced Options section displayed, you must Refresh the page.

Step3: Set minimum and maxim values for filter options.

In order to get the Property List Directory Filter Options section displayed, you must Refresh the page.

Note: For price slider is used the minimum and maximum values set in Theme options > Search > Advanced Search Form.

How to hide options from the filters with css

The options that display on this page are set in code. To hide options you can use css from below
1. City dropdown

.dropdown.form-control.directory-adv_city{
display:none;
}

2. Area dropdown

.dropdown.form-control.directory-adv_area{
display:none;
}

3. Type dropdown

.dropdown.form-control.directory-adv_actions{
display:none;
}

4. County dropdown

.dropdown.form-control.directory-adv_conty{
display:none;
}

5. Category dropdown

.dropdown.form-control.directory-adv_category{
display:none;
}

6. Size slider

.directory_slider.property_size_slider{
display:none;
}

7. Lot size slider

.directory_slider.property_lot_size_slider{
display:none;
}

8. Rooms slider

.directory_slider.property_rooms_slider{
display:none;
}

9.Bathrooms slider

.directory_slider.property_bathrooms_slider{
display:none;
}

10. Status dropdown

.property_status_wrapper{
display:none;
}

11. Keyword field

.property_keyword_wrapper{
margin-top:15px;
}

Help article for how to add custom CSS

Tip: Clear cache to see instant results.

Help for how to Enable/Disable WpResidence Cache.

Related help

Standard Property List
Half Map Property List