<?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"
	>
<channel>
	<title>Comments on: Mandigo  1.24</title>
	<atom:link href="http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/feed/" rel="self" type="application/rss+xml" />
	<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/</link>
	<description>Best resource for free WordPress themes</description>
	<pubDate>Sat, 05 Jul 2008 10:51:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6-bleeding</generator>
		<item>
		<title>By: chat</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-212531</link>
		<dc:creator>chat</dc:creator>
		<pubDate>Sat, 14 Jul 2007 21:00:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-212531</guid>
		<description>nice tnx</description>
		<content:encoded><![CDATA[<p>nice tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohbet</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-212529</link>
		<dc:creator>sohbet</dc:creator>
		<pubDate>Sat, 14 Jul 2007 20:49:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-212529</guid>
		<description>Kai Wei, change/set the font-size property for “.entry p”. To display &lt;em&gt; tags as italics, check the option to do so in the Theme Options page.</description>
		<content:encoded><![CDATA[<p>Kai Wei, change/set the font-size property for “.entry p”. To display <em> tags as italics, check the option to do so in the Theme Options page.</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t0mmmmmmm</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-212211</link>
		<dc:creator>t0mmmmmmm</dc:creator>
		<pubDate>Thu, 12 Jul 2007 18:49:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-212211</guid>
		<description>1.24
+ language: Portuguese (pt_PT)
+ language: Ukrainian (ua_UA)
+ added an option to not show any sidebar at all (1-column layout)
+ added a field to select the background pattern from a list rather than type its name
+ added options to change the sidebars/posts background &#38; border colors
+ added an option to display allowed XHTML tags above the comment field
+ added an option to align images to the right
+ added an option to disable justify alignment
* finally fixed RSS feed links
* fixed misplaced calendar captions in IE7
* fixed a problem that would cause the content column to shrink when it had too little text
* fixed the color &#38; positioning of H1 tags in posts</description>
		<content:encoded><![CDATA[<p>1.24<br />
+ language: Portuguese (pt_PT)<br />
+ language: Ukrainian (ua_UA)<br />
+ added an option to not show any sidebar at all (1-column layout)<br />
+ added a field to select the background pattern from a list rather than type its name<br />
+ added options to change the sidebars/posts background &amp; border colors<br />
+ added an option to display allowed XHTML tags above the comment field<br />
+ added an option to align images to the right<br />
+ added an option to disable justify alignment<br />
* finally fixed RSS feed links<br />
* fixed misplaced calendar captions in IE7<br />
* fixed a problem that would cause the content column to shrink when it had too little text<br />
* fixed the color &amp; positioning of H1 tags in posts</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t0mmmmmmm</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-212187</link>
		<dc:creator>t0mmmmmmm</dc:creator>
		<pubDate>Thu, 12 Jul 2007 14:49:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-212187</guid>
		<description>Tom &#38; RayBurns, sorry it took so long. Excerpting pages is not possible in WP, and it does not make much sense anyway. Excerpts are fine when viewing multiple posts because they give a preview of the article which you can then view in full page. It is possible to override the default WP behavior, which is to just disregard the more tag, but you end with a link to an anchor in the current page. If you really really want to use a preview for a page, you can either make two pages (one with the excerpt which links to another one with the full text), or make a link to a javascript function to toggle visibility on the rest of the page. I hope this helps.

Tanya, edit header.php. At the bottom, you will see the &#60;ul class="pages"&#62; block, which is the navigation menu. Simply copy &#38; edit the first &#60;li&#62; tag, which is the link to the Homepage.

Kevin, yes you can but you will have to override the width for one of the sidebars (so that it's narrower) and maybe tweak the formula to the width of the posts column in style.css.php.

BebopBlues, next release will have an option to remove both sidebars. If you do not want to wait (any longer), remove the calls to the sidebars from index.php, single.php, archive.php, ... and again maybe tweak the formula to the width of the posts column.

Kai Wei, change/set the font-size property for ".entry p". To display &#60;em&#62; tags as italics, check the option to do so in the Theme Options page.

Pilou, that's weird, it works fine in Opera here. Could you please share a link to your site? As for text alignment, version 1.24 will have an option to set it to left instead of justify if this is what you want. Otherwise, you can search style.css.php for "justify".</description>
		<content:encoded><![CDATA[<p>Tom &amp; RayBurns, sorry it took so long. Excerpting pages is not possible in WP, and it does not make much sense anyway. Excerpts are fine when viewing multiple posts because they give a preview of the article which you can then view in full page. It is possible to override the default WP behavior, which is to just disregard the more tag, but you end with a link to an anchor in the current page. If you really really want to use a preview for a page, you can either make two pages (one with the excerpt which links to another one with the full text), or make a link to a javascript function to toggle visibility on the rest of the page. I hope this helps.</p>
<p>Tanya, edit header.php. At the bottom, you will see the &lt;ul class=&#8221;pages&#8221;&gt; block, which is the navigation menu. Simply copy &amp; edit the first &lt;li&gt; tag, which is the link to the Homepage.</p>
<p>Kevin, yes you can but you will have to override the width for one of the sidebars (so that it&#8217;s narrower) and maybe tweak the formula to the width of the posts column in style.css.php.</p>
<p>BebopBlues, next release will have an option to remove both sidebars. If you do not want to wait (any longer), remove the calls to the sidebars from index.php, single.php, archive.php, &#8230; and again maybe tweak the formula to the width of the posts column.</p>
<p>Kai Wei, change/set the font-size property for &#8220;.entry p&#8221;. To display &lt;em&gt; tags as italics, check the option to do so in the Theme Options page.</p>
<p>Pilou, that&#8217;s weird, it works fine in Opera here. Could you please share a link to your site? As for text alignment, version 1.24 will have an option to set it to left instead of justify if this is what you want. Otherwise, you can search style.css.php for &#8220;justify&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211789</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Tue, 10 Jul 2007 02:23:41 +0000</pubDate>
		<guid isPermaLink="false">#comment-211789</guid>
		<description>Nice, i tought that would work, never tried to remove ALL sidebars, i missunderstood your question, sry. But glad to know you figured out how to do ;)</description>
		<content:encoded><![CDATA[<p>Nice, i tought that would work, never tried to remove ALL sidebars, i missunderstood your question, sry. But glad to know you figured out how to do <img src='http://themes.wordpress.net/main/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BebopBlues</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211557</link>
		<dc:creator>BebopBlues</dc:creator>
		<pubDate>Sun, 08 Jul 2007 10:36:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-211557</guid>
		<description>So annoying that you can't post codes here, reposted to include images of the codes.

Eduardo, even if you remove all widgets, by default sidebar (sidebar1) still shows. I know this because I tried it. With the help with of another user, Thien, I found out you have to edit this code from the top of the index.php file:

http://www.filegunner.net/uploadedimages/878783code1.jpg

You have to remove everything between get_header(); and ?&#62;. So after editing, it should look like this:

http://www.filegunner.net/uploadedimages/173795code2.jpg

And you have to do it to Page Template.php file also if you wish to remove all sidebars.</description>
		<content:encoded><![CDATA[<p>So annoying that you can&#8217;t post codes here, reposted to include images of the codes.</p>
<p>Eduardo, even if you remove all widgets, by default sidebar (sidebar1) still shows. I know this because I tried it. With the help with of another user, Thien, I found out you have to edit this code from the top of the index.php file:</p>
<p><a href="http://www.filegunner.net/uploadedimages/878783code1.jpg" rel="nofollow">http://www.filegunner.net/uploadedimages/878783code1.jpg</a></p>
<p>You have to remove everything between get_header(); and ?&gt;. So after editing, it should look like this:</p>
<p><a href="http://www.filegunner.net/uploadedimages/173795code2.jpg" rel="nofollow">http://www.filegunner.net/uploadedimages/173795code2.jpg</a></p>
<p>And you have to do it to Page Template.php file also if you wish to remove all sidebars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BebopBlues</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211556</link>
		<dc:creator>BebopBlues</dc:creator>
		<pubDate>Sun, 08 Jul 2007 10:27:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-211556</guid>
		<description>Eduardo, even if you remove all widgets, by default sidebar (sidebar1) still shows. I know this because I tried it. With the help with of another user, Thien, I found out you have to edit this code from the top of the index.php file:

`
	`

You have to remove everything between `get_header();` and `?&#62;`. So after editing, it should look like this:

`
	`

And you have to do it to Page Template.php file also if you wish to remove all sidebars.</description>
		<content:encoded><![CDATA[<p>Eduardo, even if you remove all widgets, by default sidebar (sidebar1) still shows. I know this because I tried it. With the help with of another user, Thien, I found out you have to edit this code from the top of the index.php file:</p>
<p>`<br />
	`</p>
<p>You have to remove everything between `get_header();` and `?&gt;`. So after editing, it should look like this:</p>
<p>`<br />
	`</p>
<p>And you have to do it to Page Template.php file also if you wish to remove all sidebars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: islami sohbet</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211506</link>
		<dc:creator>islami sohbet</dc:creator>
		<pubDate>Sat, 07 Jul 2007 22:38:07 +0000</pubDate>
		<guid isPermaLink="false">#comment-211506</guid>
		<description>www.sohbeteuro.com
www.muzipim.com
www.islamyeri.com</description>
		<content:encoded><![CDATA[<p><a href="http://www.sohbeteuro.com" rel="nofollow">http://www.sohbeteuro.com</a><br />
<a href="http://www.muzipim.com" rel="nofollow">http://www.muzipim.com</a><br />
<a href="http://www.islamyeri.com" rel="nofollow">http://www.islamyeri.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: video</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211504</link>
		<dc:creator>video</dc:creator>
		<pubDate>Sat, 07 Jul 2007 22:36:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-211504</guid>
		<description>www.sohbeteuro.com
www.islamyeri.com</description>
		<content:encoded><![CDATA[<p><a href="http://www.sohbeteuro.com" rel="nofollow">http://www.sohbeteuro.com</a><br />
<a href="http://www.islamyeri.com" rel="nofollow">http://www.islamyeri.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eduardo</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211444</link>
		<dc:creator>Eduardo</dc:creator>
		<pubDate>Sat, 07 Jul 2007 03:30:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-211444</guid>
		<description>BebopBlues, just go to Presentations &#62; Widgets and remove all widgets from the bars. If there´s no widget, the bar won't show.

Tommmmmmm, tnx for the help, i haven't tried yet, but for sure it will work, i don't know php and html very well, that was the problem. 
Again, tnx for the coolest theme i've found around!</description>
		<content:encoded><![CDATA[<p>BebopBlues, just go to Presentations &gt; Widgets and remove all widgets from the bars. If there´s no widget, the bar won&#8217;t show.</p>
<p>Tommmmmmm, tnx for the help, i haven&#8217;t tried yet, but for sure it will work, i don&#8217;t know php and html very well, that was the problem.<br />
Again, tnx for the coolest theme i&#8217;ve found around!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joc</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211399</link>
		<dc:creator>Joc</dc:creator>
		<pubDate>Fri, 06 Jul 2007 23:27:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-211399</guid>
		<description>Fixed via CSS.</description>
		<content:encoded><![CDATA[<p>Fixed via CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lu</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211377</link>
		<dc:creator>Lu</dc:creator>
		<pubDate>Fri, 06 Jul 2007 22:09:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-211377</guid>
		<description>&lt;strong&gt;Lu...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>Lu&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joc</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211376</link>
		<dc:creator>Joc</dc:creator>
		<pubDate>Fri, 06 Jul 2007 21:57:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-211376</guid>
		<description>I am using Mandigo 1.23 + WP 2.2 under FireFox (same with IE).

Something is wrong with:
- Bulleted lists (type Circle):(it is aligned at left, no indent)
- Bulleted lists (Type Decimal): (it is aligned at left, no indent and misaligned with bulleted lists type Circle).
- Table using Dean's FCKEditor For Wordpress (it is aligned at left, no indent).

No problem with Default WP Theme.</description>
		<content:encoded><![CDATA[<p>I am using Mandigo 1.23 + WP 2.2 under FireFox (same with IE).</p>
<p>Something is wrong with:<br />
- Bulleted lists (type Circle):(it is aligned at left, no indent)<br />
- Bulleted lists (Type Decimal): (it is aligned at left, no indent and misaligned with bulleted lists type Circle).<br />
- Table using Dean&#8217;s FCKEditor For Wordpress (it is aligned at left, no indent).</p>
<p>No problem with Default WP Theme.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madonla</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-211051</link>
		<dc:creator>madonla</dc:creator>
		<pubDate>Mon, 02 Jul 2007 20:51:51 +0000</pubDate>
		<guid isPermaLink="false">#comment-211051</guid>
		<description>&lt;a href="http://www.chatsohbetchatsohbet.com/" rel="nofollow"&gt;Sevgi Aşk Chat Sohbet Resim 
Arkadaşlık&lt;/a&gt;Tenk You...</description>
		<content:encoded><![CDATA[<p><a href="http://www.chatsohbetchatsohbet.com/" rel="nofollow">Sevgi Aşk Chat Sohbet Resim<br />
Arkadaşlık</a>Tenk You&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pilou</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210949</link>
		<dc:creator>Pilou</dc:creator>
		<pubDate>Mon, 02 Jul 2007 17:24:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-210949</guid>
		<description>obviously we can't post php code...
here is a picture with the corresponding code :

http://www.mezimages.com/up/07/297478-pb-align_code.jpg

Thanks again!</description>
		<content:encoded><![CDATA[<p>obviously we can&#8217;t post php code&#8230;<br />
here is a picture with the corresponding code :</p>
<p><a href="http://www.mezimages.com/up/07/297478-pb-align_code.jpg" rel="nofollow">http://www.mezimages.com/up/07/297478-pb-align_code.jpg</a></p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pilou</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210944</link>
		<dc:creator>Pilou</dc:creator>
		<pubDate>Mon, 02 Jul 2007 17:10:45 +0000</pubDate>
		<guid isPermaLink="false">#comment-210944</guid>
		<description>Hello,

thanks a lot for this beautiful theme!!

I've just a little problem with text alignement in the Opera browser (but it works fine with Firefox) :
http://www.mezimages.com/up/07/297330-pb-align-opera.jpg

the problem comes from elements of wp_list_pages() :
in sidepar.php, there is :




.....other......




I browsed (...).css but can't find anything related to text-align or something with the ".page" !

Could you help me please ?

PS: sorry for some bad english expressions...</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>thanks a lot for this beautiful theme!!</p>
<p>I&#8217;ve just a little problem with text alignement in the Opera browser (but it works fine with Firefox) :<br />
<a href="http://www.mezimages.com/up/07/297330-pb-align-opera.jpg" rel="nofollow">http://www.mezimages.com/up/07/297330-pb-align-opera.jpg</a></p>
<p>the problem comes from elements of wp_list_pages() :<br />
in sidepar.php, there is :</p>
<p>&#8230;..other&#8230;&#8230;</p>
<p>I browsed (&#8230;).css but can&#8217;t find anything related to text-align or something with the &#8220;.page&#8221; !</p>
<p>Could you help me please ?</p>
<p>PS: sorry for some bad english expressions&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kai Wei</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210695</link>
		<dc:creator>Kai Wei</dc:creator>
		<pubDate>Sun, 01 Jul 2007 14:13:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-210695</guid>
		<description>Hi again Tom!

How do you increase the size of the fonts in the posts? I realized that the font size is rather small, and my posts at my blog are quite long these days.

And I realized that I can't italize my sentences? They become bold instead...

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi again Tom!</p>
<p>How do you increase the size of the fonts in the posts? I realized that the font size is rather small, and my posts at my blog are quite long these days.</p>
<p>And I realized that I can&#8217;t italize my sentences? They become bold instead&#8230;</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BebopBlues</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210691</link>
		<dc:creator>BebopBlues</dc:creator>
		<pubDate>Sun, 01 Jul 2007 12:56:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-210691</guid>
		<description>Tom, how do I remove both sidebars on the left and right? Someone above posted the same question and then later said he figured it out although he never mentioned how.</description>
		<content:encoded><![CDATA[<p>Tom, how do I remove both sidebars on the left and right? Someone above posted the same question and then later said he figured it out although he never mentioned how.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BebopBlues</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210689</link>
		<dc:creator>BebopBlues</dc:creator>
		<pubDate>Sun, 01 Jul 2007 12:47:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-210689</guid>
		<description>d'oh, didn't realize I had to tage the codes, how do you tag codes anyway? Just look here for my original post on the adding links: http://wordpress.org/support/topic/121344?replies=8</description>
		<content:encoded><![CDATA[<p>d&#8217;oh, didn&#8217;t realize I had to tage the codes, how do you tag codes anyway? Just look here for my original post on the adding links: <a href="http://wordpress.org/support/topic/121344?replies=8" rel="nofollow">http://wordpress.org/support/topic/121344?replies=8</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BebopBlues</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210688</link>
		<dc:creator>BebopBlues</dc:creator>
		<pubDate>Sun, 01 Jul 2007 12:41:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-210688</guid>
		<description>Tanya, I actually asked this question before and someone show me to do edit the header.php file (Presentation &#62; Theme Editor &#62; Header). Scroll down to the bottom of the file and you'll see this:

?&#62;

	



Now add your link between ?&#62; and  using this format:

&lt;a href="URL" rel="nofollow"&gt;LinkName&lt;/a&gt;

Where URL is the link address and LinkName is the Name for the link. So it should look like this afterward if you added three links:
?&#62;
&lt;a href="URL" rel="nofollow"&gt;LinkName&lt;/a&gt;
&lt;a href="URL" rel="nofollow"&gt;LinkName&lt;/a&gt;
&lt;a href="URL" rel="nofollow"&gt;LinkName&lt;/a&gt;

	

</description>
		<content:encoded><![CDATA[<p>Tanya, I actually asked this question before and someone show me to do edit the header.php file (Presentation &gt; Theme Editor &gt; Header). Scroll down to the bottom of the file and you&#8217;ll see this:</p>
<p>?&gt;</p>
<p>Now add your link between ?&gt; and  using this format:</p>
<p><a href="URL" rel="nofollow">LinkName</a></p>
<p>Where URL is the link address and LinkName is the Name for the link. So it should look like this afterward if you added three links:<br />
?&gt;<br />
<a href="URL" rel="nofollow">LinkName</a><br />
<a href="URL" rel="nofollow">LinkName</a><br />
<a href="URL" rel="nofollow">LinkName</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210686</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Sun, 01 Jul 2007 11:44:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-210686</guid>
		<description>Hi Tom, I'm using 1.23 with 2 sidebars, left and right is it possible to shrink the right one and expand the post area. Thanks</description>
		<content:encoded><![CDATA[<p>Hi Tom, I&#8217;m using 1.23 with 2 sidebars, left and right is it possible to shrink the right one and expand the post area. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tanya</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210660</link>
		<dc:creator>Tanya</dc:creator>
		<pubDate>Sun, 01 Jul 2007 02:26:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-210660</guid>
		<description>how do i change the links at the top to go to a webpage and not a page on the blog?
thanks in advance.
-Tanya</description>
		<content:encoded><![CDATA[<p>how do i change the links at the top to go to a webpage and not a page on the blog?<br />
thanks in advance.<br />
-Tanya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RayBurns</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210566</link>
		<dc:creator>RayBurns</dc:creator>
		<pubDate>Fri, 29 Jun 2007 14:45:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-210566</guid>
		<description>tommmmmm,

You're answer did the job!  Good work.

Now only if the MORE function would work...hmmm.

THANKS! :)</description>
		<content:encoded><![CDATA[<p>tommmmmm,</p>
<p>You&#8217;re answer did the job!  Good work.</p>
<p>Now only if the MORE function would work&#8230;hmmm.</p>
<p>THANKS! <img src='http://themes.wordpress.net/main/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t0mmmmmmm</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210565</link>
		<dc:creator>t0mmmmmmm</dc:creator>
		<pubDate>Fri, 29 Jun 2007 14:34:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-210565</guid>
		<description>Martin, could be the (old) version of WordPress. Try upgrading WP.</description>
		<content:encoded><![CDATA[<p>Martin, could be the (old) version of WordPress. Try upgrading WP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210560</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Fri, 29 Jun 2007 14:00:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-210560</guid>
		<description>Hey very smart theme, I love it! But having a problem installing it.  I used another theme before and now, activating yours the news aren't shown correctly. Don't know what to do exactly. My blog is http://radinger.beeven.de/wordpress</description>
		<content:encoded><![CDATA[<p>Hey very smart theme, I love it! But having a problem installing it.  I used another theme before and now, activating yours the news aren&#8217;t shown correctly. Don&#8217;t know what to do exactly. My blog is <a href="http://radinger.beeven.de/wordpress" rel="nofollow">http://radinger.beeven.de/wordpress</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t0mmmmmmm</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210555</link>
		<dc:creator>t0mmmmmmm</dc:creator>
		<pubDate>Fri, 29 Jun 2007 12:36:05 +0000</pubDate>
		<guid isPermaLink="false">#comment-210555</guid>
		<description>Tom &#38; RayBurns, thanks for reporting, I never came across this one! Here's how to fix it: in style.css.php, around line 260, there's a property that defines the width of the main table and the content column:
#main&#62;table, .narrowcolumn { width: 100%; }

IE's inability to read child selectors causes the problem. It just chokes on the &#62; combinator and ignores the whole line. However, it doesn't really need the first selector (#main&#62;table) because having the center column occupy as much space as possible (width: 100%) is enough to have it stretch the table to full width.

Splitting the line in two fixes the problem for me. Please let me know if you run into new problems with this:
#main&#62;table { width: 100%; }
.narrowcolumn  { width: 100%; }

I'll look into the more tag later today, thanks!</description>
		<content:encoded><![CDATA[<p>Tom &amp; RayBurns, thanks for reporting, I never came across this one! Here&#8217;s how to fix it: in style.css.php, around line 260, there&#8217;s a property that defines the width of the main table and the content column:<br />
#main&gt;table, .narrowcolumn { width: 100%; }</p>
<p>IE&#8217;s inability to read child selectors causes the problem. It just chokes on the &gt; combinator and ignores the whole line. However, it doesn&#8217;t really need the first selector (#main&gt;table) because having the center column occupy as much space as possible (width: 100%) is enough to have it stretch the table to full width.</p>
<p>Splitting the line in two fixes the problem for me. Please let me know if you run into new problems with this:<br />
#main&gt;table { width: 100%; }<br />
.narrowcolumn  { width: 100%; }</p>
<p>I&#8217;ll look into the more tag later today, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RayBurns</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210543</link>
		<dc:creator>RayBurns</dc:creator>
		<pubDate>Fri, 29 Jun 2007 10:17:03 +0000</pubDate>
		<guid isPermaLink="false">#comment-210543</guid>
		<description>I can confirm Tom's issue.  Tried it with 3 column scheme.  Posts get posted ok but for Pages, if you leave one short line such as "test" and publish it, the cetral column will crop to where the word "test" ends... therefore making the right sidebar shift into the middle.

Also, MORE function does NOT work for Pages.</description>
		<content:encoded><![CDATA[<p>I can confirm Tom&#8217;s issue.  Tried it with 3 column scheme.  Posts get posted ok but for Pages, if you leave one short line such as &#8220;test&#8221; and publish it, the cetral column will crop to where the word &#8220;test&#8221; ends&#8230; therefore making the right sidebar shift into the middle.</p>
<p>Also, MORE function does NOT work for Pages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210520</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 29 Jun 2007 06:49:15 +0000</pubDate>
		<guid isPermaLink="false">#comment-210520</guid>
		<description>Hey, t0mmmmmmm

I think you should really revalidate your code for the PAGE.PHP file.

Here's what I mean.  When I write a 'post', whether it be a few words or a long paragragh, the center column of the 3 column design stays normal, meaning sidebar(left)_center column_sidebar(right) fits perfects.

Now, when I write a 'page' with a few words only (like two words), the center column shrinks to where the last word ended, thus shifting the sidebar(right) to the left. However, if I fill up the page with words(like a few paragraphs), the center columns stays just right (meaning word wrapping at a certain width is working).

The MORE function not working and the center column resizing (being reduced to insufficient space or words) issues are the two problems I've discovered while using your wonderful Mandigo theme.

Maybe the index.php should be looked at at how posts are handled with that of page.php codes when using the 3 column layout (using 2 sidebars, one on left and one on right)</description>
		<content:encoded><![CDATA[<p>Hey, t0mmmmmmm</p>
<p>I think you should really revalidate your code for the PAGE.PHP file.</p>
<p>Here&#8217;s what I mean.  When I write a &#8216;post&#8217;, whether it be a few words or a long paragragh, the center column of the 3 column design stays normal, meaning sidebar(left)_center column_sidebar(right) fits perfects.</p>
<p>Now, when I write a &#8216;page&#8217; with a few words only (like two words), the center column shrinks to where the last word ended, thus shifting the sidebar(right) to the left. However, if I fill up the page with words(like a few paragraphs), the center columns stays just right (meaning word wrapping at a certain width is working).</p>
<p>The MORE function not working and the center column resizing (being reduced to insufficient space or words) issues are the two problems I&#8217;ve discovered while using your wonderful Mandigo theme.</p>
<p>Maybe the index.php should be looked at at how posts are handled with that of page.php codes when using the 3 column layout (using 2 sidebars, one on left and one on right)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: t0mmmmmmm</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210466</link>
		<dc:creator>t0mmmmmmm</dc:creator>
		<pubDate>Thu, 28 Jun 2007 17:09:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-210466</guid>
		<description>Tom, for the recent posts widgets, add #recent-posts li { font-size: ***; } For the calendar, you can edit the existing "#wp-calendar td" selector and add a font-size property. I'll have a look at the more tag in pages, thanks for reporting!

BebopBlues, style.css.php is the real stylesheet, the other file just holds the theme info for WP. for the posts background, edit properties for the ".post" selector, for the sidebars, ".sidebars" (!).

Stephen, Mandigo uses its own meta widget, which is defined in functions.php. As for the blogroll, it's a special WP category, which you can manage like any other category from the WP admin interface.</description>
		<content:encoded><![CDATA[<p>Tom, for the recent posts widgets, add #recent-posts li { font-size: ***; } For the calendar, you can edit the existing &#8220;#wp-calendar td&#8221; selector and add a font-size property. I&#8217;ll have a look at the more tag in pages, thanks for reporting!</p>
<p>BebopBlues, style.css.php is the real stylesheet, the other file just holds the theme info for WP. for the posts background, edit properties for the &#8220;.post&#8221; selector, for the sidebars, &#8220;.sidebars&#8221; (!).</p>
<p>Stephen, Mandigo uses its own meta widget, which is defined in functions.php. As for the blogroll, it&#8217;s a special WP category, which you can manage like any other category from the WP admin interface.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://themes.wordpress.net/columns/2-columns/1378/mandigo-14/#comment-210462</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 28 Jun 2007 16:14:47 +0000</pubDate>
		<guid isPermaLink="false">#comment-210462</guid>
		<description>The function MORE when writing a Page does NOT work.  It works fine for normal posts.</description>
		<content:encoded><![CDATA[<p>The function MORE when writing a Page does NOT work.  It works fine for normal posts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
