Topic Resolution: Resolved
    Imran
    Spectator
    Posts: 402
    February 2, 2016 at 9:28 pm #23991

    Hi Tiffany,

    Thanks for writing in!

    Upon loading my website, all of my dropdown menus expand, then disappear when the site is fully loaded

    Perhaps it’s a caching issue, I’d advise clearing your browser’s cache or testing on a different browser.

    Thank you!

    Tiffany Hendren
    Spectator
    Posts: 5
    February 2, 2016 at 9:34 pm #23993

    I’m running Developer Tools in Chrome with caching disabled (I cropped it out of the screenshot, sorry). I sent the link out to about six other people on various browsers and they all said the same thing.

    Imran
    Spectator
    Posts: 402
    February 3, 2016 at 9:54 am #24011

    Hi Tiffany,

    Upon checking, at the moment the problem doesn’t seem to be there anymore. However, because javascript takes up time to load and upon loading it makes the menu disappear with delay. Please add the following code under your Appearance -> Theme Options -> Custom Css:

    #nav ul li ul {
    display: none;
    }

    Hope this helps.

    Thank you!