Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 130709

Fix style-manager.class.php (mobile menu bug)

$
0
0

Replies: 0

Please replace line 785 from this:
wp_enqueue_script( 'megamenu', $js_path, array('jquery', 'hoverIntent'), MEGAMENU_VERSION, true );

to this:
wp_enqueue_script( 'megamenu', $js_path, array('jquery', 'hoverIntent') );

Thank you.

Kind regards.


Viewing all articles
Browse latest Browse all 130709

Trending Articles