Viewing 1 replies (of 1 total)
  • Just ran into this issue myself… the easiest solution I found was to hide the sub-menu by default via css…

    ul.sub-menu {
    display: none;
    }

    … the jquery takes care of displaying it when you want it after that. Might not be the *best* solution, but it works!

Viewing 1 replies (of 1 total)
  • The topic ‘Submenu items display for second as page loads’ is closed to new replies.