After following instructions to put a Menu in the footer bar, everything works. Essentially, it’s the Primary Menu pulled from inwiside Widgets > Footer Bar. Is there a way to collapse this menu into the hamburger when on mobile? Doesn’t seem to behave responsively as the regular Primary Menu.
Also, is there a way to hook code into this footer menu inside fucntions.php like the regular menu using this:
Currently using this:
add_action( ‘generate_menu_bar_items’, function() {
?>
<span class=”menu-bar-item”>
Icon here
</span>
<?php
} );