Property Hive
Forum Replies Created
-
Forum: Plugins
In reply to: [PropertyHive] Unable to display mapHi. You can see a discussion about this here:
https://github.com/propertyhive/WP-Property-Hive/issues/11
You will see our reasons for not including it by default (yet) as well as a link to instructions on how to add the map yourself.
Please have a read of that thread and of course let me know if any questions and I’ll be happy to assist further.
Many thanks,
SteveForum: Plugins
In reply to: [PropertyHive] Inner Property content does not showHi. I can see on the <body> tag that a class of ‘propertyhive’ has been added meaning it has been recognised as the correct page and is trying to display the content. For some reason, most likely a theme conflict it’s not.
It’s hard for me to diagnose from here why exactly this might be. As a result is it possible to send through to [email protected] either of the following:
– WordPress and FTP details
or
– A dump of the sites files and database so I can set a copy of the site up here to play with.Once received, I’ll take a look right away.
Many thanks,
SteveForum: Plugins
In reply to: [PropertyHive] Inner Property content does not showHi,
My first recommendation would be to go to ‘Settings > Permalinks’ and just hit ‘Update’ without changing anything. That should flush WordPress’s internal rewrite rules.
This issue has come up once or twice before and is something we have on the list to address.
Do let me know if this resolves it. If not, I’ll be happy to advise further.
Thanks,
SteveForum: Plugins
In reply to: [PropertyHive] Residential Sales Details Dropdowns not workingSorry for the delay in coming back on this ticket. It was noted however and the issue was fixed in version 1.1.7.
Thanks
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Latest update breaks pluginCan everyone seeing this mark version 6.2.2 as ‘broken’ on the right hand side of the main plugin page? This’ll hopefully stop others updating and encountering these issues too.
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Latest update breaks plugin+1
Seeing this on all sites we operate that uses this plugin and it’s broke all of them.
Please fix ASAP!!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Limit on sitemap-externals.xml?This could be due to a restriction on your server. There is a PHP setting called max_input_vars which is defaulted to 1,000. You’re probably hitting this limit.
Hope that helps
Forum: Plugins
In reply to: [PropertyHive] Cannot upload imagesTo confirm, I’ve updated the core plugin, then updated your version of the plugin used on the site so everyone will benefit from the change.
Forum: Plugins
In reply to: [PropertyHive] Cannot upload imagesHi Martin,
All sorted. It was because your site was served over HTTPS and one of the files used by Property Hive was hardcoded to be served over HTTP.
I’ve updated the plugin used on your site and can confirm it’s now all working.
Many thanks,
SteveForum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] From AddressSame issue here. Transcript shows correct message headers but received email has different headers
I’m not sure if this is down to the plugin or if Gmail is interfering but either way, it would be nice to know ??
Forum: Plugins
In reply to: [PropertyHive] Cannot upload imagesGood morning.
Thanks for getting in touch. I’ve just tried exactly the same thing (FireFox on Windows 10) and it worked without issue.
It sounds like it’s definitely a JavaScript error. Can I ask you to do one thing for me?
1. Hit F12 on your keyboard to open the developer tools
2. Click the ‘Console’ tab.Are there are any red errors listed there? And if so, can you tell me the error?
We’ll take it from there ?? If it’s possible to get access to WordPress please feel free to send the login details through to [email protected] and we’ll gladly log in and take a look ourselves ASAP.
Hope that helps,
Steve
Forum: Plugins
In reply to: [PropertyHive] No Search ResultsHi Isaac,
You certainly shouldn’t need to add the properties shortcode to get this to work out of the box.
My first thought would be that you have the department wrong. For example, you have ‘Residential Sales’ set as the default department in settings, but the properties entered are lettings properties.
If that’s not the case, is it possible for you to email through some login details so I can take a look? Might be easier than trying to guess ?? You can email them through to [email protected].
As for the enquiry issues, we have actually recently become aware of these issues and are currently putting a fix in place.
Look forward to hearing from you
Forum: Plugins
In reply to: [PropertyHive] Editing PageFor the purpose of this support thread so I can mark it as resolved, we are corresponding via email and we are integrating PropertyHive.
Forum: Plugins
In reply to: [PropertyHive] Editing Page@mintycake – Thanks for getting in touch.
In response to your question you can edit the property details page by:
a) modifying your CSS to make the elements look how you want
or
b) If the layout your after differs from the default:
i) Copy the file located in /wp-content/plugins/propertyhive/templates/content-single-property.php to your own theme folder located at /wp-content/your-theme-name/propertyhive/content-single-property.php
ii) From there you can either use the existing hooks or, if the layout really is massively different you can pull in this information manually. For example, to get the price you could doecho $property->get_formatted_price()
, or for the summary description you can dothe_excerpt()
. It’s hard to give a definitive list of the code you’ll need without knowing the layout you’re after and the kind of information you’re looking to display.If it would help… if you have a design available of how you would like the page to look I’m happy to build it for you, free of charge. Simply email through FTP details to [email protected] along with a design and I’ll be able to knock something together in an hour or so to get you started.
Hope that helps,
SteveForum: Plugins
In reply to: [PropertyHive] Still see the property listing even i click not on the market@gordonyg Hmmm… I can’t recreate this here. When viewing search results, if I untick a property to not be on the market, it disappears from the results.
Is it possible to get a link to the site, and maybe WordPress details too so I can see this in action? I think this would allow me to diagnose this, and any other issues you’re having, a lot quicker.
You can send any details through to [email protected].
Thanks