Drop down won’t drop down.

Forums Forums Menus Drop down won’t drop down.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #707
    tymckz
    Member

    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
    Ty

    oh, 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

    #5734

    Something 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.

    #5735
    tymckz
    Member

    Thank you Ryan!!

    I’ll get busy on this.

    Thanks so much for your time.
    xx
    Ty

    #5736
    tymckz
    Member

    Yer my Hero Ryan

    Thank you again for your help.
    xxTy

    #5737

    Glad to be of help <img decoding=” title=”Smiley” />

    #5738
    n10s
    Member

    Thanks, 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;
        }

    #5739

    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).

    #5740
    n10s
    Member
    &quot;Ryan&quot; 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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.