<?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: Folding menu plugin for WordPress</title>
	<atom:link href="http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 10:24:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Birgit</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-8363</link>
		<dc:creator>Birgit</dc:creator>
		<pubDate>Fri, 08 Jul 2011 10:34:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-8363</guid>
		<description>Hi there, like Anne above I too have a problem with this plugin in IE7. When I click an ancestor page link, the menu folds out and the children pages will display briefly, but then disappear. The space they take up will be visible (there&#039;s a gap between the current ancestor menu link and the next one), but there&#039;s no clickable zone where the sub pages should&#039;ve been displayed, just the empty space (tested this because I suspected the link colour was the culprit). Any help would be greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Hi there, like Anne above I too have a problem with this plugin in IE7. When I click an ancestor page link, the menu folds out and the children pages will display briefly, but then disappear. The space they take up will be visible (there&#8217;s a gap between the current ancestor menu link and the next one), but there&#8217;s no clickable zone where the sub pages should&#8217;ve been displayed, just the empty space (tested this because I suspected the link colour was the culprit). Any help would be greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Donna</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-8189</link>
		<dc:creator>Donna</dc:creator>
		<pubDate>Wed, 15 Jun 2011 14:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-8189</guid>
		<description>Hello,

I recently updated my theme and my WP installation, so I am not sure which caused this problem, but ILC Folding was working perfectly. Mainly, my side navigation used to display (top and sub-levels) and highlight appropriately (current page item), then it started doing this weird thing that when you clicked on a parent level, or a subnavigation menu item that was in a submenu already displayed, it reloaded the entire side menu again. To fix this I used the following code:

#left ul li ul{ display: none; }
#left li.current_page_parent ul { display: block !important;}

This seemed to do the trick, and it does for the first and second levels of my side navigation, but when you drill down to the third level and below, all of the third level menus get displayed, even for items that are not currently active.

This code fixes that:
#left li.current_page_parent ul.children li.current_page_item { display: block !important;}

But then you get the reloading of the entire menu again. If you look here you will see what I mean: http://arboretum.harvard.edu/library/image-collection/the-arnold-arboretum-captured-in-time-1982-1987-photographs-by-corliss-knapp-engle/

I hope this makes sense, I would really appreciate any help, I am stuck.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I recently updated my theme and my WP installation, so I am not sure which caused this problem, but ILC Folding was working perfectly. Mainly, my side navigation used to display (top and sub-levels) and highlight appropriately (current page item), then it started doing this weird thing that when you clicked on a parent level, or a subnavigation menu item that was in a submenu already displayed, it reloaded the entire side menu again. To fix this I used the following code:</p>
<p>#left ul li ul{ display: none; }<br />
#left li.current_page_parent ul { display: block !important;}</p>
<p>This seemed to do the trick, and it does for the first and second levels of my side navigation, but when you drill down to the third level and below, all of the third level menus get displayed, even for items that are not currently active.</p>
<p>This code fixes that:<br />
#left li.current_page_parent ul.children li.current_page_item { display: block !important;}</p>
<p>But then you get the reloading of the entire menu again. If you look here you will see what I mean: <a href="http://arboretum.harvard.edu/library/image-collection/the-arnold-arboretum-captured-in-time-1982-1987-photographs-by-corliss-knapp-engle/" rel="nofollow">http://arboretum.harvard.edu/library/image-collection/the-arnold-arboretum-captured-in-time-1982-1987-photographs-by-corliss-knapp-engle/</a></p>
<p>I hope this makes sense, I would really appreciate any help, I am stuck.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: m4niac</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-5830</link>
		<dc:creator>m4niac</dc:creator>
		<pubDate>Mon, 07 Feb 2011 12:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-5830</guid>
		<description>wonderful, thank you!</description>
		<content:encoded><![CDATA[<p>wonderful, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-5622</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Fri, 21 Jan 2011 22:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-5622</guid>
		<description>It works fine in Firefox &amp; Chrome, but it doesn&#039;t work properly in IE:

Here is the code i&#039;m using:



jQuery(document).ready(function(){
jQuery(&quot;.page_item ul&quot;).hide();
jQuery(&quot;.current_page_item ul:first&quot;).slideDown();
jQuery(&quot;.current_page_item&quot;).parents(&quot;ul, li&quot;)
.map(function () {
jQuery(this).slideDown();
});
});



For some reason IE appears to fail on this line:

jQuery(&quot;.current_page_item&quot;).parents(&quot;ul, li&quot;)

Is anyone able to advise how I can fix this so that IE recognises this code?

Please help!! It&#039;s a great plugin but I really need it to work in IE as well.</description>
		<content:encoded><![CDATA[<p>It works fine in Firefox &amp; Chrome, but it doesn&#8217;t work properly in IE:</p>
<p>Here is the code i&#8217;m using:</p>
<p>jQuery(document).ready(function(){<br />
jQuery(&#8220;.page_item ul&#8221;).hide();<br />
jQuery(&#8220;.current_page_item ul:first&#8221;).slideDown();<br />
jQuery(&#8220;.current_page_item&#8221;).parents(&#8220;ul, li&#8221;)<br />
.map(function () {<br />
jQuery(this).slideDown();<br />
});<br />
});</p>
<p>For some reason IE appears to fail on this line:</p>
<p>jQuery(&#8220;.current_page_item&#8221;).parents(&#8220;ul, li&#8221;)</p>
<p>Is anyone able to advise how I can fix this so that IE recognises this code?</p>
<p>Please help!! It&#8217;s a great plugin but I really need it to work in IE as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nico</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-4935</link>
		<dc:creator>nico</dc:creator>
		<pubDate>Fri, 26 Nov 2010 00:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-4935</guid>
		<description>hey! ...quite a while ago you talked about the possibility to make a &quot;switch&quot;....for those who don&#039;t want to slideup the children when clicking on them... was this already solved? thanks.nico

Elliot April 2nd, 2009

Peter, Stuart: maybe I can add a switch for those who want it to operate that way.</description>
		<content:encoded><![CDATA[<p>hey! &#8230;quite a while ago you talked about the possibility to make a &#8220;switch&#8221;&#8230;.for those who don&#8217;t want to slideup the children when clicking on them&#8230; was this already solved? thanks.nico</p>
<p>Elliot April 2nd, 2009</p>
<p>Peter, Stuart: maybe I can add a switch for those who want it to operate that way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elio</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-4258</link>
		<dc:creator>Elio</dc:creator>
		<pubDate>Fri, 01 Oct 2010 16:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-4258</guid>
		<description>Anne, if your site is greenlandwhitefront.org, it is currently not using Widgets. The menu is generated in what we call an static sidebar. If the sidebar is (and I assume it is) widgetized, you should first add the Page widget and then the Category widget. Here&#039;s a doc from wordpress.org regarding the &lt;a href=&quot;http://codex.wordpress.org/Appearance_Widgets_SubPanel&quot; rel=&quot;nofollow&quot;&gt;use of widgets&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Anne, if your site is greenlandwhitefront.org, it is currently not using Widgets. The menu is generated in what we call an static sidebar. If the sidebar is (and I assume it is) widgetized, you should first add the Page widget and then the Category widget. Here&#8217;s a doc from wordpress.org regarding the <a href="http://codex.wordpress.org/Appearance_Widgets_SubPanel" rel="nofollow">use of widgets</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-4252</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Fri, 01 Oct 2010 06:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-4252</guid>
		<description>&quot;Just keep adding the widgets&quot; and ...?
Your menu will reappear after a while?
Sorry I don&#039;t quite understand.
Maybe I should add widgets to a second sidebar instead.</description>
		<content:encoded><![CDATA[<p>&#8220;Just keep adding the widgets&#8221; and &#8230;?<br />
Your menu will reappear after a while?<br />
Sorry I don&#8217;t quite understand.<br />
Maybe I should add widgets to a second sidebar instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elio</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-4248</link>
		<dc:creator>Elio</dc:creator>
		<pubDate>Thu, 30 Sep 2010 17:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-4248</guid>
		<description>It&#039;s not a problem. It&#039;s the way WordPress works. If you have an static bar that supports widgets, whenever you add a widget the other static content will dissapear to make room to widgets. Just keep adding the widgets you need.</description>
		<content:encoded><![CDATA[<p>It&#8217;s not a problem. It&#8217;s the way WordPress works. If you have an static bar that supports widgets, whenever you add a widget the other static content will dissapear to make room to widgets. Just keep adding the widgets you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anne</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-4245</link>
		<dc:creator>Anne</dc:creator>
		<pubDate>Thu, 30 Sep 2010 12:39:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-4245</guid>
		<description>I can&#039;t add anything to my sidebar without it making the menu disappear all of a sudden. Is there a solution to this new problem?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t add anything to my sidebar without it making the menu disappear all of a sudden. Is there a solution to this new problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: myish</title>
		<link>http://www.ilovecolors.com.ar/folding-menu-plugin-wordpress/#comment-3907</link>
		<dc:creator>myish</dc:creator>
		<pubDate>Wed, 25 Aug 2010 20:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.ilovecolors.com.ar/?p=655#comment-3907</guid>
		<description>ey mate,

hell knows how many times i tried but im such a noob in php and the works. i&#039;m using sandbox and i couldn&#039;t make it work. please help. thanks!</description>
		<content:encoded><![CDATA[<p>ey mate,</p>
<p>hell knows how many times i tried but im such a noob in php and the works. i&#8217;m using sandbox and i couldn&#8217;t make it work. please help. thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

