WPGMaps
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Is uploading pictures available yet?Hi Jonathan
We finally added this to the VGM add-on 🙂Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Markers Not Showing UpHi Logan
I noticed that you’re trying to load the marker files from another domain:
XMLHttpRequest cannot load http://argrealtyusa.com/wp-content/uploads/wp-google-maps/1markers.xml?u=5967. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://healthepacificocean.org' is therefore not allowed access. (index):1Please follow these steps:
http://www.wpgmaps.com/documentation/using-the-plugin-on-multisite-installation-with-domain-mapping-enabled/Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] No Marker in fresh InstallHi
Please go to maps->settings and take a screen shot of the “advanced options” section.
Do you see any errors there?Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Cannot delete markerPlease email me on nick [@] wpgmaps.com so we can get to the bottom of this
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Cannot delete markerThis must have something to do with caching, somewhere.
If it’s deleted in the database but yet still shows up in your wp-admin, there’s a clear indication that a cached copy is being displayed.Please can you confirm the plugins you are using?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Cannot delete markerHi
Are you using GoDaddy or do you know if an add-in called “apc-object-cache” or “advanced cache” is enabled?Hi Marteens
We made this available in version 6.0 if I’m not mistaken. Please update your Lite version to the latest version and you should be able to create polygons and polylines for freeKind regards
NickForum: Reviews
In reply to: [WP Go Maps (formerly WP Google Maps)] short tags dont workHi
I think you must be confusing our plugin with someone else’s for this review. No where in our documentation do we state the use of the short code you have supplied. Our plugin gives you a comprehensive graphical interface in which to build your map and then supplies you with a short code such as [wpgmza id=”1″] which you then use to put on your post or page to render the custom map.It is highly unfair to receive a one star review for something that isn’t even relevant to our plugin.
Please reconsider your review.
Kind regards
NickForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Could not save marker XML fileHi
Sorry we missed this ticket.
We’re addressing this in version 6.0.15 which will be available todayKind regards
NickForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] SSL implemented, NO MAP!Hi Paul
As far as we are aware our plugin does work with SSL enabled.
Do you know which items were blocked?Kind regards
NickForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Embed generated map somewhere elseHi inTOWN
Unfortunately not, unless you load your current site in an iframe, but that would load your entire theme into the iframe.Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] PHP Code WP Google MapsYes, simply download it here: https://wordpress.org/plugins/wp-google-maps/
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] WP Google Maps and WP_DebugHi inTOWN. Yes, this was fixed. Please update to 6.0.14
Kind regards
NickForum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Illegal string offset errors?Hi All
Please update to 6.0.14 and confirm that these issues are now resolved?Hi
We’ve removed “error_reporting” in our plugin in version 6.0.13 which means that any errors being produced by other plugins will now be shown. This is supposed to be best practice with plugins. We used to hide this by default which was not the correct method. i.e. the error has probably always been there, but it’s now just being shown.If you want to overcome this, you should follow these steps:
1) Ask Photo Gallery to fix their error OR
2) Go into your theme’s functions.php file and add this:<?php error_reporting(E_ERROR); ?>I hope this helps.
Kind regards
Nick