Moving schedules above the top nav in the off-canvas
authorLaury GvR <laury@gaslightmedia.com>
Fri, 24 Mar 2017 13:32:10 +0000 (09:32 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 24 Mar 2017 13:32:10 +0000 (09:32 -0400)
parts/off-canvas-menu.php

index 2a41699..2c881fa 100644 (file)
@@ -1,7 +1,8 @@
 <aside class="left-off-canvas-menu hide-for-large-up opensearchserver.ignore">
-    <?php glm_theme_mobile_off_canvas(); ?>
+    
     <h4 class="oc-schedules-header">Schedules</h4>
     <?php echo do_shortcode('[glm-members-api-schedule off_canvas="True"]'); ?>
+    <?php glm_theme_mobile_off_canvas(); ?>
 <!--    <?php get_template_part('parts/search');?>-->