<?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: plus sign to open side widget</title>
		<link>http://www.themolitor.com/forums/topic/plus-sign-to-open-side-widget</link>
		<description>THE MOLITOR FORUMS &#187; Topic: plus sign to open side widget</description>
		<language>en-US</language>
		<pubDate>Sat, 09 May 2026 18:38:52 +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/plus-sign-to-open-side-widget" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "plus sign to open side widget"</title>
			<link>http://www.themolitor.com/forums/topic/plus-sign-to-open-side-widget#post-24571</link>
			<pubDate>Tue, 12 Nov 2013 14:46:59 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24571@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>It's possible, but requires a bit of editing.</p>
<p>The button is controlled from sidebar.php on line 3...</p>
<pre><code>&#60;a href=&#34;#&#34; title=&#34;Toggle Sidebar&#34; id=&#34;sidebarToggle&#34;&#62;+&#60;/a&#62;</code></pre>
<p>...and from custom.js on lines 128-142...</p>
<pre><code>////////////////
//SIDEBAR WIDTH ANIMATION
////////////////
sidebarToggle.toggle(function(){
	var wrapperWidth = jQuery(window).width() - 300;
	jQuery(this).addClass(&#039;open&#039;).stop(true,true).animate({right:&#34;325px&#34;},500).html(&#039;&#38;times;&#039;);
	sidebar.stop(true,true).animate({width:&#34;300px&#34;},500);
	wrapper.stop(true,true).animate({width:wrapperWidth+&#34;px&#34;},500);
	return false;
},function(){
	jQuery(this).removeClass(&#039;open&#039;).stop(true,true).animate({right:&#34;25px&#34;},500).html(&#039;+&#039;);
	sidebar.stop(true,true).animate({width:&#34;0px&#34;},500);
	wrapper.stop(true,true).animate({width:&#34;100%&#34;},500);
	return false;
});</code></pre>
<p>...Note lines 133 and 138 from above...</p>
<pre><code>jQuery(this).addClass(&#039;open&#039;).stop(true,true).animate({right:&#34;325px&#34;},500).html(&#039;&#38;times;&#039;);

jQuery(this).removeClass(&#039;open&#039;).stop(true,true).animate({right:&#34;25px&#34;},500).html(&#039;+&#039;);</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>Ronnie on "plus sign to open side widget"</title>
			<link>http://www.themolitor.com/forums/topic/plus-sign-to-open-side-widget#post-24566</link>
			<pubDate>Tue, 12 Nov 2013 13:50:34 +0000</pubDate>
			<dc:creator>Ronnie</dc:creator>
			<guid isPermaLink="false">24566@http://www.themolitor.com/forums/</guid>
			<description><p>I was looking to see if it was possible to change the plus sign in the upper right hand corner that opens the widget to display a word or another image. Is it possible to edit the plus sign? And is it also possible to change the X that displays when the widget is open?
</p></description>
		</item>

	</channel>
</rss>
