<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Problem with google map: disappearing pins</title>
		<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Problem with google map: disappearing pins</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 20:19:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/problem-with-google-map-disappearing-pins" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22616</link>
			<pubDate>Fri, 16 Aug 2013 13:44:24 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22616@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You all were busy last night! :-)</p>
<p>@Gotequity Nice find! Thanks for sharing your fix. I'll be sure to add this to the theme files and research future-proofing the theme.</p>
<p>One thing, I would maybe change step #2 above to use 3.13 instead of just 3 like this...</p>
<pre><code>&#60;script type=&#34;text/javascript&#34; src=&#34;http://maps.google.com/maps/api/js?v=3.13&#38;sensor=false&#34;&#62;&#60;/script&#62;</code></pre>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>johngirard on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22607</link>
			<pubDate>Fri, 16 Aug 2013 07:49:50 +0000</pubDate>
			<dc:creator>johngirard</dc:creator>
			<guid isPermaLink="false">22607@http://www.themolitor.com/forums/</guid>
			<description><p>Gotequity - Thanks so much!
</p></description>
		</item>
		<item>
			<title>Gotequity on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22604</link>
			<pubDate>Fri, 16 Aug 2013 07:13:56 +0000</pubDate>
			<dc:creator>Gotequity</dc:creator>
			<guid isPermaLink="false">22604@http://www.themolitor.com/forums/</guid>
			<description><p>No worries, happy to help!
</p></description>
		</item>
		<item>
			<title>mconheady on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22603</link>
			<pubDate>Fri, 16 Aug 2013 04:28:31 +0000</pubDate>
			<dc:creator>mconheady</dc:creator>
			<guid isPermaLink="false">22603@http://www.themolitor.com/forums/</guid>
			<description><p>Back in business! Thank you, Gotequity!
</p></description>
		</item>
		<item>
			<title>romainkr on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22602</link>
			<pubDate>Thu, 15 Aug 2013 23:14:20 +0000</pubDate>
			<dc:creator>romainkr</dc:creator>
			<guid isPermaLink="false">22602@http://www.themolitor.com/forums/</guid>
			<description><p>Gotequity, you saved my day (ok ok, i'm a little bit over-exagerating)<br />
thanks a lot !<br />
Romain
</p></description>
		</item>
		<item>
			<title>Gotequity on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22601</link>
			<pubDate>Thu, 15 Aug 2013 22:34:59 +0000</pubDate>
			<dc:creator>Gotequity</dc:creator>
			<guid isPermaLink="false">22601@http://www.themolitor.com/forums/</guid>
			<description><p>Hey guys, I've found a solution...</p>
<p>1) Open header.php in your favorite text editor<br />
2) Locate &#60;script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"&#62;&#60;/script&#62;<br />
3) Change to &#60;script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3&#38;sensor=false"&#62;&#60;/script&#62;<br />
4) Save and upload via FTP</p>
<p>By adding "v=3&#38;" to the string, Google will return the release/stable version of the maps API, which is currently v3.13. Without the versioning parameter, the experimental version (v3.14) will be loaded, hence the marker issues. </p>
<p>This is not a long-term fix as the API is updated every 3-4 months, but hopefully it will buy some time for the developer to come up with a more permanent workaround.</p>
<p>Reference #1: <a href="https://groups.google.com/forum/#" rel="nofollow">https://groups.google.com/forum/#</a>!topic/google-maps-js-api-v3/G8zBirIc5rg<br />
Reference #2: <a href="https://developers.google.com/maps/documentation/javascript/basics#Versioning" rel="nofollow">https://developers.google.com/maps/documentation/javascript/basics#Versioning</a>
</p></description>
		</item>
		<item>
			<title>romainkr on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22600</link>
			<pubDate>Thu, 15 Aug 2013 22:28:08 +0000</pubDate>
			<dc:creator>romainkr</dc:creator>
			<guid isPermaLink="false">22600@http://www.themolitor.com/forums/</guid>
			<description><p>it would be great that to solve the problem we would not have to reset the modifications each of us made to the theme, accordingly to our needs. just changing a piece of code would be better for me.
</p></description>
		</item>
		<item>
			<title>mconheady on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22599</link>
			<pubDate>Thu, 15 Aug 2013 22:12:31 +0000</pubDate>
			<dc:creator>mconheady</dc:creator>
			<guid isPermaLink="false">22599@http://www.themolitor.com/forums/</guid>
			<description><p>It's everyone:<br />
