- This topic has 7 replies, 3 voices, and was last updated 15 years, 8 months ago by n10s.
-
AuthorPosts
-
March 19, 2009 at 1:51 am #707tymckzMember
Hi Ryan
Thanks for the plugin.
I’ve followed all the directions and here’s what I get.
http://markgrowden.org/blog/I’m sure it must be simple as no one else seems to be having this
problem. I scoured the forum.Could you take a look. Thanks
Tyoh, i used the css from the generator, didn’t modify it.
i’m using firefox
and i followed the directions exactly. pasted the css in the
plugin location.thanks
March 19, 2009 at 4:56 am #5734imported_RyanMemberSomething is wrong with one of the plugin files, it is the file which serves the CSS to the browser hence your menu is just displaying as a plain unordered list with no styling … http://markgrowden.org/blog/wp-content/ … /style.php
First try reinstalling the plugin, if that fails, then try changing the file permissions as the error seems to be mentioning write access makes me wonder if it is a permission problem perhaps (I’m not sure what sort of problem it could be but it may be worth trying).
Failing that, just disable the plugins CSS file via the settings page and copy and paste your CSS into your themes CSS file. That should solve your problem.
March 19, 2009 at 5:02 am #5735tymckzMemberThank you Ryan!!
I’ll get busy on this.
Thanks so much for your time.
xx
TyMarch 19, 2009 at 5:41 am #5736tymckzMemberYer my Hero Ryan
Thank you again for your help.
xxTyMarch 26, 2009 at 6:49 am #5737imported_RyanMemberGlad to be of help ” title=”Smiley” />
March 29, 2009 at 3:54 pm #5738n10sMemberThanks, for plug-in. One week in and it’s time to call for help. This is what i’ve got: http://www.showerlife.com
the menu shows up, but the children don’t drop down. i don’t believe i’ve adjusted the CSS besides the color of the border. CSS is
#suckerfishnav {
background:#8f7200 url("../multi-level-navigation-plugin/images/suckerfish_blue.png") repeat-x;
font-size:13px;
font-family:helvetica,sans-serif;
font-weight:bold;
width:100%;
}
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:40px;
padding:0;
border:1px solid #aaa;
margin:0;
width:100%;
}
#suckerfishnav a {
display:block;
color:#dddddd;
text-decoration:none;
padding:0px 10px;
}
#suckerfishnav li {
float:left;
padding:0;
}
#suckerfishnav ul {
position:absolute;
left:-999em;
height:auto;
width:101px;
font-weight:normal;
margin:0;
line-height:1;
border:0;
border-top:1px solid #666666;
}
#suckerfishnav li li {
width:99px;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
font-weight:bold;
font-family:helvetica,sans-serif;
}
#suckerfishnav li li a {
padding:4px 10px;
width:80px;
font-size:10px;
color:#dddddd;
}
#suckerfishnav li ul ul {
margin:-19px 0 0 100px;
}
#suckerfishnav li li:hover {
background:#1F3E9F;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
color:#dddddd;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#dddddd;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
color:#dddddd;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
left:auto;
background:#000333;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#c7a416;
}April 1, 2009 at 5:53 am #5739imported_RyanMemberIt seems to be working fine for me. Perhaps this is a browser specific problem?
The <div id="nav" … tag is possibly causing you problems, plus your theme has placed a carriage return before the Doctype (which is not allowed).
April 1, 2009 at 6:01 am #5740n10sMember"Ryan" wrote:It seems to be working fine for me. Perhaps this is a browser specific problem?The <div id="nav" … tag is possibly causing you problems, plus your theme has placed a carriage return before the Doctype (which is not allowed).
Thanks Ryan,
i was able to ferret out some issues which has gotten it to the level you see. i apologize for not updating the progress sooner. it now works as it should, but only on the home page. Of course this appears to be an issue with the theme and not your plugin. I appreciate your analysis and hope that if you have time/inclination you might share any insight on how to repair that brokeness. Thanks, again.
-
AuthorPosts
- You must be logged in to reply to this topic.