Since 1.80 theme update property status is managed from Theme Admin -> Properties -> Property Status
From here you can add – edit or delete the list of property status you want to use in your website.
How to change the colors of Property Status by status name
When you add a new property status, you may require to add custom css for it, so that you can arrange text and choose background color. Custom CSS panel is in Theme Options – Design.
For example: you add status ‘new offer’ and ‘hot offer’. This is the css code that you must as as well:
.ribbon-inside.hot-offer { background: #f2ec2e; color: #fff; } .hot-offer{ color: #fff; background: #FB6A5C; } .featured_property .hot-offer, .property_listing .hot-offer { font-size: 12px!important; } .new-offer{ color: #fff; background: #FB6A5C; } .featured_property .new-offer, .property_listing .new-offer { font-size: 12px!important; }
IMPORTANT: if you type the status with caps letters, the css must include the new names with the same caps letters.
Help for custom CSS: http://help.wpresidence.net/article/how-to-add-custom-css/
How to add Property Status from wp-admin
Status is selected from Admin – > Properties -> Edit property -> Property Status
How to add Property Status from front end submission form
Make sure “property status” is selected to show in front end submission form from Theme Options -> Membership -> Property Submission Page -> Select the fields for listing submission
How to add Property Status to Advanced Search custom fields
You can manage search form by selecting your custom fields. Read more here – http://help.wpresidence.net/article/adv-search-custom-fields-setup/
Property status field must be configured as in this screenshot in Theme Options settings:
And in search, it will show as a dropdown
Related Help
How to change the colors for Category Background color – http://help.wpresidence.net/article/1-30-7-property-type-background-color/