From: Laury GvR Date: Tue, 29 Mar 2016 18:29:00 +0000 (-0400) Subject: Adding video tab, removing copyright disclaimer X-Git-Tag: v1.0.0^2~63 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=25ef0700b4dc47d623a9ebc4fb8e5d8f6c61047c;p=WP-Themes%2Fjollylama.git Adding video tab, removing copyright disclaimer --- 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