I'm currently working on this emergency - on a client's recently launched website the Geotag map has simply disappeared.
The maps still display fine on the single post pages:
http://www.voteglobal.org.uk/events/norwich-south-climate-question-time/
But on the main events page I've had to temporarily switch in some placeholder copy:
http://www.voteglobal.org.uk/events/
To be clear:
* This map is placed with the following shortcode in the page's content: [gmap marker_query="numberposts=-1&cat=3"]
* I have hacked the Geotag plugin in order to only display future events (which are posts, the event date being the publish date). I've tried reverting to the original plugin code, same result.
* What does get output (you won't see this now because I've put the placeholder code in) is this markup: <div style="width: 570px; height: 500px;" class="gmap" id="gmap_14_1"></div>
* I have the plugin settings set to only display on posts and pages. I've tried checking all these boxes, and commenting out the first line of the parseShortcode() function in case this was getting confused, no luck.
This is a bit of an emergency, if anyone can help I'd be very grateful.