Removing the uber-menu from the off-canvas.
authorLaury GvR <laury@gaslightmedia.com>
Fri, 16 Oct 2015 16:04:53 +0000 (12:04 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 16 Oct 2015 16:04:53 +0000 (12:04 -0400)
functions.php

index cd6b562..9a1057b 100644 (file)
@@ -118,7 +118,7 @@ function glm_offcanvas_menu()
 {
     echo '<div class="left-off-canvas-list"><ul class="home-off"><li class="page_item"><a href="'.home_url('/').'">Home</a></li></ul>';
     wp_nav_menu(array(
-        'theme_location'  => 'top-bar',
+        'theme_location'  => '',
         'container'       => '',
         'container_class' => '',
         'menu'            => '',