Real Estate Manager v10.7.5 and v10.7.6 include a bunch of new features/enhancements and many other…

Real Estate Manager Version 10.3.5
Real Estate Manager version 10.3.5 allows you to
- Set Property approval settings for newly submitted properties
- Customize icons on property listing map
- See full profile of newly registered agents before approving
Set Property approval settings for newly submitted properties
Go to Real Estate Manager -> settings -> Advanced Settings and configure settings for it
Customize icons on property listing map
We have added 4 new attributes in rem_maps shortcode.
- icons_by_meta
- icons_data
- my_location_icon
- circle_icon
icons_by_meta
Provide property meta key here. It will be field name by which you want to display icons. Suppose we want to display different icons for Sell and Rent properties and we have 2 icons, red and blue. We will display red icon for rented and blue for sale properties. In this case field name is Property Purpose and key (data name) is property_purpose. We will set this attribute to property_purpose.
icons_data
It contains icon urls based on the field values separated by commas. It follows following structure.
VALUE|STATIC_ICON_URL|HOVER_ICON_URL
In our case it will be,
Sell|http://rem.webcodingplace.com/wp-content/uploads/2018/01/housessales.png|http://rem.webcodingplace.com/wp-content/uploads/2018/01/housessales_2x-1.png,Rent|http://rem.webcodingplace.com/wp-content/uploads/2018/01/housesrent.png|http://rem.webcodingplace.com/wp-content/uploads/2018/01/housesrentals_2x.png
my_location_icon
Provide url for my location icon. It appears when user clicks on location icon.
circle_icon
When multiple properties are on near locations, it displays their count on it. Provide url here for customizing this icon.
In the end, our shortcode will become like this
[rem_maps icons_by_meta=”property_purpose” icons_data=”Sell|http://rem.webcodingplace.com/wp-content/uploads/2018/01/housessales.png|http://rem.webcodingplace.com/wp-content/uploads/2018/01/housessales_2x-1.png,Rent|http://rem.webcodingplace.com/wp-content/uploads/2018/01/housesrent.png|http://rem.webcodingplace.com/wp-content/uploads/2018/01/housesrentals_2x.png” a=”http://rem.webcodingplace.com/wp-content/uploads/2018/01/cloud-1.png” circle_icon=”http://rem.webcodingplace.com/wp-content/uploads/2018/01/cloud-1.png”]
See this shortcode in action here
This Post Has 0 Comments