Updating off canvas menu
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 18 Oct 2016 18:50:37 +0000 (14:50 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 18 Oct 2016 18:50:37 +0000 (14:50 -0400)
Visit our towns needs to be above other menu.

sections/off-canvas.php

index 380d391..f0032a2 100644 (file)
@@ -5,20 +5,20 @@
     </div>
 </div>
 <div class="off-canvas position-left" id="offCanvasLeft" data-off-canvas>
-    <?php glm_theme_mobile_off_canvas(); ?>
     <?php glm_page_menu(0, 'vertical dropdown menu',186); ?>
+    <?php glm_theme_mobile_off_canvas(); ?>
     <ul class="menu vertical">
-<?php 
+<?php
    if ( ( $locations = get_nav_menu_locations() ) && isset( $locations[ 'footer'] )) {
         $menu = wp_get_nav_menu_object( $locations[ 'footer' ] );
         $menu_items = wp_get_nav_menu_items($menu->term_id);
-    } 
+    }
     foreach ( $menu_items as $menu_item ) {
         $page_ids[] = get_post_meta( $menu_item->ID, '_menu_item_object_id', true );
     }
     glm_page_menu(0, 'vertical dropdown menu',$page_ids);
 ?>
-        
+
     </ul>
     <?php get_template_part('parts/search-form');?>
     <?php if (function_exists('glm_get_clientinfo_option')) :?>
@@ -57,4 +57,4 @@
         <?php endif;?>
     </ul>
     <?php endif;?>
-</div>
\ No newline at end of file
+</div>