<?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 Jeremy Roberts. A Blog</title>
	<atom:link href="http://www.robertsjeremy.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertsjeremy.com</link>
	<description>Husband, Dad, Web Developer, Entrepreneur</description>
	<lastBuildDate>Thu, 13 Oct 2011 22:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Hiding a Menu Item in Joomla! by Desther</title>
		<link>http://www.robertsjeremy.com/2009/07/hiding-a-menu-item-in-joomla/comment-page-1/#comment-265</link>
		<dc:creator>Desther</dc:creator>
		<pubDate>Thu, 13 Oct 2011 22:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=153#comment-265</guid>
		<description>Thanks a lot, that was exactly what i was looking for.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, that was exactly what i was looking for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hiding a Menu Item in Joomla! by Grumblegoat</title>
		<link>http://www.robertsjeremy.com/2009/07/hiding-a-menu-item-in-joomla/comment-page-1/#comment-90</link>
		<dc:creator>Grumblegoat</dc:creator>
		<pubDate>Fri, 19 Nov 2010 01:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=153#comment-90</guid>
		<description>I&#039;m close, but yet so far. I&#039;m not sure I quite understand the exact steps. I have many articles that are in a sub menu, I don&#039;t want all of those submenu items visible but I&#039;m not sure from your directions EXACTLY what I should be clicking on. I tried clicking on the actual menu item while in the Joomla Menu Item Manager section, but when I then clicked on view source - oyyyy... it was a little scary looking for the item value you mentioned above. Would you mind maybe explaining this a bit more step by step for the real novices? I would be so very very grateful.

