projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef4413e
)
added all content to one row to separate by column
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 29 Dec 2015 20:54:55 +0000
(15:54 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 29 Dec 2015 20:54:55 +0000
(15:54 -0500)
views/product_detail.php
patch
|
blob
|
history
diff --git
a/views/product_detail.php
b/views/product_detail.php
index
7d59f05
..
9377c2e
100644
(file)
--- a/
views/product_detail.php
+++ b/
views/product_detail.php
@@
-15,7
+15,7
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
<h2><?php echo $product->post_title; ?></h2>
-
<div class="row">
+<div class="row">
<div class="productImage small-12 medium-4 columns">
<?php echo get_the_post_thumbnail($product->ID, 'large'); ?>
</div>
@@
-24,8
+24,8
@@
$relatives = wp_get_post_terms($product->ID, 'michsci_category', $args);
<h3>Related Files</h3>
<?php echo do_shortcode('[wpfilebase tag=list /]'); ?>
</div>
-</div>
- <div class="row">
+
+
<!-- <div class="productFeature small-12 columns">
<h2> Features </h2>
<?php