<a href="http://www.efisheries.co.uk/" rel="nofollow">http://www.efisheries.co.uk/</a><br />
<a href="http://mandrivochka.co.ua/" rel="nofollow">http://mandrivochka.co.ua/</a><br />
<a href="http://potsdama.de/" rel="nofollow">http://potsdama.de/</a><br />
<a href="http://www.6vitesse-on-tour.com/" rel="nofollow">http://www.6vitesse-on-tour.com/</a><br />
<a href="http://www.viterbomaps.it/" rel="nofollow">http://www.viterbomaps.it/</a><br />
<a href="http://adviserindex.co.uk/" rel="nofollow">http://adviserindex.co.uk/</a><br />
<a href="http://www.nepafalls.com/" rel="nofollow">http://www.nepafalls.com/</a><br />
<a href="http://www.gooseflap.net/" rel="nofollow">http://www.gooseflap.net/</a></p>
<p>So maybe a shared lib or google maps issue.<br />
Hopefully we can get a hotfix soon. Prime traffic season for me.
</p></description>
		</item>
		<item>
			<title>romainkr on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22598</link>
			<pubDate>Thu, 15 Aug 2013 22:11:36 +0000</pubDate>
			<dc:creator>romainkr</dc:creator>
			<guid isPermaLink="false">22598@http://www.themolitor.com/forums/</guid>
			<description><p>same here, pins covered by nameplates.<br />
<a href="http://marcherpuisdisparaitre.com" rel="nofollow">http://marcherpuisdisparaitre.com</a><br />
it did work perfectly yesterday.<br />
i did not update wordpress to the new version. should I ?
</p></description>
		</item>
		<item>
			<title>mychinaroots on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22597</link>
			<pubDate>Thu, 15 Aug 2013 21:55:23 +0000</pubDate>
			<dc:creator>mychinaroots</dc:creator>
			<guid isPermaLink="false">22597@http://www.themolitor.com/forums/</guid>
			<description><p>having exactly the same issue!! pins covered by nameplates, looks like a mess. no idea what to do about it unfortunately, i need to ask some other people. </p>
<p>Chris, you have any ideas? some 14 hours ago, things still worked perfectly...
</p></description>
		</item>
		<item>
			<title>mconheady on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22596</link>
			<pubDate>Thu, 15 Aug 2013 21:42:12 +0000</pubDate>
			<dc:creator>mconheady</dc:creator>
			<guid isPermaLink="false">22596@http://www.themolitor.com/forums/</guid>
			<description><p>Looks like I'm having the same issue, just all of a sudden: <a href="http://nyhistoric.com/" rel="nofollow">http://nyhistoric.com/</a><br />
Pins are gone.. nameplates are there. It's a mess. Functional, but a mess.<br />
No code or anything changed. Just one day it stopped working.<br />
Any ideas?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22051</link>
			<pubDate>Fri, 12 Jul 2013 11:38:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22051@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm more inclined to think it has something to do with your hosting bandwidth and/or memory allowance. I really can't say for sure, but I'm certain it isn't a theme-related or Google-related issue.</p>
<p>Sorry I can't be more help here.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>mychinaroots on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22041</link>
			<pubDate>Thu, 11 Jul 2013 17:55:47 +0000</pubDate>
			<dc:creator>mychinaroots</dc:creator>
			<guid isPermaLink="false">22041@http://www.themolitor.com/forums/</guid>
			<description><p>thanks, i could try that, but the problem is that it has happened on random moments. so if i revert back to the default template and nothing happens for a while, i won't know how much longer i would have to wait before i can go back to my own site and draw conclusions. in the meantime, my site won't really be usable (as it's a company site rather than a blog, i can't afford that...)</p>
<p>also, this morning it happened again. the site has been up for about six weeks, and the first four or five weeks this issue didn't show up at all. in the last two weeks, it has happened three times. Do you think it could have something to do with google maps, perhaps they're changing things that affects the pins on my map...?</p>
<p>any other suggestions or thoughts would be immensely appreciated!</p>
<p>Huihan
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22024</link>
			<pubDate>Thu, 11 Jul 2013 13:02:39 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">22024@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Strange, I've never heard of this happening before. When something "just happens", 99.9% of the time it's the result of something changing somewhere. </p>
<p>I can't think of anything in the theme that would cause this behavior to occur. Especially as this is a seemingly random event, I'm thinking it has something to do with either your hosting/server or possibly with your loading experience.</p>
<p>Looking at your site, I see you've made some edits to the templates. My first suggestion would be to revert to the default template files and see if this still happens. That way you can rule out your edits having anything to do with it.</p>
<p>Let me know if that helps at all.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>mychinaroots on "Problem with google map: disappearing pins"</title>
			<link>http://www.themolitor.com/forums/topic/problem-with-google-map-disappearing-pins#post-22007</link>
			<pubDate>Wed, 10 Jul 2013 16:47:11 +0000</pubDate>
			<dc:creator>mychinaroots</dc:creator>
			<guid isPermaLink="false">22007@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Chris,</p>
<p>I've bought your navigator theme and am almost done with the final site (www.mychinaroots.com). However, twice now, it has happened that a large number of pins on the world map suddenly disappears, with no apparent reason.</p>
<p>the first time this happened, around half of the 47 pins were gone, and this morning, all of them were suddenly gone. the text boxes / posts normally connected to the pins were still on the screen, but the pins themselves just disappeared. we found that for some reason, the longitude and latitude of some cities get deleted (without us doing anything). once we add the longitude and latitude again, the pins re-appear.</p>
<p>do you know why this happens and how we can prevent this from happening again?</p>
<p>Thanks, very much looking forward to your response!</p>
<p>Huihan
</p></description>
		</item>

	</channel>
</rss>
