<?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: Sidebar Widget Collapser 2.5 - Released</title>
	<atom:link href="http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/</link>
	<description>A collection of my thoughts and other random stuff I found interesting.</description>
	<pubDate>Fri, 21 Nov 2008 21:22:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-21721</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Mon, 06 Oct 2008 04:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-21721</guid>
		<description>If it's working for you in the default theme, then the issue is probably related to the difference in the HTML that your other theme generates.

There are some basic settings to adjust for this in the admin options panel (the ID of the sidebar div, widget CSS class names, etc.), which are hopefully enough to get things working for you.</description>
		<content:encoded><![CDATA[<p>If it&#8217;s working for you in the default theme, then the issue is probably related to the difference in the HTML that your other theme generates.</p>
<p>There are some basic settings to adjust for this in the admin options panel (the ID of the sidebar div, widget CSS class names, etc.), which are hopefully enough to get things working for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willy Galleta</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-21659</link>
		<dc:creator>Willy Galleta</dc:creator>
		<pubDate>Thu, 02 Oct 2008 17:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-21659</guid>
		<description>Hi. Nice plugin there, but it's not working right with my theme. Help! =P
It works nice up to the point where it creates the a node, but after that it doesn't add the text node that should display the [+] link.
In the default theme it works fine, so I don't know where's the flaw.
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi. Nice plugin there, but it&#8217;s not working right with my theme. Help! =P<br />
It works nice up to the point where it creates the a node, but after that it doesn&#8217;t add the text node that should display the [+] link.<br />
In the default theme it works fine, so I don&#8217;t know where&#8217;s the flaw.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-20386</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sun, 08 Jun 2008 19:12:35 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-20386</guid>
		<description>Great plugin - thank you so much for making it!  I've been searching for something like this for months.  It works like a charm.</description>
		<content:encoded><![CDATA[<p>Great plugin - thank you so much for making it!  I&#8217;ve been searching for something like this for months.  It works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kathy</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-20302</link>
		<dc:creator>Kathy</dc:creator>
		<pubDate>Thu, 29 May 2008 01:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-20302</guid>
		<description>Didn't work for me :(
The + and - only showed after the category header and not for each category. And the categories did not expand. I really really would like this to work, I have unsophisticated visitors who need to see the expanded lists. Hope you can help.</description>
		<content:encoded><![CDATA[<p>Didn&#8217;t work for me <img src='http://freepressblog.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
The + and - only showed after the category header and not for each category. And the categories did not expand. I really really would like this to work, I have unsophisticated visitors who need to see the expanded lists. Hope you can help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Cubelodyte</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-19925</link>
		<dc:creator>The Cubelodyte</dc:creator>
		<pubDate>Thu, 24 Apr 2008 19:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-19925</guid>
		<description>Thanks for this plugin.

It would be cooler still if it was possible to set the default state to "collapsed", as others have mentioned previously. For those enterprising (read: knowing just enough to be dangerous) users who don't mind tinkering with the code, lines 33-38 of the .js file are worth a look.

I basically flipped some simple values and names around and got the default state to be collapsed.

&lt;code&gt;var storedValue = SideBarWidgetGetCookie(sidebarItems[i].id);
   if(storedValue=='Y') {
		ShowSidebarWidget(sidebarItems[i].id);
   }
   else {
		HideSidebarWidget(sidebarItems[i].id);
   }&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for this plugin.</p>
<p>It would be cooler still if it was possible to set the default state to &#8220;collapsed&#8221;, as others have mentioned previously. For those enterprising (read: knowing just enough to be dangerous) users who don&#8217;t mind tinkering with the code, lines 33-38 of the .js file are worth a look.</p>
<p>I basically flipped some simple values and names around and got the default state to be collapsed.</p>
<p><code>var storedValue = SideBarWidgetGetCookie(sidebarItems[i].id);<br />
   if(storedValue==&#8217;Y') {<br />
		ShowSidebarWidget(sidebarItems[i].id);<br />
   }<br />
   else {<br />
		HideSidebarWidget(sidebarItems[i].id);<br />
   }</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-18607</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Tue, 05 Feb 2008 20:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-18607</guid>
		<description>There is an options page in the admin section where you can change things like what text is used for the expand collapse links.

Everything else (as far as appearance goes) would be set in your theme's CSS file.</description>
		<content:encoded><![CDATA[<p>There is an options page in the admin section where you can change things like what text is used for the expand collapse links.</p>
<p>Everything else (as far as appearance goes) would be set in your theme&#8217;s CSS file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: julakim</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-18602</link>
		<dc:creator>julakim</dc:creator>
		<pubDate>Tue, 05 Feb 2008 16:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-18602</guid>
		<description>I would like to install this widgets, but first I would like to know where I can change the way it looks.
in my general css from wordpress or is there a special one for this widget?

thanx
well done,
julakim</description>
		<content:encoded><![CDATA[<p>I would like to install this widgets, but first I would like to know where I can change the way it looks.<br />
in my general css from wordpress or is there a special one for this widget?</p>
<p>thanx<br />
well done,<br />
julakim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martyn</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-18130</link>
		<dc:creator>Martyn</dc:creator>
		<pubDate>Wed, 16 Jan 2008 12:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-18130</guid>
		<description>i'm nearly ready to give up, where am i going wrong with this code?

	
		
			
				
			&#60;!--Calendar for
				
			--&#62;
			
			
				
				
					
						
							
						
					
				
			</description>
		<content:encoded><![CDATA[<p>i&#8217;m nearly ready to give up, where am i going wrong with this code?</p>
<p>			&lt;!&#8211;Calendar for</p>
<p>			&#8211;&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crystal</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-11628</link>
		<dc:creator>Crystal</dc:creator>
		<pubDate>Sat, 06 Oct 2007 02:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-11628</guid>
		<description>I am using the sidebar widgets plugin and the sidebar collapser does not seem to work automatically with it. How do I make it work? Thanks!</description>
		<content:encoded><![CDATA[<p>I am using the sidebar widgets plugin and the sidebar collapser does not seem to work automatically with it. How do I make it work? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-7806</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Wed, 25 Jul 2007 23:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://freepressblog.org/blog/2007/02/13/sidebar-widget-collapser-25-released/#comment-7806</guid>
		<description>I think that might be a browser specific behavior that can't be changed in a standard way with CSS. I could be wrong about that though, so let me know if anyone finds out.</description>
		<content:encoded><![CDATA[<p>I think that might be a browser specific behavior that can&#8217;t be changed in a standard way with CSS. I could be wrong about that though, so let me know if anyone finds out.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
