Conversation
supportHi 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 .
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
hi @mmcalister Any chance that you remove this jsconst i=300,l=2 hardcoded by default ? thanks a lot for your great plugin !
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
hi @mmcalister Any chance that you remove this jsconst i=300,l=2 hardcoded by default ? thanks a lot for your great plugin !