adjusted font size for related files re added sidebar part
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 19:37:15 +0000 (14:37 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 13 Jan 2016 19:37:15 +0000 (14:37 -0500)
views/list_products.php
views/product_detail.php

index c8823b2..ee76f00 100644 (file)
@@ -1,5 +1,5 @@
 <?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];
index 3c3cecd..82e7b92 100644 (file)
@@ -37,9 +37,9 @@ $relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
                 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
             );