<?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: Menu speed</title>
		<link>http://www.themolitor.com/forums/topic/menu-speed</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Menu speed</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 19:32:46 +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/menu-speed" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Menu speed"</title>
			<link>http://www.themolitor.com/forums/topic/menu-speed#post-1465</link>
			<pubDate>Mon, 16 Aug 2010 13:15:43 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1465@http://www.themolitor.com/forums/</guid>
			<description><p>Thank you! Great support BTW!!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Menu speed"</title>
			<link>http://www.themolitor.com/forums/topic/menu-speed#post-1464</link>
			<pubDate>Mon, 16 Aug 2010 07:33:59 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">1464@http://www.themolitor.com/forums/</guid>
			<description><p>Open up "scripts.js" and locate the following...</p>
<pre><code>jQuery(&#34;#dropmenu li&#34;).hoverIntent(function(){
		jQuery(this).find(&#39;ul:first&#39;).slideDown(500);
		},function(){
		jQuery(this).find(&#39;ul:first&#39;).slideUp(500);
	});</code></pre>
<p>and change it to this...</p>
<pre><code>jQuery(&#34;#dropmenu li&#34;).hoverIntent(function(){
		jQuery(this).find(&#39;ul:first&#39;).show();
		},function(){
		jQuery(this).find(&#39;ul:first&#39;).hide();
	});</code></pre></description>
		</item>
		<item>
			<title>Anonymous on "Menu speed"</title>
			<link>http://www.themolitor.com/forums/topic/menu-speed#post-1463</link>
			<pubDate>Mon, 16 Aug 2010 05:03:20 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1463@http://www.themolitor.com/forums/</guid>
			<description><p>What would i change if i didn't want that drop down menu to load itself from the top down. Rather I would like it so once you put your cursor on the nave menu the drop down menu appears instantly.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Menu speed"</title>
			<link>http://www.themolitor.com/forums/topic/menu-speed#post-1338</link>
			<pubDate>Fri, 23 Jul 2010 12:33:37 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">1338@http://www.themolitor.com/forums/</guid>
			<description><p>You need to open up the theme files in an FTP program to make changes to the scripts.js file.
</p></description>
		</item>
		<item>
			<title>Anonymous on "Menu speed"</title>
			<link>http://www.themolitor.com/forums/topic/menu-speed#post-1335</link>
			<pubDate>Fri, 23 Jul 2010 11:14:09 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">1335@http://www.themolitor.com/forums/</guid>
			<description><p>I cant find the scripts.js file should i look within wordpress or my hosting account?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Menu speed"</title>
			<link>http://www.themolitor.com/forums/topic/menu-speed#post-372</link>
			<pubDate>Thu, 14 Jan 2010 12:52:19 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">372@http://www.themolitor.com/forums/</guid>
			<description><p>In the "scripts.js" file, locate the following...</p>
<p>//MENU<br />
	jQuery("#dropmenu ul").css("display", "none"); // Opera Fix<br />
	jQuery("#dropmenu li").hoverIntent(function(){<br />
		jQuery(this).find('ul:first').slideDown(500);<br />
		},function(){<br />
		jQuery(this).find('ul:first').slideUp(500);<br />
	});</p>
<p>Change "500" to a higher number and you're good to go.
</p></description>
		</item>
		<item>
			<title>mannanan on "Menu speed"</title>
			<link>http://www.themolitor.com/forums/topic/menu-speed#post-362</link>
			<pubDate>Wed, 13 Jan 2010 15:07:30 +0000</pubDate>
			<dc:creator>mannanan</dc:creator>
			<guid isPermaLink="false">362@http://www.themolitor.com/forums/</guid>
			<description><p>I'we tried to manually edit scripts.js to increase speed of the main navigation dropdown-fadein effect without success. Can you please point me to the line in the code where i can change this? I want to speed it up, it is pretty slow at the moment :). Thank you in advance.
</p></description>
		</item>

	</channel>
</rss>
