<?php if(!isset($_COOKIE['view']) || $_COOKIE['view'] == "grid"){ ?>
-<?php //get_template_part('parts/sidebar-l'); ?>
+<?php get_template_part('parts/sidebar-l'); ?>
<div id="gridView" class="row">
<?php
$cat_id = $_REQUEST[MICHSCI_CATEGORY_NAME];
print $shortcode_output;
}?>
<div class="gallery ">
- <?php echo '<h1><a href="#glm_gallery"> Product Gallery </a></h1>'; ?>
+ <?php echo '<h4><a href="#glm_gallery"> Product Gallery </a></h4>'; ?>
<div id="tags">
- <?php echo "<h3 id='tagsTitle'> Related Products </h3><br>";
+ <?php echo "<h4 id='tagsTitle'> Related Products </h4><br>";
$args = array(
"hide_empty"=>false
);