In WpResidence you can choose between 5 property card units which will be used in all lists, in grid view or list view by default. How to manage the default display in grid or list view Go to Appearance settings Select what style you wish to have for your property unit as default style: list […]
7. Properties List
How to assign City to State
In the 1.30.7 theme version we have added a new connection between City and State/County taxonomies. Step 1 Edit City Step 2 Choose a State/County from the dropdown On new city creation, if a State/County is not assigned, the first one from the list will be automatically assigned. After the connection is done, in filter […]
1.30.7 – Property Category / Status in property unit – manage background color
Starting 1.30.7 – with default property unit, 3 units set to show on one row with no sidebar, the theme displays also property type To manage the colors for the property type category, use this css .action_tag_wrapper.Rentals { background-color: #0D84B2; } .action_tag_wrapper.Sales { background-color: #E5274F; } Adapt “Sales” or Rentals” to your category name. Listing […]
How to hide search elements from the Properties List – Directory Style page
To hide Property Status [for=”property_status”] { display: none; } [id=”property_status”] { display: none; } To hide Property Keyword [for=”property_keyword_wrapper”] { display: none; } .property_keyword_wrapper{ display: none; } [id=”.property_keyword] { display: none; }
1.30.5.1 – Properties List – Directory Style
Please watch this video to see how to manage Properties List Directory Style.
How to remove Properties List Filter Options ONLY from taxonomy pages
If you wish that on taxonomy page you do not let users find properties form other categories/types/cities or areas and you simply let people sort the results from that taxonomy, you can use below css for this result .archive .listing_filter_select #a_filter_action{ display: none; } .archive .listing_filter_select #a_filter_categ{ display: none; } .archive .listing_filter_select #a_filter_cities{ display: none; […]
1.30.1 List Properties by Categories widget
In 1.30.1 theme version we have added a new widget List Properties by Categories. The widget will show categories: Property Action, Property Category, Property City , Property Area, Property State/County and the number of properties listed. And it has the option to choose if Child Categories will be shown or not. The same for properties […]
Select the number of properties listed on one page
You select the number of properties listed on one page in Admin – Theme Options – Appearance. This applies for property taxonomies, properties list, properties list half. PROPERTIES LIST HALF MAP PAGE Properties List Standard Page Template All about property custom taxonomies
Order Properties List by Publish Date
In wordpress there are 2 order situations by date: – first publish date – edit publish date We use order by first publish date and edit date is not considered. So default order will consider the first publish date. The technical solution is to modify the query orderby, but it’s sensitive when working with custom […]
How to create / add content in Properties List – After the list of properties (as in Rio Demo)
This works only for the standard properties list page template Starting theme version 1.18 – you can add content below properties: Visual Composer doesn’t support to show in 2 editors, so you would need to add content/shortcodes in the first description editor (or a new page) with the visual composer builder Copy the code in […]