<?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: I want to change &quot;+&quot; to text</title>
		<link>http://www.themolitor.com/forums/topic/i-want-to-change-to-text</link>
		<description>THE MOLITOR FORUMS &#187; Topic: I want to change &quot;+&quot; to text</description>
		<language>en-US</language>
		<pubDate>Sat, 09 May 2026 23:55:06 +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/i-want-to-change-to-text" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "I want to change &quot;+&quot; to text"</title>
			<link>http://www.themolitor.com/forums/topic/i-want-to-change-to-text#post-21220</link>
			<pubDate>Mon, 03 Jun 2013 11:37:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">21220@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The line you're referring to controls the "+" symbol on menu items that contain a drop down menu. Are you wanting to edit the "+" symbol that controls the widgets? If so, that's managed on lines 27-40...</p>
<pre><code>//SIDEBAR TOGGLE STUFF
jQuery(&#34;#leftColumn&#34;).prepend(&#34;&#60;div id=&#039;sideToggle&#039;&#62;+&#60;/div&#62;&#34;);
var sideToggle = jQuery(&#34;#sideToggle&#34;),
	sidebar = jQuery(&#039;#sidebar&#039;),
	mainContainer = jQuery(&#039;#mainContainer&#039;);
sideToggle.click(function(){
	if(jQuery(this).hasClass(&#039;open&#039;)){
		jQuery(this).html(&#039;+&#039;);
	} else {
		jQuery(this).html(&#039;×&#039;);
	}
	jQuery(this).toggleClass(&#039;open&#039;);
	sidebar.toggleClass(&#039;open&#039;);
});</code></pre>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>helene@hewedesign.se on "I want to change &quot;+&quot; to text"</title>
			<link>http://www.themolitor.com/forums/topic/i-want-to-change-to-text#post-21199</link>
			<pubDate>Sun, 02 Jun 2013 10:25:26 +0000</pubDate>
			<dc:creator>helene@hewedesign.se</dc:creator>
			<guid isPermaLink="false">21199@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>I went to custom.js to edit/replace the "+" on line 5 with a text I want, but it did not work (no changes). Let me know if there is another way to do it?</p>
<p>Site under construction: <a href="http://musikerpoolen.com/wordpress/" rel="nofollow">http://musikerpoolen.com/wordpress/</a></p>
<p>Best regards,<br />
Heléne
</p></description>
		</item>

	</channel>
</rss>
