forgot to add the off canvas support to use the appearance menu instead of the page menu
if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) {
function glm_theme_mobile_off_canvas() {
echo '<div class="left-off-canvas-list">';
- echo '<ul><li class="page_item"><a href="' . get_bloginfo('url') . '">HOME</a></li>';
+ echo '<ul><li class="page_item"><a href="' . get_bloginfo('url') . '">Home</a></li>';
echo glm_get_mobile_nav_menu( 'top-bar' );
echo '</ul></div>';
}
<aside class="left-off-canvas-menu hide-for-large-up">
- <?php glm_offcanvas_menu(); ?>
+ <?php glm_theme_mobile_off_canvas(); ?>
<form class="search text-center">
<input name="s" type="search" placeholder="Search">
<a class="magnifying-glass" href="#"></a>