Has the API connected successfully? It should say in Settings > Vebra properties.
I couldn’t connect to the API, turns out it was a cron job (or scheduled tasks) issue on the server.
I found the solution was to add the following to wp-config.php
define('ALTERNATE_WP_CRON', true);
I also had to contact Vebra support to get them to enable the rental branch as rental properties were not appearing.
Hope that helps
EDIT – I see you have it working – i’ll leave this here for anyone else who might have a similar issue.
Hi,
Thank you very much for your help.
I have another question, if you don’t mind.
I having been looking at other themes and I have seen a couple of themes which could be used for my client, but I am not sure if the plugin is compatible?
I can see that the search feature etc on the plugin looks quite different to the ones on the themes. Can you tell if I install the plugin on these themes will it look the same?
http://wpestatetheme.org/
http://preview.imithemes.com/?theme=RealSpaces-WP
Many Thanks
Hi,
As far as I’m aware, this is just a stand-alone plugin which pulls in data from an API – those themes are purpose built to work from data entered in to WordPress itself (or IDX).
I would develop your site from theme which isn’t a dedicated real estate theme as you’d effectively be junking all the in-built functionality. (Unless you can combine the two, i don’t know)
Someone else chime in if I’m mistaken.
Thanks
Ok, thanks for the advice.
Is there a way to customise the look of the search area?
Thanks
In the plugin folder /vebra-properties/includes/templates there are the 4 page templates used.
The CSS file is found here: /vebra-properties/includes/css/vp.css
I’m just starting out with customisation myself.
Thanks