Error on my side. All working.
Hi b3hr4d.
I trust you are well?
Did you have any luck with the openstreetmap integration?
Is it something you are able to share?
Best regards
Quite easy in the end. This might help others with similar issues.
First Read:
https://plugins.g5plus.net/ere/knowledge-base/how-to-override-templates-via-a-theme/
You will find overrides for all the template files. In my case, I only had to copy over the search-form.php to my template file. The actual edit was:
echo do_shortcode(‘[ere_property_advanced_search layout=”‘.$layout.'” column=”1″
to
echo do_shortcode(‘[ere_property_advanced_search layout=”‘.$layout.'” column=”2″
Thanks again.