<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums Topic: Submenu below second row of links, not clickable</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 00:17:58 +0000</pubDate>

<item>
<title>elderberry on "Submenu below second row of links, not clickable"</title>
<link>http://themeshaper.com/forums/topic/submenu-below-second-row-of-links-not-clickable#post-22237</link>
<pubDate>Fri, 08 Jul 2011 14:44:22 +0000</pubDate>
<dc:creator>elderberry</dc:creator>
<guid isPermaLink="false">22237@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks Helga - that did not work, but led me to remove z-index from #access and now it is WORKING!! I really appreciate all you do for those of us using Thematic.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Submenu below second row of links, not clickable"</title>
<link>http://themeshaper.com/forums/topic/submenu-below-second-row-of-links-not-clickable#post-22213</link>
<pubDate>Thu, 07 Jul 2011 20:32:22 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22213@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;well i wanted to rule out broken jquery.  that's given me hell w/ menus before.&#60;/p&#62;
&#60;p&#62;find&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sf-menu, .sf-menu * {
margin: 0 10px 0 0;
padding: 0;
list-style: none;
z-index: 100;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;get rid of z-index here
&#60;/p&#62;</description>
</item>
<item>
<title>elderberry on "Submenu below second row of links, not clickable"</title>
<link>http://themeshaper.com/forums/topic/submenu-below-second-row-of-links-not-clickable#post-22212</link>
<pubDate>Thu, 07 Jul 2011 20:01:08 +0000</pubDate>
<dc:creator>elderberry</dc:creator>
<guid isPermaLink="false">22212@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Well, no luck yet. Here are the things that did not work.&#60;br /&#62;
1) upgraded to wp-3.2 and commented out the smart jQuery inclusion in functions.php.&#60;br /&#62;
2) Then I uncommented and added your code.&#60;br /&#62;
3) Then I commented smart jQuery inclusion and disabled wp-minify.&#60;/p&#62;
&#60;p&#62;If I am using it correctly the Firebug console is giving no error warning.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Submenu below second row of links, not clickable"</title>
<link>http://themeshaper.com/forums/topic/submenu-below-second-row-of-links-not-clickable#post-22211</link>
<pubDate>Thu, 07 Jul 2011 19:56:49 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22211@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;so the client doesn't actually want anyone to read the site?  &#60;/p&#62;
&#60;p&#62;maybe pass this along:&#60;br /&#62;
&#60;a href=&#34;http://www.informationarchitects.jp/en/100e2r/&#34; rel=&#34;nofollow&#34;&#62;http://www.informationarchitects.jp/en/100e2r/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;best of luck
&#60;/p&#62;</description>
</item>
<item>
<title>elderberry on "Submenu below second row of links, not clickable"</title>
<link>http://themeshaper.com/forums/topic/submenu-below-second-row-of-links-not-clickable#post-22209</link>
<pubDate>Thu, 07 Jul 2011 19:42:07 +0000</pubDate>
<dc:creator>elderberry</dc:creator>
<guid isPermaLink="false">22209@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Helga thanks very much. I will report back what ends up working... The text/background contrast (or lack thereof) -- This is what the client wants. I at least got her to change most of the body text to gray. But I will let her know your feedback.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Submenu below second row of links, not clickable"</title>
<link>http://themeshaper.com/forums/topic/submenu-below-second-row-of-links-not-clickable#post-22203</link>
<pubDate>Thu, 07 Jul 2011 16:59:01 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22203@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;it could be that superfish is busted.... look in your firebug console you will see that &#34;jquery is not defined&#34;.  i checked your source code and you are using wp-minify and google's jquery.   minify does not pull in the google-hosted jquery, b/c by default it only get's self-hosted scripts.&#60;/p&#62;
&#60;p&#62;minify puts its minified script at the very top of the page, which comes &#60;em&#62;before&#60;/em&#62; the google jquery is defined.... &#60;/p&#62;
&#60;p&#62;couple of options:&#60;/p&#62;
&#60;p&#62;1. you can switch to self-hosted jquery (stop using the google version).  i believe in WP3.2 they've updated the jquery version anyway.  and if you're minifying and caching you probably don't save anything performance-wise by using the google version.  this is what has worked best for me.  &#60;/p&#62;
&#60;p&#62;2. possibly try telling wp-minify to minify the google version of jquery.  haven't be able to get this to work.  haven't had much success w/ this.  &#60;/p&#62;
&#60;p&#62;3. possibly add minify's conditional tags to the header, but at the end.  this might put the minify scripts after the google jquery.  i haven't tried this in a while so i'm not sure if it is still working:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*prepare WP-Minify plugin to play nice w/ google&#38;#39;s jquery*/
function add_minify_location(){
	//if (class_exists(&#38;#39;WPMinify&#38;#39;)) {?&#38;gt;

&#38;lt;!-- WP-Minify JS --&#38;gt;
&#38;lt;!-- WP-Minify CSS --&#38;gt;

&#38;lt;?php //}
}
add_action(&#38;#39;wp_head&#38;#39;,&#38;#39;add_minify_location&#38;#39;,9); //put this right after the reference to google&#38;#39;s jquery&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;i've had a lot of problems w/ minify lately, which sucks b/c it is a great, great idea.  see if fixing minify helps.  or maybe see if it is still an issue if you disabled minify.  &#60;/p&#62;
&#60;p&#62;sidenote- no offense, but your blue text on reddish background is brutal on my eyes.  consider using something much higher contrast.
&#60;/p&#62;</description>
</item>
<item>
<title>elderberry on "Submenu below second row of links, not clickable"</title>
<link>http://themeshaper.com/forums/topic/submenu-below-second-row-of-links-not-clickable#post-22201</link>
<pubDate>Thu, 07 Jul 2011 15:31:11 +0000</pubDate>
<dc:creator>elderberry</dc:creator>
<guid isPermaLink="false">22201@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Tried playing with z-index but no fix yet. The menu has enough items to display in 2 rows. If you hover over a link in the top row the second level links show underneath the second row of 1st level links. You cannot click anything in the second level. Here's the example &#60;a href=&#34;http://withthespiritofthehorse.com/about-2&#34; rel=&#34;nofollow&#34;&#62;http://withthespiritofthehorse.com/about-2&#60;/a&#62; just hover over News, About or Services...&#60;/p&#62;
&#60;p&#62;maybe someone with a sharper brain than mine will see the solution, Thanks!&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:	0 10px 0 0;
	padding:		0;
	list-style:		none;
        z-index:100;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 &#38;#39;sticky bug&#38;#39; */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			6em; /* match top ul list item height */
	z-index:		999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	z-index:		1000;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index:		1001;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	z-index:		999;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index:		999;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>

</channel>
</rss>
