WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / Property Lists, Categories & Archive / Properties List – Directory Style

Properties List – Directory Style

6194 views 2
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

Property Lists, Categories & Archive

Related Articles

  • Theme Options -> Half Map Template
  • How to manage Sold properties in WP Residence Theme
  • How to manage Property order in Lists
  • Property Taxonomies / Categories

Help Categories

  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 38Elementor Shortcodes Built-In
  • 56FAQ
  • 15Footer
  • 5Getting Started
  • 37Header
  • 2IDX & MLSImport
  • 6Installation & Setup
  • 22Installation FAQ
  • 23Maps & Location Settings
  • 21Multi-Language Third Party Plugins
  • 6Other Third party Plugins
  • 19Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 36Property Pages & Layouts
  • 31Search & Filtering
  • 163Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 6Technical: Child Theme
  • 86Theme Options & Global Settings
  • 6Translations & Languages
  • 16WPBakery Shortcodes
  • 51WPResidence / WPEstate CRM
  • 50WPResidence 5.0 Documentation
  • 8WPResidence Elementor Studio
  • 50WPResidence Translate Plugin

Join Us On

Powered by WP Estate - All Rights Reserved
  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API