<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Wu Wei</title>
	<atom:link href="http://projects.equivocality.com/wu-wei/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://projects.equivocality.com/wu-wei</link>
	<description>Knowing when to act and when not to act.</description>
	<lastBuildDate>Tue, 15 Nov 2011 09:56:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on A Sticky Post by tester1</title>
		<link>http://projects.equivocality.com/wu-wei/2009/05/19/a-sticky-post/comment-page-1/#comment-1891</link>
		<dc:creator>tester1</dc:creator>
		<pubDate>Tue, 15 Nov 2011 09:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?p=196#comment-1891</guid>
		<description>test again</description>
		<content:encoded><![CDATA[<p>test again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Sticky Post by tester1</title>
		<link>http://projects.equivocality.com/wu-wei/2009/05/19/a-sticky-post/comment-page-1/#comment-1890</link>
		<dc:creator>tester1</dc:creator>
		<pubDate>Tue, 15 Nov 2011 09:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?p=196#comment-1890</guid>
		<description>check</description>
		<content:encoded><![CDATA[<p>check</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Lisa</title>
		<link>http://projects.equivocality.com/wu-wei/about/comment-page-1/#comment-1856</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 02 Nov 2011 03:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?page_id=220#comment-1856</guid>
		<description>Hi Jeff 
Just doing a blog with your lovely theme. 
In the menu options I cant make the box bigger to add more drop down menus we are doing an around the world and still have se asia and India to put in so thats two buttons what various drop down for each country .
Can you pls help?
Thx in advance:)
Lisa</description>
		<content:encoded><![CDATA[<p>Hi Jeff<br />
Just doing a blog with your lovely theme.<br />
In the menu options I cant make the box bigger to add more drop down menus we are doing an around the world and still have se asia and India to put in so thats two buttons what various drop down for each country .<br />
Can you pls help?<br />
Thx in advance:)<br />
Lisa</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Mario</title>
		<link>http://projects.equivocality.com/wu-wei/about/comment-page-1/#comment-1776</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Tue, 04 Oct 2011 17:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?page_id=220#comment-1776</guid>
		<description>Hi David. I&#039;ve the same problems...Can you help me ?

Thanks in advance.

Mario.</description>
		<content:encoded><![CDATA[<p>Hi David. I&#8217;ve the same problems&#8230;Can you help me ?</p>
<p>Thanks in advance.</p>
<p>Mario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Breaking Out Of The Grid by Mario</title>
		<link>http://projects.equivocality.com/wu-wei/2009/05/20/breaking-out-of-the-grid/comment-page-1/#comment-1775</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Tue, 04 Oct 2011 17:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?p=248#comment-1775</guid>
		<description>Hi Jeff. I&#039;ve just installed your template (v 2.x)..but i can&#039;t display the full post inserted..
i.e.; click on Read more...  --&gt;  404 Not Found
Oops! This page does not exist. Maybe you can try searching for it again.
I LOVE Wu-Wei.

Thanks in advance.
Mario.</description>
		<content:encoded><![CDATA[<p>Hi Jeff. I&#8217;ve just installed your template (v 2.x)..but i can&#8217;t display the full post inserted..<br />
i.e.; click on Read more&#8230;  &#8211;&gt;  404 Not Found<br />
Oops! This page does not exist. Maybe you can try searching for it again.<br />
I LOVE Wu-Wei.</p>
<p>Thanks in advance.<br />
Mario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Jesse</title>
		<link>http://projects.equivocality.com/wu-wei/about/comment-page-1/#comment-1773</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Mon, 03 Oct 2011 18:40:34 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?page_id=220#comment-1773</guid>
		<description>For a basic right-hand sidebar:

From your Wordpress dashboard go to Appearance &gt; Theme Options &gt; Editor to edit the theme&#039;s CSS stylesheet.

Find the section for .center-column and edit it to say this:

.center-column {width:58.334em; margin:0px auto; text-align:left; clear:both; position:relative; padding-right:19em;}

The position:relative and padding-right classes tell the center column to move 19em to the left.

Then find the section #footer-widgets and change it to say this:

#footer-widgets {position:absolute; left:60em; top:0; width:18em; border-top:none;}

This will move the footer widget to the position top:0 and left:60em. Since the center column is only 58.344em wide, the footer widget will now appear just to its right at 60em.

You can adjust the vertical positioning with the &quot;top&quot; position (currently 0, change it to say 11.25em to drop it down in line with the posts).</description>
		<content:encoded><![CDATA[<p>For a basic right-hand sidebar:</p>
<p>From your WordPress dashboard go to Appearance &gt; Theme Options &gt; Editor to edit the theme&#8217;s CSS stylesheet.</p>
<p>Find the section for .center-column and edit it to say this:</p>
<p>.center-column {width:58.334em; margin:0px auto; text-align:left; clear:both; position:relative; padding-right:19em;}</p>
<p>The position:relative and padding-right classes tell the center column to move 19em to the left.</p>
<p>Then find the section #footer-widgets and change it to say this:</p>
<p>#footer-widgets {position:absolute; left:60em; top:0; width:18em; border-top:none;}</p>
<p>This will move the footer widget to the position top:0 and left:60em. Since the center column is only 58.344em wide, the footer widget will now appear just to its right at 60em.</p>
<p>You can adjust the vertical positioning with the &#8220;top&#8221; position (currently 0, change it to say 11.25em to drop it down in line with the posts).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Sara Gregorsson</title>
		<link>http://projects.equivocality.com/wu-wei/about/comment-page-1/#comment-1606</link>
		<dc:creator>Sara Gregorsson</dc:creator>
		<pubDate>Thu, 25 Aug 2011 12:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?page_id=220#comment-1606</guid>
		<description>Hey!

I like your theme very much. But I can&#039;t figure out how to change the names of the headers (&quot;to the beginning&quot;...). Now I have only &quot;link 1&quot; etc. and when you click them nothing happens...

I also wonder why &quot;read more&quot; button does not work...

Thank you so much for you help!!

Sara</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>I like your theme very much. But I can&#8217;t figure out how to change the names of the headers (&#8220;to the beginning&#8221;&#8230;). Now I have only &#8220;link 1&#8243; etc. and when you click them nothing happens&#8230;</p>
<p>I also wonder why &#8220;read more&#8221; button does not work&#8230;</p>
<p>Thank you so much for you help!!</p>
<p>Sara</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by paul</title>
		<link>http://projects.equivocality.com/wu-wei/about/comment-page-1/#comment-1590</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Thu, 11 Aug 2011 03:12:13 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?page_id=220#comment-1590</guid>
		<description>Hello,
Very much like the template, but I am unable to revise the top menu text from &quot;link 1&quot; and &quot;link 2&quot;. I&#039;m also unable to link the &quot;read more&quot; text. I&#039;m running Wordpress 3.2.1.

Any help is appreciated. 

thanks,
pm</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Very much like the template, but I am unable to revise the top menu text from &#8220;link 1&#8243; and &#8220;link 2&#8243;. I&#8217;m also unable to link the &#8220;read more&#8221; text. I&#8217;m running WordPress 3.2.1.</p>
<p>Any help is appreciated. </p>
<p>thanks,<br />
pm</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Selinti</title>
		<link>http://projects.equivocality.com/wu-wei/about/comment-page-1/#comment-1488</link>
		<dc:creator>Selinti</dc:creator>
		<pubDate>Fri, 01 Jul 2011 07:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?page_id=220#comment-1488</guid>
		<description>thx =)</description>
		<content:encoded><![CDATA[<p>thx =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Amanda</title>
		<link>http://projects.equivocality.com/wu-wei/about/comment-page-1/#comment-1353</link>
		<dc:creator>Amanda</dc:creator>
		<pubDate>Thu, 02 Jun 2011 02:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://projects.equivocality.com/wu-wei/?page_id=220#comment-1353</guid>
		<description>Hi Jeff
Love Wu-wei - just a quick question. I am using Wu-wei to build a site not blog.

 Have deleted two lines of css relating to timestamp but that hasn&#039;t got rid of it - is there some other code I should remove to remove timestamp completely?
Thanks! Amanda</description>
		<content:encoded><![CDATA[<p>Hi Jeff<br />
Love Wu-wei &#8211; just a quick question. I am using Wu-wei to build a site not blog.</p>
<p> Have deleted two lines of css relating to timestamp but that hasn&#8217;t got rid of it &#8211; is there some other code I should remove to remove timestamp completely?<br />
Thanks! Amanda</p>
]]></content:encoded>
	</item>
</channel>
</rss>

