Property Hive
Forum Replies Created
-
Hi gordonyg,
At the moment, when you finish entering the property address it should automatically set the properties position on the map.
If it’s not for you, can you please send me an example of an address you’re entering, and the fields that you’re entering each bit of the address into.
I’ll then take a look.
Many thanks
Forum: Plugins
In reply to: [Property Hive] Hide the contacts from public searchHi gordonyg. Contacts, enquiries and offices are now all hidden from public search in the latest 1.0.8 release that has just gone live.
Thanks for letting us know about this.
Forum: Plugins
In reply to: [Property Hive] Can add More Countries in Countries Where You Operate ?We’ve just released version 1.0.8 which now enables you to add custom countries and modify existing ones. In your themes functions.php you can add something like so:
add_filter( 'propertyhive_countries', 'add_country'); function add_country($countries) { $countries['EG'] = array( 'name' => 'Egypt', 'currency_code' => 'EGY', 'currency_symbol' => '$', 'currency_prefix' => true ); return $countries; }
Hope that helps
Forum: Plugins
In reply to: [Property Hive] May i know how to Display the property on a Page or Post ?@gordonyg – I wondered if you’d be able to elaborate a little on your question. Am I right in thinking that you are looking to show property details on a random, non-search related page?
If you could confirm I’ll get a solution to you ASAP.
Many thanks,
Forum: Plugins
In reply to: [Property Hive] Can add More Countries in Countries Where You Operate ?I’m afraid at the moment it is a hardcoded list, along with things like ISO code and currency related information.
At this time it would be a case of us manually adding any desired countries if there are any you need right away. I could get them added and get a release out pretty sharpish.
I will also look at adding a hook in the next couple of days so you can add your own countries via your themes functions.php file too. When this is available I will update this thread and send you a link to documentation on how to do this.
I hope that answers your query. Do let me know if any further questions regarding this however.
Thanks
Hi,
Thanks for raising this. We actually have an add on now at just £25. The add on selection is constantly evolving and growing. We’ll make sure this value in the plugin description is kept up-to-date more frequently.
Thanks