<?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: FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message</title>
		<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly</link>
		<description>THE MOLITOR FORUMS &#187; Topic: FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 08:08:51 +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/faq-error-this-page-didnt-load-google-maps-correctly" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43366</link>
			<pubDate>Tue, 27 Nov 2018 10:47:10 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43366@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for sharing!
</p></description>
		</item>
		<item>
			<title>sss227 on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43357</link>
			<pubDate>Mon, 26 Nov 2018 19:56:46 +0000</pubDate>
			<dc:creator>sss227</dc:creator>
			<guid isPermaLink="false">43357@http://www.themolitor.com/forums/</guid>
			<description><p>you need to add an "s" to the http address of line 54 of header.php
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43336</link>
			<pubDate>Mon, 12 Nov 2018 09:22:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43336@http://www.themolitor.com/forums/</guid>
			<description><p>Awesome! Thanks for following up!
</p></description>
		</item>
		<item>
			<title>silverado on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43332</link>
			<pubDate>Sat, 10 Nov 2018 11:18:09 +0000</pubDate>
			<dc:creator>silverado</dc:creator>
			<guid isPermaLink="false">43332@http://www.themolitor.com/forums/</guid>
			<description><p>I've fixed it! Using this in function in the child theme (XXX is your API key).</p>
<pre><code>function gmaps_workaround(){
?&#62;
&#60;!--Google Maps JavaScript API --&#62;
&#60;script src=&#34;https://maps.googleapis.com/maps/api/js?key=XXX&#34;
 type=&#34;text/javascript&#34;&#62;&#60;/script&#62;
&#60;?php
}
add_action(&#039;wp_footer&#039;, &#039;gmaps_workaround&#039;);</code></pre></description>
		</item>
		<item>
			<title>silverado on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43331</link>
			<pubDate>Fri, 09 Nov 2018 14:53:27 +0000</pubDate>
			<dc:creator>silverado</dc:creator>
			<guid isPermaLink="false">43331@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>Yes, the problem is in the child theme. With the parent theme works fine. How should I setup the child theme?</p>
<p>Thanks for your help.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43277</link>
			<pubDate>Fri, 26 Oct 2018 11:17:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43277@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I don't see the API Key in your source file. I'm not sure if this is due to how you have your child theme setup.</p>
<p>Can you double-check if this issue persists by using the parent theme only? This will help me troubleshoot the issue with you.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>silverado on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43271</link>
			<pubDate>Wed, 24 Oct 2018 11:26:48 +0000</pubDate>
			<dc:creator>silverado</dc:creator>
			<guid isPermaLink="false">43271@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher,</p>
<p>All these API that you mention are turned on and I have a credit card connected to my account. If I open the console in my browser I get some warnings. </p>
<p>The first one says there is no API key, but this is not true as I have entered it in the maps settings of the theme.</p>
<p><a href="https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys" rel="nofollow">https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys</a></p>
<p>The second one says Retired Version:</p>
<p><a href="https://developers.google.com/maps/documentation/javascript/error-messages#retired-version" rel="nofollow">https://developers.google.com/maps/documentation/javascript/error-messages#retired-version</a></p>
<p>And the third one Sensor Not Required:</p>
<p><a href="https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required" rel="nofollow">https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required</a></p>
<p>Regards,<br />
Mario
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43256</link>
			<pubDate>Mon, 22 Oct 2018 14:09:00 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43256@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Google has been making lots of changes to the new API. With the latest system they have in place, be sure that you specify which features of Google maps you want active for the API that you register.</p>
<p>Google now requires that your "turn on" different features of the mapping API. From the API credentials page, be sure you have the following active for Google Maps to work...</p>
<pre><code>Maps Embed API
Street View Static API
Directions API
Maps Static API
Maps JavaScript API
Places API</code></pre>
<p>Also, if you haven't already, you need to connect a credit card to your account. This is a requirement from Google in case you exceed the free access limits they provide (vast majority of users never reach the free limits).</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43079</link>
			<pubDate>Tue, 10 Jul 2018 07:39:18 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">43079@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Keep in mind that Google gives a $200 credit each month, which they claim "will keep this service free for the vast majority of our users".</p>
<p>Regarding your issue, can you provide a link to your site? I'll check it out.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>proba on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-43067</link>
			<pubDate>Fri, 06 Jul 2018 09:50:20 +0000</pubDate>
			<dc:creator>proba</dc:creator>
			<guid isPermaLink="false">43067@http://www.themolitor.com/forums/</guid>
			<description><p>This is not free anymore, Google is requesting billing information!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "FAQ - &quot;This page didn&#039;t load Google Maps correctly&quot; Error Message"</title>
			<link>http://www.themolitor.com/forums/topic/faq-error-this-page-didnt-load-google-maps-correctly#post-39875</link>
			<pubDate>Mon, 01 Aug 2016 10:47:52 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39875@http://www.themolitor.com/forums/</guid>
			<description><p>Google now requires that all map applications provide an API Key. </p>
<p><a href="https://developers.google.com/maps/documentation/javascript/get-api-key"><strong>Visit this page to get an API Key</strong></a></p>
<p>You can then enter the API Key on the Customize page under "Map Settings".
</p></description>
		</item>

	</channel>
</rss>
