<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nick Armstrong: Colorado&#039;s Storytelling Small Business Marketing Expert and Funny Public Speaker &#187; Superfish</title>
	<atom:link href="http://www.iamnickarmstrong.com/tag/superfish/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iamnickarmstrong.com</link>
	<description>Nick Armstrong is Colorado&#039;s storytelling small business marketing expert and funny public speaker. He specializes in creating funny speeches, revamping failing social media campaigns, community building, and creative problem solving for small businesses.</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:21:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>JQuery + WordPress Menus = Simple, but Amazing</title>
		<link>http://www.iamnickarmstrong.com/2009/09/jquery-wordpress-menus-simple-but-amazing/</link>
		<comments>http://www.iamnickarmstrong.com/2009/09/jquery-wordpress-menus-simple-but-amazing/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 08:20:41 +0000</pubDate>
		<dc:creator>Nick Armstrong</dc:creator>
				<category><![CDATA[Digital Gunslinger]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Superfish]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.iamnickarmstrong.com/?p=1109</guid>
		<description><![CDATA[Today I was asked by a client to add 3rd level drop-down menus to an existing WordPress site.]]></description>
			<content:encoded><![CDATA[<p>Today I was asked by a client to add 3rd level drop-down menus to an existing WordPress site.</p>
<p>JQuery to the rescue!  The previous web guy had used Superfish, which is a fine system on its own, but he&#8217;d only used the bits and pieces he really needed.  Thus, when two-level nested menus became three, the script was not able to handle it.</p>
<p>First step: Use what they already had without reinventing the wheel:</p>
<pre>&lt;?php wp_list_pages('title_li=&amp;depth=2'); ?&gt;</pre>
<p>Became:</p>
<pre>&lt;?php wp_list_pages('title_li=&amp;depth=3'); ?&gt;</pre>
<p>And Christian at <a title="Kresi.at" href="http://www.kriesi.at/archives/create-a-multilevel-dropdown-menu-with-css-and-improve-it-via-jquery" target="_blank">Kresi.at provided a nice starting point</a> for me to jump from using JQuery in WordPress menus.  He really should be applauded for such a simple solution.  I just had to style the 3rd tier menus and I was set!  (Text blurred to protect client identity).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1110" style="border: 2px solid black;" title="WordPress Menus Step One" src="http://www.iamnickarmstrong.com/wp-content/uploads/2009/09/step-1.jpg" alt="WordPress Menus Step One" width="239" height="134" /><img class="aligncenter size-full wp-image-1111" style="border: 2px solid black;" title="WordPress Menus Step Two" src="http://www.iamnickarmstrong.com/wp-content/uploads/2009/09/step-2.jpg" alt="WordPress Menus Step Two" width="328" height="149" /><img class="aligncenter size-full wp-image-1112" style="border: 2px solid black;" title="WordPress Menus Step Three" src="http://www.iamnickarmstrong.com/wp-content/uploads/2009/09/step-3.jpg" alt="WordPress Menus Step Three" width="392" height="107" />Nice.</p>
<p>I also managed to wrangle in Image Uploading issues &#8211; caused by two separate problems on two different sites.  Freeing up a bit of file permissions did the trick on one, and discovering that there was an entire duplicate WordPress installation elsewhere and re-directing the uploads folder fixed the second.</p>
<p>The whole line of fixes and menu additions took a little over 3 hours.  A total success for myself and the client!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.iamnickarmstrong.com/2009/09/jquery-wordpress-menus-simple-but-amazing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

