<?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 on: Internet Jobs IE Fix</title>
	<atom:link href="http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html</link>
	<description>Wordpress Themes</description>
	<pubDate>Sat, 13 Mar 2010 12:20:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: drubee</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-24792</link>
		<dc:creator>drubee</dc:creator>
		<pubDate>Sat, 14 Jul 2007 12:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-24792</guid>
		<description>Hey,
thanks for that, works fine now :)</description>
		<content:encoded><![CDATA[<p>Hey,<br />
thanks for that, works fine now :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreejith</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-24785</link>
		<dc:creator>Sreejith</dc:creator>
		<pubDate>Thu, 12 Jul 2007 12:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-24785</guid>
		<description>Open the sidebar.php and look for 

&lt;blockquote&gt;&#60;?php get_links($link_cat-&#62;cat_id, '&#60;li&#62;', '&#60;/li&#62;', '&#60;br /&#62;', FALSE, 'id', FALSE, TRUE, -1, TRUE); ?&#62;&lt;/blockquote&gt;
and replace it with
&lt;blockquote&gt;&#60;?php get_links($link_cat-&#62;cat_id, '&#60;li&#62;', '&#60;/li&#62;', '&#60;br /&#62;', FALSE, 'id', FALSE, FALSE, -1, TRUE); ?&#62;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>Open the sidebar.php and look for </p>
<blockquote><p>&lt;?php get_links($link_cat-&gt;cat_id, &#8216;&lt;li&gt;&#8217;, &#8216;&lt;/li&gt;&#8217;, &#8216;&lt;br /&gt;&#8217;, FALSE, &#8216;id&#8217;, FALSE, TRUE, -1, TRUE); ?&gt;</p></blockquote>
<p>and replace it with</p>
<blockquote><p>&lt;?php get_links($link_cat-&gt;cat_id, &#8216;&lt;li&gt;&#8217;, &#8216;&lt;/li&gt;&#8217;, &#8216;&lt;br /&gt;&#8217;, FALSE, &#8216;id&#8217;, FALSE, FALSE, -1, TRUE); ?&gt;</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drubee</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-24775</link>
		<dc:creator>Drubee</dc:creator>
		<pubDate>Wed, 11 Jul 2007 06:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-24775</guid>
		<description>Hi,
Great theme,  When i add a link to the blogroll. it shows with a "0" on the line below.

eg:

Links
Google
0 
yahoo
0
anothersite
0

how to i remove the 0?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Great theme,  When i add a link to the blogroll. it shows with a &#8220;0&#8243; on the line below.</p>
<p>eg:</p>
<p>Links<br />
Google<br />
0<br />
yahoo<br />
0<br />
anothersite<br />
0</p>
<p>how to i remove the 0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ç‹—çˆºèªžéŒ„ &#187; Some few fixes on my site</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-4066</link>
		<dc:creator>ç‹—çˆºèªžéŒ„ &#187; Some few fixes on my site</dc:creator>
		<pubDate>Tue, 09 Jan 2007 13:49:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-4066</guid>
		<description>[...] Applying fix for category list spacing in internet-job theme. [...]</description>
		<content:encoded><![CDATA[<p>[...] Applying fix for category list spacing in internet-job theme. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abel Cheung</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-460</link>
		<dc:creator>Abel Cheung</dc:creator>
		<pubDate>Sun, 28 May 2006 07:37:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-460</guid>
		<description>Thanks, the fix works fine for me as well on IE6. The real effective change for me is:

&lt;code&gt;
#rightmenu li {
display: inline;
}
&lt;/code&gt;

There is another very minor issue as well -- around the last few lines from index.php there is:

&lt;code&gt;
&#60;div id="links"&#62;
                          &#60;p&#62;&#60;/p&#62;
                  &#60;/div&#62;
          &#60;/div&#62;  &#60;/div&#62;
&lt;/code&gt;

The last &#60;/div&#62; is extraneous, and causes XHTML validation to fail.</description>
		<content:encoded><![CDATA[<p>Thanks, the fix works fine for me as well on IE6. The real effective change for me is:</p>
<p><code><br />
#rightmenu li {<br />
display: inline;<br />
}<br />
</code></p>
<p>There is another very minor issue as well &#8212; around the last few lines from index.php there is:</p>
<p><code><br />
&lt;div id="links"&gt;<br />
                          &lt;p&gt;&lt;/p&gt;<br />
                  &lt;/div&gt;<br />
          &lt;/div&gt;  &lt;/div&gt;<br />
</code></p>
<p>The last &lt;/div&gt; is extraneous, and causes XHTML validation to fail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreejith</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-250</link>
		<dc:creator>Sreejith</dc:creator>
		<pubDate>Sat, 18 Mar 2006 04:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-250</guid>
		<description>I have updated the theme file with the "Next/Previous page" option. Please &lt;a href="http://www.gfxedit.com/wp-themes/internet-jobs.zip" rel="nofollow"&gt;download&lt;/a&gt; and replace your index.php file.</description>
		<content:encoded><![CDATA[<p>I have updated the theme file with the &#8220;Next/Previous page&#8221; option. Please <a href="http://www.gfxedit.com/wp-themes/internet-jobs.zip" rel="nofollow">download</a> and replace your index.php file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreejith</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-249</link>
		<dc:creator>Sreejith</dc:creator>
		<pubDate>Sat, 18 Mar 2006 04:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-249</guid>
		<description>Put this instead of the php code I gave you, 

&lt;strong&gt;&#60;?php list_cats(0, '', 'name', 'ASC', '/', true, 0);    ?&#62;&lt;/strong&gt;. 

This will cure the numbering prob and will show up as menu :) .
 
</description>
		<content:encoded><![CDATA[<p>Put this instead of the php code I gave you, </p>
<p><strong>&lt;?php list_cats(0, &#8221;, &#8216;name&#8217;, &#8216;ASC&#8217;, &#8216;/&#8217;, true, 0);    ?&gt;</strong>. </p>
<p>This will cure the numbering prob and will show up as menu :) .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-245</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 17 Mar 2006 02:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-245</guid>
		<description>Also, one other question. I don't see a next page link at the bottom of the home page for getting to other articles posted before the articles on the home page. How do I add that to the tempalet to show that?</description>
		<content:encoded><![CDATA[<p>Also, one other question. I don&#8217;t see a next page link at the bottom of the home page for getting to other articles posted before the articles on the home page. How do I add that to the tempalet to show that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-244</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 17 Mar 2006 01:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-244</guid>
		<description>Sreejith, I tried your sidebar.php change but didn't get the results I was looking for. What is did was spread the categories apart and put a space between them vertically with a number below each category. 

What I am wanting to achieve is if I have a main category called &lt;b&gt;Business&lt;/b&gt;, and then a sub categories of &lt;i&gt;marketing, communication, bloggging, podcasting&lt;/i&gt;... that those would sit underneath &lt;b&gt;Business&lt;/b&gt; as indented sub categories of that main category. It would also be great if that indented subset could be hidden and revelealed by clicking the mouse on the main category like a tree menu works.  Thanks</description>
		<content:encoded><![CDATA[<p>Sreejith, I tried your sidebar.php change but didn&#8217;t get the results I was looking for. What is did was spread the categories apart and put a space between them vertically with a number below each category. </p>
<p>What I am wanting to achieve is if I have a main category called <b>Business</b>, and then a sub categories of <i>marketing, communication, bloggging, podcasting</i>&#8230; that those would sit underneath <b>Business</b> as indented sub categories of that main category. It would also be great if that indented subset could be hidden and revelealed by clicking the mouse on the main category like a tree menu works.  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sreejith</title>
		<link>http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html/comment-page-1#comment-243</link>
		<dc:creator>Sreejith</dc:creator>
		<pubDate>Thu, 16 Mar 2006 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.gfxedit.com/theme-fixes/internet-jobs-ie-fix.html#comment-243</guid>
		<description>In your &lt;strong&gt;sidebar.php&lt;/strong&gt;, instead of 
&lt;blockquote&gt;&#60;div id=&#34;rightmenu&#34;&#62;
&lt;strong&gt;&#60;?php list_cats(0, '', 'name', 'ASC', '/', true, 0, 0);    ?&#62;&lt;/strong&gt;
&#60;/div&#62;
&lt;/blockquote&gt;
use
&lt;blockquote&gt;&#60;div id=&#34;rightmenu&#34;&#62;
&lt;strong&gt;&#60;?php list_cats(0, '', 'name', 'ASC', '/', true, 0, 1);    ?&#62;&lt;/strong&gt;
&#60;/div&#62;&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>In your <strong>sidebar.php</strong>, instead of </p>
<blockquote><p>&lt;div id=&quot;rightmenu&quot;&gt;<br />
<strong>&lt;?php list_cats(0, &#8221;, &#8216;name&#8217;, &#8216;ASC&#8217;, &#8216;/&#8217;, true, 0, 0);    ?&gt;</strong><br />
&lt;/div&gt;
</p></blockquote>
<p>use</p>
<blockquote><p>&lt;div id=&quot;rightmenu&quot;&gt;<br />
<strong>&lt;?php list_cats(0, &#8221;, &#8216;name&#8217;, &#8216;ASC&#8217;, &#8216;/&#8217;, true, 0, 1);    ?&gt;</strong><br />
&lt;/div&gt;</p></blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>
