update for classes needed for hiding images
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 29 Apr 2016 15:15:41 +0000 (11:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 29 Apr 2016 15:15:41 +0000 (11:15 -0400)
parts/off-canvas-menu.php

index 583bb31..eab986b 100644 (file)
     <?php get_template_part('parts/client-info-offcanvas');?>
 </aside>
 <aside class="right-off-canvas-menu">
-    <a href="<?php echo esc_url( get_permalink( woocommerce_get_page_id( 'shop' ) ) ); ?>">
-        <h1>Products</h1>
-    </a>
+    <div class="woocommerce">
+        <div class="shop-sidebar">
+        <a href="<?php echo esc_url( get_permalink( woocommerce_get_page_id( 'shop' ) ) ); ?>">
+            <h1>Products</h1>
+        </a>
+        </div>
+    </div>
     <?php echo do_shortcode('[product_categories number="" hierarchical="1" orderby="name" order="asc" columns="1" hide_empty="0" ids=""]'); ?>
     <?php glm_theme_mobile_off_canvas(); ?>
     <ul class="offcavas-social-list">