Kiran
Forum Replies Created
Viewing 15 posts - 601 through 615 (of 6,022 total)
-
AuthorPosts
-
January 30, 2020 at 9:37 am in reply to: OpenStreetMaps auto fill selects county field for the city and saves it as city #528009
Hi @directoryfan,
Use following PHP snippet to adjust city for addresses within Germany.
/** * Adjust city for Germany addresses with OSM. */ function gd_snippet_adjust_geocode_city() { ?> if ( window.gdMaps == 'osm' ) { if ( getCountryISO == 'DE' && response.address ) { gdaddr = response.address; if ( ! gdaddr.city && ! gdaddr.town && gdaddr.village ) { getCity = gdaddr.village; response.city = getCity; } } } <?php } add_filter( 'geodir_add_listing_geocode_js_vars', 'gd_snippet_adjust_geocode_city', 30 );I have added snippet under Snippets > OpenStreetMap autocomplete search adjust city.
Please check and let us know.
Regards,
KiranThis reply has been marked as private.January 30, 2020 at 7:22 am in reply to: Plugin updates showing not tested with current version #527988Hi Matthew,
We have tested all new release with WordPress v5.3.2. It could be a plugin cache issue, because it not showing similar message to me(see attachment).
Kiran
This reply has been marked as private.This reply has been marked as private.January 29, 2020 at 1:01 pm in reply to: Premiums Listing degrading to 'free' once the trial has expired #527872This reply has been marked as private.This reply has been marked as private.Hi Jeff,
This has been fixed and it will be in next release soon.
Kiran
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.January 29, 2020 at 5:20 am in reply to: Ninja Forms is causing a critical error with GeoDirectory actiavted #527797This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private. -
AuthorPosts
Viewing 15 posts - 601 through 615 (of 6,022 total)