<?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: Top menu need double click to work</title>
		<link>http://www.themolitor.com/forums/topic/top-menu-need-double-click-to-work</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Top menu need double click to work</description>
		<language>en-US</language>
		<pubDate>Fri, 12 Jun 2026 10:32: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/top-menu-need-double-click-to-work" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Top menu need double click to work"</title>
			<link>http://www.themolitor.com/forums/topic/top-menu-need-double-click-to-work#post-38315</link>
			<pubDate>Mon, 21 Mar 2016 08:40:04 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38315@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Five-star ratings REALLY help me out and encourage further development and updates.</p>
<p>Thanks!</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>anagam on "Top menu need double click to work"</title>
			<link>http://www.themolitor.com/forums/topic/top-menu-need-double-click-to-work#post-38308</link>
			<pubDate>Fri, 18 Mar 2016 12:37:04 +0000</pubDate>
			<dc:creator>anagam</dc:creator>
			<guid isPermaLink="false">38308@http://www.themolitor.com/forums/</guid>
			<description><p>It fixed my problem as well, thank you!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Top menu need double click to work"</title>
			<link>http://www.themolitor.com/forums/topic/top-menu-need-double-click-to-work#post-38272</link>
			<pubDate>Tue, 15 Mar 2016 08:45:56 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38272@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>If you're enjoying the theme, PLEASE don't forget to rate it on your downloads page on ThemeForest. Five-star ratings REALLY help me out and encourage further development and updates.</p>
<p>Thanks!</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>threebird on "Top menu need double click to work"</title>
			<link>http://www.themolitor.com/forums/topic/top-menu-need-double-click-to-work#post-38267</link>
			<pubDate>Mon, 14 Mar 2016 18:34:12 +0000</pubDate>
			<dc:creator>threebird</dc:creator>
			<guid isPermaLink="false">38267@http://www.themolitor.com/forums/</guid>
			<description><p>thank you. that worked.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Top menu need double click to work"</title>
			<link>http://www.themolitor.com/forums/topic/top-menu-need-double-click-to-work#post-38255</link>
			<pubDate>Fri, 11 Mar 2016 11:54:45 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38255@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I found the issue. I'll release an update with the fix, but for now here's what you need to do...</p>
<p>Open custom.js and change the following on lines 21-31 from this...</p>
<pre><code>jQuery(&#039;#navigation&#039;).click(function(){
	if(jQuery(this).hasClass(&#039;open&#039;)){
		jQuery(this).toggleClass(&#039;open&#039;);
	} else {
		jQuery(this).toggleClass(&#039;open&#039;);
		return false;
	}

}).mouseleave(function(){
	jQuery(this).removeClass(&#039;open&#039;);
});</code></pre>
<p>...to this...</p>
<pre><code>jQuery(&#039;#navigation&#039;).click(function(){
	if(jQuery(window).width() &#60; 700){
		if(jQuery(this).hasClass(&#039;open&#039;)){
			jQuery(this).toggleClass(&#039;open&#039;);
		} else {
			jQuery(this).toggleClass(&#039;open&#039;);
			return false;
		}
	}
}).mouseleave(function(){
	jQuery(this).removeClass(&#039;open&#039;);
});</code></pre>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>threebird on "Top menu need double click to work"</title>
			<link>http://www.themolitor.com/forums/topic/top-menu-need-double-click-to-work#post-38252</link>
			<pubDate>Fri, 11 Mar 2016 11:26:17 +0000</pubDate>
			<dc:creator>threebird</dc:creator>
			<guid isPermaLink="false">38252@http://www.themolitor.com/forums/</guid>
			<description><p>this is happening on you demo site (<a href="http://themes.themolitor.com/maitred/" rel="nofollow">http://themes.themolitor.com/maitred/</a>) as well as my site also.  whats the fix?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Top menu need double click to work"</title>
			<link>http://www.themolitor.com/forums/topic/top-menu-need-double-click-to-work#post-35930</link>
			<pubDate>Mon, 07 Sep 2015 12:17:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">35930@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I see what you mean. That's odd. Not sure what the issue is.</p>
<p>Maybe try deactivating any plugins you have installed/active? Let me know if that helps at all.</p>
<p>Best,</p>
<p>Christohper
</p></description>
		</item>
		<item>
			<title>anagam on "Top menu need double click to work"</title>
			<link>http://www.themolitor.com/forums/topic/top-menu-need-double-click-to-work#post-35913</link>
			<pubDate>Mon, 07 Sep 2015 01:02:58 +0000</pubDate>
			<dc:creator>anagam</dc:creator>
			<guid isPermaLink="false">35913@http://www.themolitor.com/forums/</guid>
			<description><p>hi there I just set up this site <a href="http://handcutdesigns.com/TangoSur/" rel="nofollow">http://handcutdesigns.com/TangoSur/</a> and no matter where you are in the site the top menu does not respond well, I have to click it twice before it actually goes to the right page ONE click does nothing. please advise!
</p></description>
		</item>

	</channel>
</rss>
