WPIntell

Source evidence

Open on hover

Ollie Menu Designer 路 support 路 2026-03-27T20:51:00+00:00

complaintsentiment
mediumseverity
0.74relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 29 rows with source links

17.2% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

24 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
DeepBlue unresolved
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 . 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 !

Comments

2 shown
DeepBlue 2026-04-01T19:38:00+00:00

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

DeepBlue 2026-04-16T19:11:00+00:00

hi @mmcalister Any chance that you remove this jsconst i=300,l=2 hardcoded by default ? thanks a lot for your great plugin !