Thanks. 
Grumblegoat</description>
		<content:encoded><![CDATA[<p>I&#8217;m close, but yet so far. I&#8217;m not sure I quite understand the exact steps. I have many articles that are in a sub menu, I don&#8217;t want all of those submenu items visible but I&#8217;m not sure from your directions EXACTLY what I should be clicking on. I tried clicking on the actual menu item while in the Joomla Menu Item Manager section, but when I then clicked on view source &#8211; oyyyy&#8230; it was a little scary looking for the item value you mentioned above. Would you mind maybe explaining this a bit more step by step for the real novices? I would be so very very grateful.</p>
<p>Thanks.<br />
Grumblegoat</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hiding a Menu Item in Joomla! by RicRic</title>
		<link>http://www.robertsjeremy.com/2009/07/hiding-a-menu-item-in-joomla/comment-page-1/#comment-88</link>
		<dc:creator>RicRic</dc:creator>
		<pubDate>Wed, 17 Nov 2010 16:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=153#comment-88</guid>
		<description>Thanks blackhawx, this solution worked for me!</description>
		<content:encoded><![CDATA[<p>Thanks blackhawx, this solution worked for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hiding a Menu Item in Joomla! by blackhawx</title>
		<link>http://www.robertsjeremy.com/2009/07/hiding-a-menu-item-in-joomla/comment-page-1/#comment-86</link>
		<dc:creator>blackhawx</dc:creator>
		<pubDate>Sun, 14 Nov 2010 05:22:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=153#comment-86</guid>
		<description>bingo Malc,
look at the view source of your menu on your web browser.  Each menu item is assigned a class=&quot;item_x&quot; value.  Find which  from the  menu you want to hide.   For example, the third menu down may look like this...

...

so just go into your stylesheet and write display:none for li.item3. 

You will have a well hidden menu item AND still access the page via the url.</description>
		<content:encoded><![CDATA[<p>bingo Malc,<br />
look at the view source of your menu on your web browser.  Each menu item is assigned a class=&#8221;item_x&#8221; value.  Find which  from the  menu you want to hide.   For example, the third menu down may look like this&#8230;</p>
<p>&#8230;</p>
<p>so just go into your stylesheet and write display:none for li.item3. </p>
<p>You will have a well hidden menu item AND still access the page via the url.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hiding a Menu Item in Joomla! by Malc</title>
		<link>http://www.robertsjeremy.com/2009/07/hiding-a-menu-item-in-joomla/comment-page-1/#comment-84</link>
		<dc:creator>Malc</dc:creator>
		<pubDate>Thu, 11 Nov 2010 14:21:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=153#comment-84</guid>
		<description>Hi,

I&#039;ve used this technique and it is good for hiding menu items, but I discovered that you lose the breadcrumb trail consistency, which appears to be determined by the mainmenu.

Any thoughts on how you can just hide the submenu item on a main menu?

I wondered if you can hack the menu.php single out a menu item id and include a display: none; somewhere.

Malc</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;ve used this technique and it is good for hiding menu items, but I discovered that you lose the breadcrumb trail consistency, which appears to be determined by the mainmenu.</p>
<p>Any thoughts on how you can just hide the submenu item on a main menu?</p>
<p>I wondered if you can hack the menu.php single out a menu item id and include a display: none; somewhere.</p>
<p>Malc</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hiding a Menu Item in Joomla! by online marriage counseling</title>
		<link>http://www.robertsjeremy.com/2009/07/hiding-a-menu-item-in-joomla/comment-page-1/#comment-68</link>
		<dc:creator>online marriage counseling</dc:creator>
		<pubDate>Mon, 20 Sep 2010 04:24:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=153#comment-68</guid>
		<description>Thanks for your informative post!  :)</description>
		<content:encoded><![CDATA[<p>Thanks for your informative post!  <img src='http://www.robertsjeremy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iNfected by iPhones by Mike Roberts</title>
		<link>http://www.robertsjeremy.com/2010/06/infected-by-iphones/comment-page-1/#comment-47</link>
		<dc:creator>Mike Roberts</dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=193#comment-47</guid>
		<description>It`s all about marketing. This just show us how powerful it can be. And I`m just another person hooked up on Mac.</description>
		<content:encoded><![CDATA[<p>It`s all about marketing. This just show us how powerful it can be. And I`m just another person hooked up on Mac.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stuck. Waiting. by Michael Roberts</title>
		<link>http://www.robertsjeremy.com/2010/02/stuck-waiting/comment-page-1/#comment-33</link>
		<dc:creator>Michael Roberts</dc:creator>
		<pubDate>Sun, 13 Jun 2010 09:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=186#comment-33</guid>
		<description>I often do the opposite of stuck and wait, I try out all of the possible chocies in  shortest amount of time. This can create such a mess sometimes! :) But it`s better than waiting.
.-= Michael Roberts´s last blog ..&lt;a href=&quot;http://www.michaelrroberts.com/blog/how-powerful-social-media-can-be-for-local/&quot; rel=&quot;nofollow&quot;&gt;How powerful social media can be for local&lt;/a&gt; =-.</description>
		<content:encoded><![CDATA[<p>I often do the opposite of stuck and wait, I try out all of the possible chocies in  shortest amount of time. This can create such a mess sometimes! <img src='http://www.robertsjeremy.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  But it`s better than waiting.<br />
.-= Michael Roberts´s last blog ..<a href="http://www.michaelrroberts.com/blog/how-powerful-social-media-can-be-for-local/" rel="nofollow">How powerful social media can be for local</a> =-.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stuck. Waiting. by Jeremy Roberts</title>
		<link>http://www.robertsjeremy.com/2010/02/stuck-waiting/comment-page-1/#comment-9</link>
		<dc:creator>Jeremy Roberts</dc:creator>
		<pubDate>Tue, 06 Apr 2010 12:17:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=186#comment-9</guid>
		<description>&lt;a href=&quot;#comment-8&quot; rel=&quot;nofollow&quot;&gt;@Vince &lt;/a&gt; I&#039;m not entirely sure this question is relevant here, but no, sorry, no FileMaker programming here.</description>
		<content:encoded><![CDATA[<p><a href="#comment-8" rel="nofollow">@Vince </a> I&#8217;m not entirely sure this question is relevant here, but no, sorry, no FileMaker programming here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stuck. Waiting. by Vince</title>
		<link>http://www.robertsjeremy.com/2010/02/stuck-waiting/comment-page-1/#comment-8</link>
		<dc:creator>Vince</dc:creator>
		<pubDate>Thu, 01 Apr 2010 15:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertsjeremy.com/?p=186#comment-8</guid>
		<description>Do you program in FileMaker</description>
		<content:encoded><![CDATA[<p>Do you program in FileMaker</p>
]]></content:encoded>
	</item>
</channel>
</rss>

