Sorry, forgot to mention, that I’m using the PRO version of your Plugin.
Plugin Contributor
WESLINK
(@weslink)
We plan to handle this case more smoother in a future release.
Thank you for reporting this.
-
This reply was modified 8 years, 10 months ago by WESLINK.
same question here….
I added a country selectbox to the search-form.php:
<select id="widget_location_country" name="location_country">
<option value="Deutschland" selected="selected">Deutschland</option>
<option value="Deutschland" >Österreich</option>
<option value="Schweiz" >Schweiz</option>
</select>
I I thought geo-mashup-search.php could add that country to the search_text at the load_template function, but that does not work.