I added the secondary nav to off canvas
authorIan Weller <ian@gaslightmedia.com>
Tue, 24 Jan 2017 16:08:19 +0000 (11:08 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 24 Jan 2017 16:08:19 +0000 (11:08 -0500)
I forgot to add the secondary navigation to the off canvas menu.  It's
there now.

parts/off-canvas-menu.php

index 06170ae..358fa66 100644 (file)
@@ -1,5 +1,9 @@
 <aside class="left-off-canvas-menu hide-for-large-up">
     <?php glm_offcanvas_menu(); ?>
     <?php get_template_part('parts/search');?>
+    <ul>
+        <li><a href="">Property Search</a></li>
+        <li><a href="">Contact Us</a></li>
+    </ul>
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>