[jQuery] Superfish - Only works on home page, not site Pages

2010-01-20 Thread initialsbr
I'm not sure what's wrong. I'm building a site in Wordpress. I
followed the directions on the Superfish site and things look good on
the home page but then the HTML just shows up on the site Pages. Any
help? Suggestions?

Thanks!


[jQuery] Superfish - Arrows don't display on dropdown

2010-01-17 Thread initialsbr
I'm really excited to use this bu the arrows aren't displaying on my
menu. Here's the code I've got in the head...

link rel=stylesheet type=text/css media=screen href=superfish/
css/superfish.css /

script type=text/javascript src=superfish/hoverIntent.js/
script
script type=text/javascript src=superfish/superfish.js/script
script type=text/javascript src=superfish/supersubs.js/script

script type=text/javascript

$(document).ready(function(){
$(ul.sf-menu).supersubs({
minWidth:12,
maxWidth:27,
extraWidth:  1,
autoArrows:  true,

}).superfish();


});

/script

Here's what I've got in the body...

div id=menu

ul class=sf-menu

li class=current
a 
href=http://localhost:/claykirkland/;home/a
/li

li
a 
href=http://localhost:/claykirkland/bio/;bio/a
ul
lia href=#musical/a/li
lia 
href=#personal/a/li
/ul
/li

li class=current
a 
href=http://localhost:/claykirkland/events/;events/a
/li

li class=current
a 
href=http://localhost:/claykirkland/music/;music/a
/li

li class=current
a 
href=http://localhost:/claykirkland/photos/;photos/a
/li

li
a 
href=http://localhost:/claykirkland/bio/;shop/a
ul
lia 
href=#checkout/a/li
lia href=#menu 
item/a/li
/ul
/li

/ul

/div

In the css I show that the images at...

http://localhost:/claykirkland/superfish/images/

I'm building this using MAMP and Wordpress on my computer. I don't get
it. Everything else works great.

Help!


[jQuery] Re: Superfish - Arrows don't display on dropdown

2010-01-17 Thread initialsbr
Also, it appears that the menu works fine on the home page but not on
any of the individual pages. Any suggestions there?

On Jan 17, 7:57 pm, initialsbr luke.kirkl...@gmail.com wrote:
 I'm really excited to use this bu the arrows aren't displaying on my
 menu. Here's the code I've got in the head...

 link rel=stylesheet type=text/css media=screen href=superfish/
 css/superfish.css /

 script type=text/javascript src=superfish/hoverIntent.js/
 script
 script type=text/javascript src=superfish/superfish.js/script
 script type=text/javascript src=superfish/supersubs.js/script

 script type=text/javascript

     $(document).ready(function(){
         $(ul.sf-menu).supersubs({
             minWidth:    12,
             maxWidth:    27,
             extraWidth:  1,
                         autoArrows:  true,

         }).superfish();

     });

 /script

 Here's what I've got in the body...

 div id=menu

                         ul class=sf-menu

                                 li class=current
                                         a 
 href=http://localhost:/claykirkland/;home/a
                                 /li

                                 li
                                         a 
 href=http://localhost:/claykirkland/bio/;bio/a
                                         ul
                                                 lia 
 href=#musical/a/li
                                                 lia 
 href=#personal/a/li
                                         /ul
                                 /li

                                 li class=current
                                         a 
 href=http://localhost:/claykirkland/events/;events/a
                                 /li

                                 li class=current
                                         a 
 href=http://localhost:/claykirkland/music/;music/a
                                 /li

                                 li class=current
                                         a 
 href=http://localhost:/claykirkland/photos/;photos/a
                                 /li

                                 li
                                         a 
 href=http://localhost:/claykirkland/bio/;shop/a
                                         ul
                                                 lia 
 href=#checkout/a/li
                                                 lia href=#menu 
 item/a/li
                                         /ul
                                 /li

                         /ul

                 /div

 In the css I show that the images at...

 http://localhost:/claykirkland/superfish/images/

 I'm building this using MAMP and Wordpress on my computer. I don't get
 it. Everything else works great.

 Help!