changing off canvas menus to individual menus
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 7 Dec 2015 15:32:48 +0000 (10:32 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 7 Dec 2015 15:32:48 +0000 (10:32 -0500)
lib/menu-walker.php
parts/off-canvas_bay-view.php

index cd44aba..9b348be 100644 (file)
@@ -95,6 +95,8 @@ if ( ! function_exists( 'bay_mobile_off_canvas' ) ) {
 }
 if ( ! function_exists( 'art_mobile_off_canvas' ) ) {
   function art_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -109,10 +111,13 @@ if ( ! function_exists( 'art_mobile_off_canvas' ) ) {
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'river_mobile_off_canvas' ) ) {
   function river_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -127,10 +132,13 @@ if ( ! function_exists( 'river_mobile_off_canvas' ) ) {
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'bridge_mobile_off_canvas' ) ) {
   function bridge_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -145,10 +153,13 @@ if ( ! function_exists( 'bridge_mobile_off_canvas' ) ) {
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'perry_mobile_off_canvas' ) ) {
   function perry_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -163,10 +174,13 @@ if ( ! function_exists( 'perry_mobile_off_canvas' ) ) {
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'pier_mobile_off_canvas' ) ) {
   function pier_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -181,10 +195,13 @@ if ( ! function_exists( 'pier_mobile_off_canvas' ) ) {
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'boat_mobile_off_canvas' ) ) {
   function boat_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -199,10 +216,13 @@ if ( ! function_exists( 'boat_mobile_off_canvas' ) ) {
           'fallback_cb' => false,                         // fallback function (see below)
           'walker' => new Feature_Offcanvas_Walker()
       ));
+      echo '</ul>';
   }
 }
 if ( ! function_exists( 'vacation_mobile_off_canvas' ) ) {
   function vacation_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -221,6 +241,8 @@ if ( ! function_exists( 'vacation_mobile_off_canvas' ) ) {
 }
 if ( ! function_exists( 'weathervane_mobile_off_canvas' ) ) {
   function weathervane_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -239,6 +261,8 @@ if ( ! function_exists( 'weathervane_mobile_off_canvas' ) ) {
 }
 if ( ! function_exists( 'about_mobile_off_canvas' ) ) {
   function about_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
@@ -257,6 +281,8 @@ if ( ! function_exists( 'about_mobile_off_canvas' ) ) {
 }
 if ( ! function_exists( 'property_mobile_off_canvas' ) ) {
   function property_mobile_off_canvas() {
+      echo '<ul class="left-off-canvas-list">';
+      echo '<li class="page_item"><a href="' . get_bloginfo('url') . '">Stafford\'s Home</a></li>';
       wp_nav_menu(array(
           'container' => false,                           // remove nav container
           'container_class' => '',                        // class of container
index b7429eb..fe3e3ae 100644 (file)
@@ -1,5 +1,5 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
-    <?php feature_mobile_off_canvas(); ?>
+    <?php bay_mobile_off_canvas(); ?>
     <?php get_template_part('parts/search');?>
     <ul class="offcavas-social-list">
         <li><a class="share" target="_blank" href="#"></a></li>