<?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; User Favorites: themolitor</title>
		<link>http://www.themolitor.com/forums/profile/</link>
		<description>THE MOLITOR FORUMS &#187; User Favorites: themolitor</description>
		<language>en-US</language>
		<pubDate>Sat, 02 May 2026 21:00:36 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Change the display order of columns"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-display-order-of-columns#post-41235</link>
			<pubDate>Thu, 23 Mar 2017 12:42:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41235@http://www.themolitor.com/forums/</guid>
			<description><p>Noted! :-)
</p></description>
		</item>
		<item>
			<title>utropio on "Change the display order of columns"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-display-order-of-columns#post-41230</link>
			<pubDate>Wed, 22 Mar 2017 14:01:48 +0000</pubDate>
			<dc:creator>utropio</dc:creator>
			<guid isPermaLink="false">41230@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>Thank you for your answer. I hope the update will be fast.</p>
<p>Best regards<br />
Jack
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Change the display order of columns"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-display-order-of-columns#post-41217</link>
			<pubDate>Mon, 20 Mar 2017 10:21:35 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">41217@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To give layout control over the position of sidebars, the content structure puts the main content after the sidebar markup. This was developed before mobile/responsive design was a thing, so it was the best solution at the time. Seeing now the drawback, I'll need to review this for a better approach. Unfortunately this isn't something I can provide instructions here in the forums. It's the kind of thing I'll address in an update.</p>
<p>I don't have a specific date for this update, but it is at the top of the features to be implemented.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>utropio on "Change the display order of columns"</title>
			<link>http://www.themolitor.com/forums/topic/change-the-display-order-of-columns#post-41213</link>
			<pubDate>Fri, 17 Mar 2017 14:06:10 +0000</pubDate>
			<dc:creator>utropio</dc:creator>
			<guid isPermaLink="false">41213@http://www.themolitor.com/forums/</guid>
			<description><p>Hi</p>
<p>I would like to change the display order of columns in the mobile version in the template Aid. At the top, I would like to have news article. Below a news article I would like to have the left and right column.<br />
At this moment, the news are displayed on the bottom.<br />
How can I change this?</p>
<p>Regards<br />
Jack
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress/page/2#post-39800</link>
			<pubDate>Wed, 20 Jul 2016 10:16:02 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39800@http://www.themolitor.com/forums/</guid>
			<description><p>Ah! Thanks for sharing that bit of info! :-)
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress/page/2#post-39795</link>
			<pubDate>Wed, 20 Jul 2016 01:27:31 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39795@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher,<br />
I got it! Your code in the header.php is:</p>
<pre><code>&#60;script type=&#34;text/javascript&#34; src=&#34;http://maps.google.com/maps/api/js?v=3.15&#38;sensor=false&#60;?php if($googleApi != &#039;&#039;) { echo &#039;&#38;key=&#039;.$googleApi; } ?&#62;&#34;&#62;&#60;/script&#62;</code></pre>
<p>But it's required to send the request to the Google API via https ant not via http. With this code it works fine:</p>
<pre><code>&#60;script type=&#34;text/javascript&#34; src=&#34;https://maps.google.com/maps/api/js?v=3.15&#38;sensor=false&#60;?php if($googleApi != &#039;&#039;) { echo &#039;&#38;key=&#039;.$googleApi; } ?&#62;&#34;&#62;&#60;/script&#62;</code></pre>
<p>All the best,<br />
Andy
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress/page/2#post-39792</link>
			<pubDate>Tue, 19 Jul 2016 14:00:36 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39792@http://www.themolitor.com/forums/</guid>
			<description><p>Standing by...
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress/page/2#post-39789</link>
			<pubDate>Tue, 19 Jul 2016 12:17:14 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39789@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
There was a problem in the Google search console. It's required for the https API key. I will wait for the console and check it tomorrow. I'll keep you posted. Thanks.<br />
Best,<br />
Andy
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39788</link>
			<pubDate>Tue, 19 Jul 2016 11:46:36 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39788@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm not sure. Maybe you didn't properly add that URL to your API configuration?</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39785</link>
			<pubDate>Tue, 19 Jul 2016 11:30:49 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39785@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
For http -&#62;http://www.steinway-klavierunterricht.de/ the map appears. For https -&#62;https://www.steinway-klavierunterricht.de/ not.<br />
Best,<br />
Andy
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39783</link>
			<pubDate>Tue, 19 Jul 2016 11:08:21 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39783@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Go for "Browser API". </p>
<p>Couple questions...</p>
<p>1. Are you getting an error message? </p>
<p>2. Can you provide a link to your site? I'll check it out.</p>
<p>Let me know. Here to help.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39775</link>
			<pubDate>Mon, 18 Jul 2016 23:36:00 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39775@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher,<br />
