WPGMaps
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Page refresh needed to show the map.Hi Tunox
Apologies for the delay.This is not the first time we’ve heard of the Ajax issue. It could honestly be an issue on my side.
Are you able to name the theme. I’d like to purchase it so that I can debug the issue on my side.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map still zooms when scrollingHi
There is a setting for this in the Maps->Settings page.
You need to select the checkbox labeled “Disable mouse wheel zoom”Hi Cheryl
Please can you let me know what version of PHP you are running on your server?Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Business marker not showingHi
You’re going to have to contact Google Maps themselves to find out why it’s not showing. However, if you only recently verified your business listing, I can only assume it will take a few weeks to actually show up on Google Maps correctly.Ah, sorry Jan.
OK let’s try this. Manuel.
Please open wpGoogleMaps.php and find the following code (line 1364):
jQuery('body').on('tabsactivate', function(event, ui) { MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>); UniqueCode=Math.round(Math.random()*10000); MYMAP.placeMarkers('<?php echo wpgmaps_get_marker_url($wpgmza_current_map_id); ?>?u='+UniqueCode,<?php echo $wpgmza_current_map_id; ?>,null,null,null); });Just below that, please add this:
jQuery('body').on('click', '.nav li', function(event, ui) { MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>); UniqueCode=Math.round(Math.random()*10000); MYMAP.placeMarkers('<?php echo wpgmaps_get_marker_url($wpgmza_current_map_id); ?>?u='+UniqueCode,<?php echo $wpgmza_current_map_id; ?>,null,null,null); });That should trigger the automatic refresh of the map when loaded in a tab.
Does this help?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Page refresh needed to show the map.Hi Tunox
Thank you for your detailed query.
Are you perhaps running any Ajax specific scripts that displays information on the page?Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Size of cloudHi Robert
Thanks for getting in touch.Are you referring to the Marker InfoWindow? It cannot really be changed via CSS as it is controlled dynamically by the Google Maps API.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Business marker not showingHi Alison
Your business does not show up on the normal Google Maps either unless you specifically search for it.Have you verified your business listing on https://www.google.com/business/ ?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map can be included as a widgetHi Nerimizi
Please copy the shortcode of the map to a text widget. That’s all that’s required for it to display in a widget.Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Warning domain changeHi Pep
In the latest version, please go to Maps->Settings->Advanced Tab and ensure yourMarker XML Dir is set to {uploads_dir}/wp-google-maps/
and your
Marker XML URL is set to {uploads_url}/wp-google-maps/
Does this help?
Hi Mitch
Not necessarily. Which version was this that produced this error? We cannot replicate this on our side. Please may you also let me know who you host with?Hi Manuelrc
Please get in touch with me on nick at wpgmaps dot com so I can send you the custom code you would need to insert into your site.Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] IE8 "console undefined" errorHi Lee
Please update your basic and pro as we have now fixed this bug. Thank you for bringing this to our attention.[ Moderator note: For pro or commercial product support please contact the author directly on their site.
As the author is aware, commercial products are not supported in these forums. As you are their customer I am sure they will have no problem supporting you there. ]
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Plugin won't installHi Roxy
Apologies for the long delay.
Please get in touch with your host and ask them to enable the DomDocument class for you. They shouldnt have an issue in activating it on their end.We’ll be adding in better checks for this in the future and try come up with a second option if DomDocument is not found on the server.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Multisite Support?Hi Melinka
Apologies for the delay.
The basic version doesnt have multisite support, my apologies.