Maxim Peshkov
Forum Replies Created
-
Hello,
Unfortunately, I do not know why it is happening only for new listings.
- Probably, some data is missed in new/old listings.
- Or you have different templates for you property types and the issue is related not to new listings but to template which is being used for specific property type.
- Something else
Just to be sure, it’s clear:
property.php – default template
property-{property_type_slug}.php – template which is used for specific property types.Anyway, it’s just ideas. And it should be troubleshooted to figure out why error occurs.
Regards.
Hello,
Your address is being validated by Google and replaced with provided address ( from Google ) on property saving. I think, the issue you’re talking about is related to Google Validation response. It’s being done automatically and can not be disabled.
In case, if you needed to show custom address. I could advise you to create another attribute for your custom address which will be shown on Front End. To prevent showing two addresses, you could enable option ‘Admin Only’ for your primary address attribute on Developer Tab on WP-Property Settings page.
Regards.
Hello,
Looks like you have javascript error on page which breaks all javascript logic including slideshow and Tabs functionality.
See screenshot: http://screencast.com/t/YQfuVzqMuS
Regards.You are welcome!
Hello,
I would suggest you to print your $_POST variable.
The following code is absolutely incorrect:
$_POST["wpp_search[property_type]"]It must be:
$_POST['wpp_search']['property_type']Also, I’m not sure what you tried to achieve by the following condition:
if( $name_title === none ) { // logic }But it’s invalid. I guess you wanted something like:
if( empty( $name_title ) ) { // logic }Please, note, we are not supporting any customisation of WP-Property plugin here.
It was the only exception.Regards.
Thank you for your feedback! We are glad to hear that!
Hello,
Gallery Images meta box was added to Edit Property page just for better Images management. You can always use native WordPress functionality for managing your images – http://screencast.com/t/nsjyxFx4Yb
Regarding ‘Gallery Images’ management, please, see my screenshots below:
Regards.
Hello,
There is an localisation issue in WP-Property 2.0.0 and 2.0.1.
As babouz44 already mentioned you should upgrade your WP-Property plugin to 2.0.2.Regards.
Hello,
By default, WP-Property plugin has only two predefined taxonomies ‘Features’ and ‘Community’ features. But you could add ‘Categories’ or any other taxonomy by using WP-Property: Terms Add-on.
Regards.
Regarding Property Search.
I advise you to use native WP-Property Search for your properties. There are following available search features: [property_search] shortcode and Property Search widget.
Please, be aware, we are not supporting custom solutions.
Regards.
Hello,
Regarding your questions:
1. Property Search form and results
I see that you have customised Property Search form. Your customisation has bug in checkbox names. See screenshot: http://screencast.com/t/stqAAtQe1I believe you could cover all your needs without customisation. Check our WP-Property: Terms Add-on for WP-Property plugin. You could just create new Taxonomy ‘Close To’ and add any terms for it such as ‘Post Office’, ‘KSU Campus’ or whatever else.
2. 404 Error ( Nothing found )
Be sure you set your permalinks correctly. Also, be aware, that when you have 404 Error, in 99% cases it can be fixed just by loading Settings -> Permalinks page ( /wp-admin/options-permalink.php ). On loading Permalinks page WordPress flushes rewrites rules.Regards.
Hello,
Please, mark the topic as resolved since the issues are gone.
Thank you!
Hello,
There is no option to disable default WP-Property styles. But you could redeclare any CSS styles manually in your theme.
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
Regards.
Hello,
Please, mark the topic as resolved if the issue is gone.
Thank you!