I just uploaded your update. I created a server api key and a browser api key. Which is the right one? I tried the map settings in the theme with both keys but nothing happened in the frontend. The map still not appears...<br />
Best,<br />
Andy
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39755</link>
			<pubDate>Mon, 18 Jul 2016 07:31:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39755@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up! </p>
<p>I'm going to submit an update later today with this implementation.</p>
<p>Stay tuned...
</p></description>
		</item>
		<item>
			<title>csabakosar on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39742</link>
			<pubDate>Sat, 16 Jul 2016 01:26:02 +0000</pubDate>
			<dc:creator>csabakosar</dc:creator>
			<guid isPermaLink="false">39742@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you very much!
</p></description>
		</item>
		<item>
			<title>unguided on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39740</link>
			<pubDate>Fri, 15 Jul 2016 18:47:44 +0000</pubDate>
			<dc:creator>unguided</dc:creator>
			<guid isPermaLink="false">39740@http://www.themolitor.com/forums/</guid>
			<description><p>Hello and Thanks!</p>
<p>My situation looked different but the principal worked.</p>
<p>I had this:</p>
<pre><code>&#60;script type=&#34;text/javascript&#34; src=&#34;http://maps.google.com/maps/api/js?v=3.15&#38;sensor=false&#34;&#62;&#60;/script&#62;</code></pre>
<p>and changed it to this, I had an API key but was trying to put it in the wrong place:</p>
<pre><code>&#60;script type=&#34;text/javascript&#34; src=&#34;http://maps.google.com/maps/api/js?v=3.15&#38;sensor=false&#38;key=MY_API_KEY&#34;&#62;&#60;/script&#62;</code></pre>
<p>Thanks so much!</p>
<p>Alex
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39726</link>
			<pubDate>Fri, 15 Jul 2016 11:18:28 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39726@http://www.themolitor.com/forums/</guid>
			<description><p>I think I found a solution. </p>
<p>Please follow these steps and LET ME KNOW if you have any luck with the error message going away...</p>
<p>1. Visit this page to get an API Key: <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" rel="nofollow">https://developers.google.com/maps/documentation/javascript/get-api-key</a></p>
<p>2. Open header.php and change the following on line 53 from this...</p>
<pre><code>&#60;script type=&#34;text/javascript&#34; src=&#34;http://maps.google.com/maps/api/js?v=3.15&#38;sensor=false&#34;&#62;&#60;/script&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;script type=&#34;text/javascript&#34; src=&#34;http://maps.google.com/maps/api/js?v=3.15&#38;sensor=false&#38;key=YOUR_API_KEY&#34;&#62;&#60;/script&#62;</code></pre>
<p><strong>NOTE:</strong> Be sure to replace <code>YOUR_API_KEY</code> with the actual key you received in step #1 above.</p>
<p>3. Save and reload the page that contains a Google map. </p>
<p>Please let me know if this resolves the issue. I'm not getting this error message on my end, so I can't verify this is a fix until I hear back from you.</p>
<p>If this DOES fix the issue, I'll submit an update to the theme that adds an API key field on the Customize page.</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39724</link>
			<pubDate>Fri, 15 Jul 2016 11:02:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39724@http://www.themolitor.com/forums/</guid>
			<description><p>I'm digging into this more and it appears this error message is because of a "MissingKeyMapError".</p>
<p>Here's what Google says about this error:</p>
<pre><code>The script element that loads the API is missing the
required authentication parameter. If you are using
the standard Maps JavaScript API, you must use a key
parameter with a valid API key.</code></pre>
<p>This appears to be a new requirement from Google as I haven't seen this pop-up at all in the last 5 years of this theme being on the market.</p>
<p>I'm actively researching this, so in the meantime, go ahead and visit this page to get an API Key: <a href="https://developers.google.com/maps/documentation/javascript/get-api-key" rel="nofollow">https://developers.google.com/maps/documentation/javascript/get-api-key</a></p>
<p>I'm thinking that the fix will be an API Key field on the Customize page where you can just copy/paste the key and be done with it.</p>
<p>Stay tuned...
</p></description>
		</item>
		<item>
			<title>unguided on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39714</link>
			<pubDate>Thu, 14 Jul 2016 19:34:10 +0000</pubDate>
			<dc:creator>unguided</dc:creator>
			<guid isPermaLink="false">39714@http://www.themolitor.com/forums/</guid>
			<description><p>Hi All,</p>
