<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The World Of Gavin &#187; mappress</title>
	<atom:link href="http://www.gavinwillingham.com/tag/mappress/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gavinwillingham.com</link>
	<description>My opinions on things I have opinions on</description>
	<lastBuildDate>Fri, 28 Jan 2011 17:08:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ocean Mist 2.0 and MapPress</title>
		<link>http://www.gavinwillingham.com/ocean-mist-2-0-and-mappress.html</link>
		<comments>http://www.gavinwillingham.com/ocean-mist-2-0-and-mappress.html#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:55:08 +0000</pubDate>
		<dc:creator>gavin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[mappress]]></category>
		<category><![CDATA[ocean mist]]></category>
		<category><![CDATA[wp_head]]></category>

		<guid isPermaLink="false">http://www.gavinwillingham.com/?p=50</guid>
		<description><![CDATA[As part of building this site, I tried to do some google-map embedding. I tried 2 separate WordPress plugins, MapPress and WP_GMaps2, and I could get neither to work. After reading the comments on the Ocean Mist website, I found a link to this page which addressed a similar problem with FireStats and this theme. [...]]]></description>
			<content:encoded><![CDATA[<p>As part of building this site, I tried to do some google-map embedding.</p>
<p>I tried 2 separate WordPress plugins, <a title="MapPress" href="http://wordpress.org/extend/plugins/mappress-google-maps-for-wordpress/">MapPress</a> and <a title="WP_GMaps2" href="http://wordpress.org/extend/plugins/wp-gmaps2/">WP_GMaps2</a>, and I could get neither to work.</p>
<p>After reading the comments on the <a title="Ocean Mist 2.0" href="http://www.tenbytwenty.com/products/wordpress-themes/ocean-mist-20">Ocean Mist</a> website, I found a link to <a title="Ocean Mist and Firestats" href="http://www.micheledallatorre.it/blog/2009/04/10/solved-ocean-mist-20-and-problems-with-firestats/">this page</a> which addressed a similar problem with FireStats and this theme.</p>
<p>The solution is fairly simple &#8211; it just involved adding</p>
<p><code>
<pre>&lt;? php wp_head(); ?&gt;</pre>
<p></code></p>
<p>To header.php</p>
<p>Guess it would apply to any WordPress plugin that tries to add stuff to &lt;head&gt;</p>
<p>I also had to add the following to the stylesheet to get the zoom slider and place markers to show correctly.</p>
<p><code>
<pre>#content .mapp-div img {
    background-color: transparent;
}</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gavinwillingham.com/ocean-mist-2-0-and-mappress.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

