• DeepBlue

    (@deepblue5)


    Hi

    First thanks a lot for your amazing plugin

    no wonder why WordPress will soon include it in the core, you have designed the best experience ever πŸ™‚

    I noticed there is a small delay when open on hover, how can i remove this delay and have mega menus open instantly ?

    thanks πŸ™‚

    • This topic was modified 2 months ago by DeepBlue.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DeepBlue

    (@deepblue5)

    For those looking for a solution :

    Add this CSS :

    .wp-block-ollie-mega-menu__menu-container,
    .wp-block-ollie-mega-menu__toggle[aria-expanded="true"] ~ .wp-block-ollie-mega-menu__menu-container {
    transition: none !important;
    }

    Next in plugin file

    /wp-content/plugins/ollie-menu-designer/build/blocks/mega-menu/view.js

    replace

    jsconst i=300,l=2

    by

    jsconst i=0,l=0

    then refresh your browser by Ctrl + Shift + R

    it will work

    Thread Starter DeepBlue

    (@deepblue5)

    hi @mmcalister

    Any chance that you remove this jsconst i=300,l=2 hardcoded by default ?

    thanks a lot for your great plugin !

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.