Maxim Peshkov
Forum Replies Created
-
Hello,
Unfortunately, the current version of WP-Property: Agents plugin has only predefined label for role “Real Estate Agent” (agent).
We are going to add ability to set Singular and Plural labels for the role in the next WP-Property: Agents release this or next week.
Regards.
Hello,
Unfortunately, we do not have backend demo of Madison theme.
Regards.
Hello,
Premium Add-ons also can be used in almost all WordPress themes. But, as I already mentioned, to achieve your needs, you probably will need to modify CSS styles.
Also, be aware, if you find that a purchased product ( Add-on ) does not meet your needs, simply let us know within 7 days of purchase. More details you can find here.
Could you explain how to customize the property page? I want to remove the dotted lines and coloured table rows. Also, i want to change the width.
You could remove the dotted lines and coloured tables rows just via custom CSS styles.
Here is example:
<style> /* Remove dotted lines */ ul#property_stats.list li, ul.wpp_property_stats.list li, #property_stats.overview_stats, .wpp_property_stats.overview_stats { border: none !important; } /* Remove coloured table rows */ ul#property_stats.list li.alt, ul.wpp_property_stats.list li.alt { background-color: transparent !important; } </style>Regards.
Hello,
Thank you for pointing to the issue. Unfortunately, it’s a bug with Multi-Checkbox attribute.
I have just fixed it. You can download WP-Property 2.0.4 Release Candidate 1 which contains the fix. However, you also can wait for official WP-Property 2.0.4 release, which we are going to launch next week.
Regards.
Hello,
Unfortunately, there is no option to disable Fancybox.
Fancybox is highly integrated to WP-Property plugin and, I’m afraid, you will have the issues with trying to switch it to Lightbox.I just added the issue on GitHub Repository and probably we will add ability to disable Fancybox in future releases.
Regards.
You are welcome!
Please, mark the ticket as resolved if the issue is gone.
Thank you.
Hello,
I would suggest you to update your WP-Property to the latest version since it has a lot of improvements and fixes.
You are correct. Starting from new releases of WP-Property 2.0 all your premium features are separate plugins (Add-ons). And there are different steps of activation your licenses. You can find more information about new user license management here: https://www.usabilitydynamics.com/docs/products-installation/.
But, in case, you have no ability to upgrade your plugin to version 2.0.0 and higher. I advise you to update it to 1.42.4 version. It’s the latest stable version before 2.0.0 release.
WP-Property 1.42.4 is compatible with WordPress 4.2 and higher. So it should fix your issue.
You can find download link here under Other Versions.
Be sure to run ‘Check Updates’ on Main Tab on WP-Property Settings page. More details you can find here
Regards.
Hello,
WP-Property plugin does not have this functionality.
I would suggest you to customise necessary templates to achieve your needs. So you could add PHP conditions for you price’s attribute.
Probably, Customizing WP-Property Overview Template, and Adding a Custom Attribute article could be helpful for you.
Regards.
Unfortunately, the current
[property_gallery]shortcode does not have ability to set speed parameters.Regards.
Hello,
Yes, you are correct. ‘All Properties’ page was refactored in WP-Property 2.0.0
I believe the mentioned issues in this topic should be solved for WP-Property 2.0.0 and higher.Please, mark the ticket as resolved if the problem is gone.
Thank you!
Hello,
Plugin does not have premium versions. However it has different premium Add-ons ( plugins ) which extend the functionality. So you could easy download it and check if you could achieve your needs with it.
You can use almost all WordPress themes. But to achieve your needs, you probably will need to modify CSS styles.
Also, you are able to modify WP-Property templates by copying default templates to your theme’s root directory.
You can find default templates in the following directory:
wp-property/static/viewsFor example, to modify single property page’s template, you should
copywp-property/static/views/property.phpto your theme’s root directory and do any changes there.Regards.
Hello,
Looks like you’re using an opcode cache (APC, eAccellerator, etc) that is not compatible with the version of PHP you are running. But probably eAccelleator, which is hopelessly out of date.
I would suggest you to ask your host provider to help you with the issue.
Regards.
Hello,
Gallery Images meta box just duplicates native WordPress functionality. It was added for better images UI, so you easy could see all images uploaded to your property.
To add WordPress [gallery] shortcode, you could do the following:
- Click on ‘Manage Gallery’
- Setup shortcode and insert gallery to content – http://screencast.com/t/lNnl5WwyqOT
You also can manage property’s images and gallery shortcode via ‘Add Media’ button.
Regards.
Hello,
if you mean
[property_slideshow]shortcode, you can set animation_speed and pause_time attributes. By default,animation_speed=500andpause_time=5000You can find cheat sheet for
[property_slideshow]here