WPGMaps
Forum Replies Created
-
Hi there.
@martin. Please confirm you have the Geocoding API enabled in your project?
@picaporte. Thank you for your feedback.
@nvarra. I can’t seem to replicate this on my side, can you possibly change the URL’s to the API calls and let me know if this makes a difference?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map not foundHi Mike.
Please confirm you have entered a Google Maps API key in ‘Maps’ -> ‘Settings’ -> ‘Advanced Settings’?
If you have and are still receiving an error, please go to the map editor, right click on the screen and click ‘Inspect’, and then on the ‘Console’ tab. Are there any errors in this log?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Include a map in PHPHi there.
Thank you for getting in touch with us.
Our plugin makes use of a shortcode to add the map to a page: [wpgmza id=’1′]
If you’d like to add this into your PHP code, you’d need to do something like this:
<?php echo do_shortcode("[wpgmza id='1']"); ?>
Does this help at all?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] map not displayedHi there.
Please confirm you are using the latest version of the basic (6.3.12) and Pro version 5.71 (if applicable)?
Can you possibly send me the error code you are receiving?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Language settingsHi there.
Please go to ‘wp-google-maps’ -> ‘wpGoogleMaps.php’ and scroll to line 676 where you will find a line of code that looks like this:
document.write(unescape("%3Cscript src='" + gmapsJsHost + "maps.google.com/maps/api/js?<?php echo $api_version_string; ?>key="+wpgmza_api_key+"' type='text/javascript'%3E%3C/script%3E"));
Please replace it with this:
document.write(unescape("%3Cscript src='" + gmapsJsHost + "maps.google.com/maps/api/js?<?php echo $api_version_string; ?>key="+wpgmza_api_key+"&language=<?php echo get_locale(); ?>' type='text/javascript'%3E%3C/script%3E"));
Does this help at all?
Hi there.
Please update to the latest version of the plugin. This should fix the issues you’ve been experiencing.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Language settingsHi there.
Please advise if you are using the Basic or Pro version of our plugin?
Hi Jason.
Please send me a link to your map so I can look into this for you? There might be a styling conflict or JavaScript error that could be causing this.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] map not displayedHi there.
Just to confirm, is everything now working as expected, or are you still experiencing issues with the referrer? If so, please send me the error code you are receiving?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] map not displayedHi there.
Please advise if you have any errors in the console log when visiting the map editor? This can be viewed by right clicking on the screen, clicking on ‘Inspect’ and then on the ‘Console’ tab.
Hi there.
Please update your Pro version to version 5.71 to rectify this. Sorry about that.
Hi there.
Disabling dragging specific to a mobile device can only be done in the plugin’s code at this point in time.
Would you be comfortable in making these changes?
Hi Jason.
The mouse wheel scrolling can be enabled/disabled by going to ‘Maps’ -> ‘Settings’ on the ‘General’ tab.
I hope this helps?
Hi there.
Google Maps now requires the use of a Google Maps API key to display a map on your site as per this article: https://googlegeodevelopers.blogspot.co.za/2016/06/building-for-scale-updates-to-google.html.
Using a Google Maps API key will not cost you anything, unless you exceed 25 000 requests per day (You will be billed by Google).
To create a Google Maps API key, please follow this documentation: https://www.wpgmaps.com/documentation/creating-a-google-maps-api-key/
Your API key can be generated in the Google Developers Console here: https://console.developers.google.com/apis/library
Please note that this is required when using the Basic or Pro version of our plugin. An additional video tutorial on how to create the API key will also be released shortly.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Predictive SearchHi there.
Please get in touch with us via our Customization Requests page here: https://www.wpgmaps.com/customization-requests/ so that I can assist you further.