From 25ef0700b4dc47d623a9ebc4fb8e5d8f6c61047c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 29 Mar 2016 14:29:00 -0400 Subject: [PATCH] Adding video tab, removing copyright disclaimer --- css/app.css | 2 ++ js/app.js | 2 +- js/custom/pageSetup.js | 2 +- scss/plugins/_woocommerce.scss | 4 ++++ woocommerce.php | 18 ++++++++++++++++++ 5 files changed, 26 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index bbf7078..1b2961e 100644 --- a/css/app.css +++ b/css/app.css @@ -7067,6 +7067,8 @@ main { border-radius: 2px; } .woocommerce .main.woo-single-product #content .type-product .images #wpb_wiz_img_id { height: 180px; } + .woocommerce .main.woo-single-product #content .type-product .images .wp-post-image { + height: 180px; } .woocommerce .main.woo-single-product #content .type-product .summary.entry-summary { width: 60%; } .woocommerce .main.woo-single-product #content .thumbnails > a { diff --git a/js/app.js b/js/app.js index 1481ce2..9515fef 100644 --- a/js/app.js +++ b/js/app.js @@ -30,4 +30,4 @@ $(document).ready(function () { //console.log('ul = ' + menuImg); //console.log('menu-id = ' + menuNum); }); -}); +}); \ No newline at end of file diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 7b76e81..f13d991 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -21,4 +21,4 @@ $(document).ready(function () { //console.log('ul = ' + menuImg); //console.log('menu-id = ' + menuNum); }); -}); +}); \ No newline at end of file diff --git a/scss/plugins/_woocommerce.scss b/scss/plugins/_woocommerce.scss index 8a2d914..75f2853 100644 --- a/scss/plugins/_woocommerce.scss +++ b/scss/plugins/_woocommerce.scss @@ -765,6 +765,10 @@ #wpb_wiz_img_id { height: 180px; } + .wp-post-image { + height: 180px; + } + } .summary.entry-summary { width: 60%; diff --git a/woocommerce.php b/woocommerce.php index b568ca8..61467bc 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -135,7 +135,25 @@ +
+ +
\ No newline at end of file -- 2.17.1