<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Open more than 1 sidebar widget?</title>
		<link>http://www.themolitor.com/forums/topic/open-more-than-1-sidebar-widget</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Open more than 1 sidebar widget?</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:44:01 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/open-more-than-1-sidebar-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>pavel99 on "Open more than 1 sidebar widget?"</title>
			<link>http://www.themolitor.com/forums/topic/open-more-than-1-sidebar-widget#post-152</link>
			<pubDate>Mon, 14 Dec 2009 19:32:26 +0000</pubDate>
			<dc:creator>pavel99</dc:creator>
			<guid isPermaLink="false">152@http://www.themolitor.com/forums/</guid>
			<description><p>Thank You! I used the last two lines of script and it is accomplishing exactly what I wanted.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Open more than 1 sidebar widget?"</title>
			<link>http://www.themolitor.com/forums/topic/open-more-than-1-sidebar-widget#post-151</link>
			<pubDate>Mon, 14 Dec 2009 17:24:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">151@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the feedback Paul!</p>
<p>The sidebar widgets are actually opened/closed via jQuery. In the "scripts.js" file, towards the bottom, locate the following...</p>
<p><strong>jQuery("#sidebar .widget:nth-child(1)").children(".widgetcontent").slideDown("slow");</strong></p>
<p>Where it says ".widget:nth-child(1)" means the first widget is opened. You can change the number to "2" and it will open the second widget instead. </p>
<p>You can also replace it with ".widget:lt(3)" which changes it to open the first 3 widgets and would look like this...</p>
<p><strong>jQuery("#sidebar .widget:lt(3)").children(".widgetcontent").slideDown("slow");</strong></p>
<p><strong>NOTE:</strong> regardless of how many widgets you open up, clicking another widget to reveal it's contents will also close ALL other widgets that are open. To keep other widgets from closing, remove the following line...</p>
<p><strong>jQuery(this).parent().siblings(".widget").children(".widgetcontent").slideUp();</strong>
</p></description>
		</item>
		<item>
			<title>pavel99 on "Open more than 1 sidebar widget?"</title>
			<link>http://www.themolitor.com/forums/topic/open-more-than-1-sidebar-widget#post-150</link>
			<pubDate>Mon, 14 Dec 2009 15:53:17 +0000</pubDate>
			<dc:creator>pavel99</dc:creator>
			<guid isPermaLink="false">150@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thank you Chris for making such a fantastic themes!  I've had fun setting it up and it for the most part seems pretty straight forward.</p>
<p>I'm wondering what code do I use in the css stylesheet sidebar section to allow certain widgets to be opened in the sidebar, instead of just the first one.  </p>
<p>Thanks!<br />
Paul
</p></description>
		</item>

	</channel>
</rss>
