WPGMaps
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Ordering Map Pins – Store LocatorHi there.
Unfortunately this cannot be done in the Basic or Pro version at this point in time.
My apologies for any inconvenience caused.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map Not ShowingHi there.
Please advise what versions of the plugin you currently have installed?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] What to load with SmoothState.jsHi there.
This function can be found in ‘wp-google-maps’ -> ‘wpGoogleMaps.php’ on approximately line 840.
The function:
function wpgmza_InitMap() { var myLatLng = new google.maps.LatLng(<?php echo $wpgmza_lat; ?>,<?php echo $wpgmza_lng; ?>); MYMAP.init('#wpgmza_map', myLatLng, <?php echo $start_zoom; ?>); UniqueCode=Math.round(Math.random()*10000); MYMAP.placeMarkers('<?php echo wpgmaps_get_marker_url(intval($_GET['map_id'])); ?>?u='+UniqueCode,<?php echo intval($_GET['map_id']); ?>); }Have you tried loading the smoothstate.js library in the footer, as this function is called in the header initially.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Disable scrollHi Dan.
Thank you for your interest in our plugin.
Disabling scrolling/zooming can be done by going to ‘Maps’ -> ‘Settings’ and checking the checkbox on the ‘Main Settings’ tab.
Does this help?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Disable zoom not workingHi Andrea.
What type of zooming are you disabling? Mouse wheel scroll, the zoom control on the map or double clicking on the map?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Change color JsonHi Yohan.
Advanced styling is currently only available in the Gold add-on of our plugin (http://www.wpgmaps.com/gold-add-on/), an add-on for the Pro add-on (http://www.wpgmaps.com/purchase-professional-version/)
So sorry about that.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] What to load with SmoothState.jsHi there.
Please confirm if you are using the Basic or Pro version of the plugin? Just so I know which file you’ll need to reference when doing this.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Add to template?Hi there.
Yes, this can be done by using the ‘do_shortcode’ function.
Example:
<?php echo do_shortcode('[wpgmza id="1"]'); ?>Does this help?
Forum: Reviews
In reply to: [WP Go Maps (formerly WP Google Maps)] Waste of time.Hi. I found your support ticket and I have answered you there.
Forum: Reviews
In reply to: [WP Go Maps (formerly WP Google Maps)] Waste of time.Hi there
Are you 100% sure this is for our plugin? Our basic plugin does not output any HTML to your front-end at all. We simply output a DIV with a map in it. Please confirm the author of the plugin you used that caused this error?Hi there.
This is very strange. Thank you for bringing this to our attention. We will look into this and provide a fix for this as soon as humanly possible.
You can perhaps add an htaccess file to the ‘plugins’ folder and add the following rule:
Header set X-Robots-Tag "noindex, nofollow"Hi there.
Can you check if jQuery is perhaps loading more than once on the page? Do you perhaps have any caching or minification plugins enabled?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Doesnt work in the back-endHi there.
It looks like the plugin is battling to write to the database. Have you tried deactivating and activating it?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] What to load with SmoothState.jsHi Parioni8
Please confirm your callback is being called last on the page to ensure the
wpgmza_InitMap();function has loaded from the plugin already?Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map Not ShowingHi there.
Thank you for your kind words. So glad to hear you came right with this 🙂