<?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>WordPress &#8250; Support &#187; Topic: [Plugin: Advanced AJAX Page Loader] Google Maps not visible</title>
		<link>http://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-google-maps-not-visible</link>
		<description>WordPress &#8250; Support</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 05:33:44 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://wordpress.org/support/rss/topic/plugin-advanced-ajax-page-loader-google-maps-not-visible" rel="self" type="application/rss+xml" />

		<item>
			<title>Dean Williams on "[Plugin: Advanced AJAX Page Loader] Google Maps not visible"</title>
			<link>http://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-google-maps-not-visible#post-3826293</link>
			<pubDate>Thu, 07 Feb 2013 10:29:57 +0000</pubDate>
			<dc:creator>Dean Williams</dc:creator>
			<guid isPermaLink="false">3826293@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>sneaky cheat but glad you got a solution working :)
</p>]]></description>
					</item>
		<item>
			<title>vshall21 on "[Plugin: Advanced AJAX Page Loader] Google Maps not visible"</title>
			<link>http://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-google-maps-not-visible#post-3800661</link>
			<pubDate>Fri, 01 Feb 2013 09:50:07 +0000</pubDate>
			<dc:creator>vshall21</dc:creator>
			<guid isPermaLink="false">3800661@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>Hi,<br />
i resolved it via iframe if anyone is facing the same problem put your gmap custom funtion in iframe and then call into page </p>
<p>it will work for you</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>vshall21 on "[Plugin: Advanced AJAX Page Loader] Google Maps not visible"</title>
			<link>http://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-google-maps-not-visible#post-3771193</link>
			<pubDate>Fri, 25 Jan 2013 08:46:53 +0000</pubDate>
			<dc:creator>vshall21</dc:creator>
			<guid isPermaLink="false">3771193@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>I haven't fixed it yet,i am waiting for the reply.</p>
<p>Thanks.
</p>]]></description>
					</item>
		<item>
			<title>dbrunsden on "[Plugin: Advanced AJAX Page Loader] Google Maps not visible"</title>
			<link>http://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-google-maps-not-visible#post-3767186</link>
			<pubDate>Thu, 24 Jan 2013 13:57:13 +0000</pubDate>
			<dc:creator>dbrunsden</dc:creator>
			<guid isPermaLink="false">3767186@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>Hi how did you fix this?
</p>]]></description>
					</item>
		<item>
			<title>vshall21 on "[Plugin: Advanced AJAX Page Loader] Google Maps not visible"</title>
			<link>http://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-google-maps-not-visible#post-3766272</link>
			<pubDate>Thu, 24 Jan 2013 08:36:29 +0000</pubDate>
			<dc:creator>vshall21</dc:creator>
			<guid isPermaLink="false">3766272@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>HI,<br />
i use this function in reload code but its not working.<br />
i have placed<br />
window.onload=initialize; in my page.php code but nothing worked for me map display only when i page refresh or place any button and put onclick event on it but window.onload function not working.</p>
<p>function initialize() {</p>
<p>var myLatlng = new google.maps.LatLng(53.514163,-0.03512);<br />
var mapOptions = {<br />
center: myLatlng,<br />
zoom: 16,<br />
mapTypeId: google.maps.MapTypeId.ROADMAP<br />
};</p>
<p>var contentString = '&#60;div&#62;&#60;b&#62;La Brouse&#60;/b&#62;<br />'+<br />
'60 Threadneedle Street<br />'+<br />
'London<br />';</p>
<p>var infowindow = new google.maps.InfoWindow({<br />
content: contentString<br />
});</p>
<p>var map = new google.maps.Map(document.getElementById("map_canvas"),mapOptions);<br />
var marker = new google.maps.Marker({<br />
position: myLatlng,<br />
map: map,<br />
icon: '/wp-content/themes/Labourse_pdf/images/map.png',<br />
title: ''<br />
});</p>
<p>google.maps.event.addListener(marker, 'click', function() {<br />
infowindow.open(map,marker);<br />
});<br />
}
</p>]]></description>
					</item>
		<item>
			<title>Dean Williams on "[Plugin: Advanced AJAX Page Loader] Google Maps not visible"</title>
			<link>http://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-google-maps-not-visible#post-2848852</link>
			<pubDate>Mon, 28 May 2012 08:36:55 +0000</pubDate>
			<dc:creator>Dean Williams</dc:creator>
			<guid isPermaLink="false">2848852@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>This is because when you load a page with AJAX - you need to recall any javascript used to bind things like Google Maps to a page because the new HTML in the page is not re-parsed automatically by JavaScript.</p>
<p>Just put the google maps code into the "reload code" section of the admin panel - and all should work correctly.
</p>]]></description>
					</item>
		<item>
			<title>koenjansen1990 on "[Plugin: Advanced AJAX Page Loader] Google Maps not visible"</title>
			<link>http://wordpress.org/support/topic/plugin-advanced-ajax-page-loader-google-maps-not-visible#post-2838304</link>
			<pubDate>Wed, 23 May 2012 12:10:35 +0000</pubDate>
			<dc:creator>koenjansen1990</dc:creator>
			<guid isPermaLink="false">2838304@http://wordpress.org/support/</guid>
			<description><![CDATA[<p>Hi there, When I produce an event with the location in google maps, he is not shown. However, when I refresh the page, it is visible. <a href="http://www.vanhoekband.com">here</a> you can see the problem when you click on 'agenda'.</p>
<p>Thanks in advance</p>
<p>Koen Jansen</p>
<p><a href="http://wordpress.org/extend/plugins/advanced-ajax-page-loader/" rel="nofollow">http://wordpress.org/extend/plugins/advanced-ajax-page-loader/</a>
</p>]]></description>
					</item>

	</channel>
</rss>
