propertyhive / WP-Property-Hive

The complete estate agency software plugin for WordPress
Other
26 stars 26 forks source link

Installation queries #172

Open simonclark1980 opened 2 years ago

simonclark1980 commented 2 years ago

I have installed the Property Hive plugin to our WP website and the properties are being displayed here: https://wellingtonevans.co.uk/property-search/

I have a couple of questions please:

1) There appears to be a random reference number displayed on the individual property pages. I cannot see in the settings where this is displayed to edit/remove.

2) On the mobile version for the above page, the search functionality is landscape and missing half of the fields. I installed the code where it was recommended here https://docs.wp-property-hive.com/developer-guide/making-the-search-form-responsive/ but it did not display very well and/or neatly. Can this be altered? When you turn the mobile device to landscape it looks perfect.

3) Can you change the thumbnail sizes on the property search page as they are very small?

4) Is it possible to disable the search functionality on the plugin and then put it back on at a later date?

5) Can the property reference be removed entirely?

6) Where it displays the address of the next property, can this be changed to 'next property'?

7) On this property, https://wellingtonevans.co.uk/property/willian-road-hitchin-sg4/ there are double brackets around the property measurements. )) - can this be removed? Is there a field setting for this?

Thank you in advance for your help on this.

propertyhive commented 2 years ago

Hi Simon,

Apologies for the delay. In response to your queries:

1) You could hide this using CSS:

.property_meta .reference-number { display:none }

... or it can be be removed completely using this filter:

https://github.com/propertyhive/WP-Property-Hive/blob/master/includes/ph-template-functions.php#L819

Let me know if you need me to put together a snippet using this filter.

2) Where did you add the responsive CSS from the docs as I can't see it in there? If you've removed it, maybe put it back in, I'll take a look at how it looks and tweak it accordingly so the form looks a little neater.

Another comment here is, if they're only doing sales properties, you could remove the 'Residential Sales' radio button to free up some more space:

https://docs.wp-property-hive.com/add-ons/template-assistant/managing-search-forms/

3) Using the free Template Assistant add on you can control certain aspects of the search results page in terms of layout. If you like the current layout but just want the thumbnails to be bigger you can do this using CSS:

.propertyhive ul.properties li .thumbnail { width:35% } .propertyhive ul.properties li .details { width:60% }

4) Yes you could hide the form using CSS:

.property-search-form { display:none }

... or use a snippet like so:

remove_action( 'propertyhive_before_search_results_loop', 'propertyhive_search_form', 10 );

5) See point 1

6) This isn't actually something Property Hive is adding. Looks to be something the theme is doing so might be a question for the theme author as to how to change this.

7) Out of interest which format are you using to import properties and I'll look at how the data is coming through to see how much control we have over this.

Thanks, Steve

simonclark1980 commented 2 years ago

Hello. I have a further request which I have sent through to info@ that I would like some assistance with please if possible. Could someone please look into this for me as the properties on the https://wellingtonevans.co.uk/property-search/ are not displaying the correct labels.