Maxim Peshkov
Forum Replies Created
-
Hello,
Unfortunately, Property Search widget ( shortcode ) does not have the functionality you are asking about.
You could add different Property Search widgets ( or shortcodes ) for different property types. And setup needed attributes for every widget separately.
Regards.
Hello, little_anarchist
Please, be sure, that:
- you have address attribute: http://screencast.com/t/Bqj3F9AM
- you have setup address attribute for automatic geolocation and localisation option is correct: http://screencast.com/t/pAqGMgRZ6
- your property has filled address value for that address attribute
- after property update your address atribute’s value is valid ( it should be updated by Google Validation ) and has correct city
Some additional information can be found under Address Attribute section here
The City field gets validated by what is entered into the Address field?
Yes, you are correct.
Regards.
Hello,
Please, note, we are not supporting any customisation of WP-Property plugin here.
I just provided example for you how you could modify your view above.Your question belongs to custom solution and it is related to modifying CSS styles and HTML of template. You can find a lot of CSS/HTML tutorials which describe how to modify CSS styles ( including width of DOM element ).
Regards.
Hello,
Please, look through the following tutorial: https://www.usabilitydynamics.com/tutorials/wp-property-help/wp-property-settings-developer-tab
Be sure, that your price attribute has selected ‘currency’ on Data Entry column ( WP-Properties -> Settings -> Developer tab ).
Regards.
Hello,
Be aware, WP-Property plugin requires PHP 5.3 or higher.
Related Topics:
- https://wordpress.org/support/topic/odd-problem-3?replies=10
- https://wordpress.org/support/topic/update-crashed-site-2?replies=12
- https://wordpress.org/support/topic/install-error-42?replies=3
Regards.
Jim,
if it works for you, please, mark the ticket as resolved.
Thank you.
You are welcome.
Please, mark the ticket as resolved since the issue is gone.
Regards.
Jim,
It checks for Add-on updates automatically several times per day (or hour). You can check for updates manually:
Regards
Hello,
2.0.1 version of WP-Property: Agents Add-on for WP-Property plugin is available now. It fixes the bug, which you have mentioned about.
Regards.
Hello,
2.0.1 version of WP-Property: Agents Add-on for WP-Property plugin is available now. It adds White Label feature, which you have asked about.
Regards.
Hello,
Thank you for pointing us to the issue. I can confirm that the bug exists.
We are going to fix it shortly.Regards.
Hello,
Do you have enabled WP_DEBUG mode on your site? WP_DEBUG_DISPLAY is set to true? I guess, you did not see any errors because errors output was disabled for you. You can find more information here: https://codex.wordpress.org/WP_DEBUG
Also, please, be aware, that WP-CRM requires PHP 5.3 and higher. Do you know, which PHP version is used on your server? If you are using PHP 5.2 and lower, I would suggest you to update it to PHP 5.3 at least or you might face with the similar issues in future.
Regards.
Hello,
Please, clarify your issue. What exactly happens on plugin activation?
Any Errors or Warnings?Regards.
Hello,
Be aware,
get_the_term_list()does not output results. It just returns it.
Also, you should use $property, but not $post variable.I think, the following code should work for you:
<?php echo get_the_term_list( $property['ID'], 'property_feature', '<li>', '', '</li>' ); ?>Regards.
Hello,
WP-Property plugin is free. It does not have any specific activation and does not require UD Account. Do you have any premium Add-on ( plugin ) for WP-Property which you can not activate?
Please, clarify what exactly is preventing you from using WP-Property plugin.
Regards.