WPGMaps
Forum Replies Created
-
Thank you for that. Sorry for the delay.
In the Maps->Settings page, there is an option to disable “Mouse dragging” – that should sort out the mobile panning issue.
We’ll add in an option to remove public POI in the next version. Sorry about that.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] margin leftHi Stefano
Please update to version 6.0.29 which now allows you to insert custom CSS into the Maps->Settings page (under the Advanced tab)Then paste this in:
#wpgmza_map { margin-left:20px; }Please let me know if that helps.
Hi Luciano
I just tried and it does in fact work if you paste “-31.4354665,-64.1936045” into the “address” field in the backend. Please ensure you are using version 6.0.29 and let me know if that helps?Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Does it support Marker Cluster…??Hi
Yes, the Gold version does allow for this.Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] unclickable MarkerHi Marion
In wpGoogleMaps.php please find the following lines<?php if ($wpgmza_open_infowindow_by == '2') { ?> google.maps.event.addListener(marker, 'mouseover', function() { infoWindow.close(); infoWindow.setContent(html); infoWindow.open(MYMAP.map, marker); }); <?php } else { ?> google.maps.event.addListener(marker, 'click', function() { infoWindow.close(); infoWindow.setContent(html); infoWindow.open(MYMAP.map, marker); }); <?php } ?>Simply delete those lines and the markers will no longer be clickable.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Can't add, edit or see markersHi Ivida
Apologies for the delay.
In version 6.0.28 we now allow the use of internal shortcodes for directing the plugin to the correct directories and URLs for the marker files.
Please go to Maps->Settings (left menu in wp-admin) and have a look at the “MARKER XML DIR” and “MARKER XML URL” fields.
Change them to the following
Marker XML DIR
{uploads_dir}/wp-google-maps/Marker XML URL
{uploads_url}/wp-google-maps/This should solve your issue. Please let me know?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Could not save Marker XML fileHi Hughesar
Apologies for the delay.
In version 6.0.28 we now allow the use of internal shortcodes for directing the plugin to the correct directories and URLs for the marker files.Please go to Maps->Settings (left menu in wp-admin) and have a look at the “MARKER XML DIR” and “MARKER XML URL” fields.
Change them to the following
Marker XML DIR
{uploads_dir}/wp-google-maps/Marker XML URL
{uploads_url}/wp-google-maps/Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Not seeing the marker.Hi there Gary
Apologies for the delay.
In version 6.0.28 we now allow the use of internal shortcodes for directing the plugin to the correct directories and URL’s for the marker files.Please go to Maps->Settings (left menu in wp-admin) and have a look at the “MARKER XML DIR” and “MARKER XML URL” fields.
Change them to the following
Marker XML DIR
{uploads_dir}/wp-google-maps/Marker XML URL
{uploads_url}/wp-google-maps/Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] APC Object CacheHi Uxini
Please open wpGoogleMaps.php and find line 2258, you should see the echo of the notice there. Simply delete that line.Hi Philip
It appears your theme or another plugin is loading the Google Maps API over-and-above our version of the Google Maps API which is causing issues.
Do you know if you have any other map plugins? Or perhaps does your theme load the Google Maps API?Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Could not save XML fileHi Lacau
Please go to Maps->Settings (left menu in wp-admin) and have a look at the “MARKER XML DIR” and “MARKER XML URL” fields.
Change them to the following
Marker XML DIR
{uploads_dir}/wp-google-maps/Marker XML URL
{uploads_url}/wp-google-maps/We are attending to the email you sent. We will continue this conversation there. Thanks.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Could not save XML fileGlad we could help!
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Could not save XML filePlease go to Maps->Settings (left menu in wp-admin) and have a look at the “marker xml dir” and “marker xml url” fields.
Try the following:
Marker XML DIR
{uploads_dir}/wp-google-maps/Marker XML URL
{uploads_url}/wp-google-maps/That should now change the DIR and URL dynamically for you.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Could not save XML fileHi
The latest version of the basic will now update the MARKER XML DIR and MARKER XML URL when you move your site around. We are now making use of internal shortcodes that point to the uploads dir, content dir and plugin dir – you can choose which you’d like to use.Please update your basic (and pro if you have) and you should be able to make use of these shortcodes in the MARKER XML DIR and MARKER XML URL fields in the Maps->Settings page.