From: Anthony Talarico Date: Fri, 10 Aug 2018 14:51:39 +0000 (-0400) Subject: adding quick links to the off canvas menu and removing from the page body X-Git-Tag: v1.0.0^2~77 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=23aee87b4d9150dcda7308c2e7f8b54a2c7b42fc;p=WP-Themes%2Fcharemisd.git adding quick links to the off canvas menu and removing from the page body --- diff --git a/lib/navigation.php b/lib/navigation.php index 1f225d8..bf0ff26 100644 --- a/lib/navigation.php +++ b/lib/navigation.php @@ -88,6 +88,7 @@ if ( ! function_exists( 'glm_theme_mobile_off_canvas' ) ) { echo glm_get_mobile_nav_menu( 'parents-menu' ); echo glm_get_mobile_nav_menu( 'professionals-menu' ); echo glm_get_mobile_nav_menu( 'latest-menu' ); + echo glm_get_mobile_nav_menu('alt-menu'); echo ''; } } diff --git a/parts/quick-links.php b/parts/quick-links.php index 87a2945..9058e92 100644 --- a/parts/quick-links.php +++ b/parts/quick-links.php @@ -1,4 +1,4 @@ -