<?php if(!isset($_COOKIE['catView']) || $_COOKIE['catView'] == "grid"){ ?>
<div id="categoriesGridView" class="row">
-
+<?php get_template_part('parts/sidebar-l'); ?>
<?php
if ( isset( $taxonomy_terms) && is_array( $taxonomy_terms ) ) :
foreach ( $taxonomy_terms as $term ) : ?>
echo category_description($cat_id);
$cat_children = get_term_children($cat_id, MICHSCI_CATEGORY_NAME);
?>
+ <?php get_template_part('parts/sidebar-l'); ?>
<?php if($_COOKIE['subcat'] == "subcat"){ ?>
<?php foreach($cat_children as $cats){
$term = get_term($cats, MICHSCI_CATEGORY_NAME); ?>
</div>
<div id="relatedFiles" class='small-12 medium-4 columns'>
- <h2> Related Files </h2>
+ <h3> Related Files </h3>
<?php
$key_value = get_post_custom_values('miproduct_related_products', $product->ID);
foreach($key_value as $key=>$value){
print $shortcode_output;
}?>
<div class="gallery ">
- <?php echo '<a href="#glm_gallery"> Product Gallery </a>'; ?>
+ <?php echo '<h1><a href="#glm_gallery"> Product Gallery </a></h1>'; ?>
<div id="tags">
- <?php echo "<h2 id='tagsTitle'> Related Products </h2><br>";
+ <?php echo "<h3 id='tagsTitle'> Related Products </h3><br>";
$args = array(
"hide_empty"=>false
);