please help with my menu. It is not showing the drop down part when I move over it with the mouse.
https://innominateart.de
]]>I’ve seen a lot of posts that say the menu button doesn’t work and they all recommend deactivating plugins one by one. I’ve done this several times (just in case I did it wrong) and the drop down menu still doesn’t work.
I use the ‘Vogue’ theme and the website is www.tophilltripping.com
Can someone please help me? Thanks
]]>Thanks,
Mike
the header file code is:
<?php
wp_nav_menu( array(
‘menu’ => ‘primary’,
‘theme_location’ => ‘primary’,
‘depth’ => 2,
‘container’ => ‘div’,
‘container_class’ => ‘collapse navbar-collapse navbar-ex1-collapse’,
‘menu_class’ => ‘nav navbar-nav’,
‘fallback_cb’ => ‘wp_bootstrap_navwalker::fallback’,
‘walker’ => new wp_bootstrap_navwalker())
);
?>
and I’ve added this to the functions doc:
// Register Custom Navigation Walker
add_action( ‘init’, ‘register_my_menu’ );
require_once(‘wp_bootstrap_navwalker.php’);
conecting to wp_bootstrap_navwalker.php
any help or advice greatly appreciated – I’ve been trying to fiz this issue for 3 hours site link here: https://creative-media.info/WarringtonBonsai/
cheers
paul
Any help would be greatly appreciated! I don’t know a ton about code, but I’m kind of on my own to fix this. I can follow directions well, though!
]]>Check out thomvernon.com
Help. I’m in the middle of launching projects and need the drop down menus available. Thank you!!!
]]>