off canvas added to top bar partials
authorIan Weller <ian@gaslightmedia.com>
Mon, 26 Oct 2015 18:28:28 +0000 (14:28 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 26 Oct 2015 18:28:28 +0000 (14:28 -0400)
parts/top-bar_drawbridge.php
parts/top-bar_main.php
parts/top-bar_perry.php
parts/top-bar_pier.php
parts/top-bar_vacation.php
parts/top-bar_weathervane.php
sidebar.php

index 8397d5b..6f8cc9c 100644 (file)
@@ -15,4 +15,5 @@
             <a class="right-off-canvas-toggle menu-icon" href="#"><span></span></a>
         </section>
     </nav>
-</div>
\ No newline at end of file
+</div>
+<?php get_template_part('parts/off-canvas_drawbridge');?>
\ No newline at end of file
index 15a0798..d839f8f 100644 (file)
@@ -15,4 +15,5 @@
             <a class="right-off-canvas-toggle menu-icon" href="#"><span></span></a>
         </section>
     </nav>
-</div>
\ No newline at end of file
+</div>
+<?php get_template_part('parts/off-canvas_main');?>
\ No newline at end of file
index cf7e518..0dd145a 100644 (file)
@@ -15,4 +15,5 @@
             <a class="right-off-canvas-toggle menu-icon" href="#"><span></span></a>
         </section>
     </nav>
-</div>
\ No newline at end of file
+</div>
+<?php get_template_part('parts/off-canvas_perry');?>
\ No newline at end of file
index 6aa1a22..904c434 100644 (file)
@@ -15,4 +15,5 @@
             <a class="right-off-canvas-toggle menu-icon" href="#"><span></span></a>
         </section>
     </nav>
-</div>
\ No newline at end of file
+</div>
+<?php get_template_part('parts/off-canvas_pointer-boat');?>
\ No newline at end of file
index 072297f..84b2392 100644 (file)
@@ -15,4 +15,5 @@
             <a class="right-off-canvas-toggle menu-icon" href="#"><span></span></a>
         </section>
     </nav>
-</div>
\ No newline at end of file
+</div>
+<?php get_template_part('parts/off-canvas_vacation');?>
\ No newline at end of file
index a6f5b49..2aec7d7 100644 (file)
@@ -15,4 +15,5 @@
             <a class="right-off-canvas-toggle menu-icon" href="#"><span></span></a>
         </section>
     </nav>
-</div>
\ No newline at end of file
+</div>
+<?php get_template_part('parts/off-canvas_weathervane');?>
\ No newline at end of file
index 83d2421..7f9af88 100644 (file)
@@ -1,5 +1,3 @@
-                        <div id="side-nav" class="large-3 columns show-for-large-up" data-equalizer-watch>
-                            <div class="row collapse">
-                                <?php glm_side_menu(); ?>
-                            </div>
+                        <div class="row collapse">
+                            <?php glm_side_menu(); ?>
                         </div>
\ No newline at end of file