<p>I've read through the above posts and tried all manner of things but can't get the maps to show. I guess its important to note that the map often flashes up for a moment and then dissapears which suggests that the issue (at least for me) might be driven by permissions when using the maps rather than the actual link to the </p>
<p>Alex
</p></description>
		</item>
		<item>
			<title>csabakosar on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39707</link>
			<pubDate>Thu, 14 Jul 2016 12:41:29 +0000</pubDate>
			<dc:creator>csabakosar</dc:creator>
			<guid isPermaLink="false">39707@http://www.themolitor.com/forums/</guid>
			<description><p>I have the same problem.
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39704</link>
			<pubDate>Thu, 14 Jul 2016 11:08:58 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39704@http://www.themolitor.com/forums/</guid>
			<description><p>The background picture appears.<br />
The map still doesn't appears on each other site, category, post...</p>
<p>Best,<br />
Andy
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39702</link>
			<pubDate>Thu, 14 Jul 2016 07:28:16 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39702@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39699</link>
			<pubDate>Thu, 14 Jul 2016 02:20:45 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39699@http://www.themolitor.com/forums/</guid>
			<description><p>Please forget my last comment. I created a new site with a background picture and now it works: <a href="https://www.steinway-klavierunterricht.de/musikschule-musikunterricht-anmelden/" rel="nofollow">https://www.steinway-klavierunterricht.de/musikschule-musikunterricht-anmelden/</a><br />
ndy
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39698</link>
			<pubDate>Thu, 14 Jul 2016 01:25:38 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39698@http://www.themolitor.com/forums/</guid>
			<description><p>I tried to set a background picture here: <a href="https://www.steinway-klavierunterricht.de/musikschule-anmelden/" rel="nofollow">https://www.steinway-klavierunterricht.de/musikschule-anmelden/</a> but the picture doesn't appear.
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39694</link>
			<pubDate>Wed, 13 Jul 2016 19:39:35 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39694@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
No nothing happened on the site.<br />
Andy
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39691</link>
			<pubDate>Wed, 13 Jul 2016 12:14:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39691@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>You have a static page assigned for the front page. This is overriding the map. You need to remove this setting and leave it at the default "latest posts" setting.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39685</link>
			<pubDate>Tue, 12 Jul 2016 23:39:52 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39685@http://www.themolitor.com/forums/</guid>
			<description><p>Christopher,</p>
<p>The map is not blank, the map doesn't appear. I changed the design into "Light Theme Skin" and now I can see the grey background. I removed the coming soon mode and the URL is:<br />
<a href="https://www.steinway-klavierunterricht.de/" rel="nofollow">https://www.steinway-klavierunterricht.de/</a><br />
If you need access to the wordpress please let me know.<br />
Thanks,<br />
Andy
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39680</link>
			<pubDate>Tue, 12 Jul 2016 14:09:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39680@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Without looking at the actual site, my guess is that you need to review ALL the options available on the Customize page. Click some buttons and customize settings. Add a logo, widgets, ect. and just start to populate the site for how you want it to look. </p>
<p>If the map continues to stay blank, I'll need you to provide me access to your site without the "coming soon" facade.</p>
<p>Let me know. Here to help.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39675</link>
			<pubDate>Tue, 12 Jul 2016 10:23:05 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39675@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Cristopher,<br />
I changed the "Map Settings" and saved it. Nothing happened in the front end.<br />
The start page has selected the category "Europe" from your demo files. I created a post with this category and with the location details in the "Custom Post Options". Nothing happened in the front end.<br />
The "Map style button" in the footer doesn't work as well. Here you can see the screenshots:<br />
<a href="http://www.andwo.net/fb/main-page-black.jpg" rel="nofollow">http://www.andwo.net/fb/main-page-black.jpg</a><br />
<a href="http://www.andwo.net/fb/main-page-settings.jpg" rel="nofollow">http://www.andwo.net/fb/main-page-settings.jpg</a><br />
<a href="http://www.andwo.net/fb/map-settings.jpg" rel="nofollow">http://www.andwo.net/fb/map-settings.jpg</a><br />
Thanks.<br />
Andy
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39666</link>
			<pubDate>Tue, 12 Jul 2016 09:40:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39666@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Did you review the "Map Settings" options on the Customize page? Specifically you'll want to select a category of posts that you have published. Each post in the map category that you select needs to have location data provided in order to be placed on the map.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>woellmi on "Map doesn&#039;t appear after change the domain in wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/map-doesnt-appear-after-change-the-domain-in-wordpress#post-39658</link>
			<pubDate>Tue, 12 Jul 2016 01:22:47 +0000</pubDate>
			<dc:creator>woellmi</dc:creator>
			<guid isPermaLink="false">39658@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher,<br />
Okay I reinstalled the wordpress with a new database. After integration of your theme, the map is black. I imported the demo content and selected your welcome page as main page, the map is still black. I created a own main page but the map is still black.<br />
Ay idea?<br />
Best,<br />
Andy
</p></description>
		</item>

	</channel>
</rss>
