Multi-Level Menu Freezes and shows all available links

Forums Forums Menus Multi-Level Menu Freezes and shows all available links

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #871
    makingtrails
    Member

    Hi,

    Great Plugin! but I am having a problem with the display after a certain amount of time browsing my website.

    The menu is now stuck displaying all categorys and pages and even if I clear my internet cache and history this still displays. I have also disabled and renabled the plugin but this issue still occurs. Screenshot is attached.

    My site is still under development so it is currently not live

    This is my css

    #suckerfishnav {
    background:#666666
    font-size:18px;
    font-family:verdana,sans-serif;
            font-weight:normal;
            width:100%;
        }
    #suckerfishnav, #suckerfishnav ul {
        float:left;
        list-style:none;
        line-height:18px;
        padding:0;
        border:0px solid #aaa;
        margin:0;
        width:100%;
        z-index:1000;
        }
    #suckerfishnav a {
        display:block;
        color:#666666;
        text-decoration:none;
        padding:0px 10px;
        }
    #suckerfishnav li {
        float:left;
        padding:0;
        }
    #suckerfishnav ul {
        position:absolute;
        left:-999en;
        height:auto;
        width: 101px;
        font-weight:normal;
        margin:0;
        line-height:1;
        border:0;
        border-top:1px solid #000000;
        }
    #suckerfishnav li li {
        width:99px;
        border-bottom:1px solid #666666;
        border-left:1px solid #666666;
        border-right:0px solid #666666;
        font-weight:normal;
        font-family:verdana,sans-serif;
        }
    #suckerfishnav li li a {
        padding:4px 10px;
        width:80px;
        font-size:12px;
        color:#990000;
        }
    #suckerfishnav li ul ul {
        margin:-21px 0 0 100px;
        }
    #suckerfishnav li li:hover {
        background:#transparent;
        }
    #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:#ffffff;
        }
    #suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
        color:#ffffff;
        }
    #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:#ffffff;
        }
    #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:transparent;
        }
    #suckerfishnav li:hover, #suckerfishnav li.sfhover {
        background:#transparent;
        }

    #6437
    makingtrails
    Member

    I have noticed I have recently updated another plugin (Events Calendar) which has an option to add jQuery Extrem Protection. I have disabled this and solved this issue.

    However when my site initially loads it does still briefly load all links in the Multi-Level Menu. Is there a way I can this from displaying?

    Thanks

    #6438

    I can’t help without a link to the page sorry. I’m not sure what sort of problem you are experiencing, I’d need to see the code to figure it out.

    #6439
    makingtrails
    Member

    I believe it’s an issue with my current css as I am using transparency.

    URL is: http://www.makingtrails.com

    #6440

    You have a paragraph inside an unordered list, which is invalid code.

    Removing the following tags and their corresponding closing tags might fix your problem:
    [code:24mnv9py]<ul><p align="left"> [/code:24mnv9py]

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