From d3f0aa245235b186adbefd92a7bda352eadff23f Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 14 Jun 2018 15:57:56 -0400 Subject: [PATCH] Changed sources to https. Removed sharethis. --- footer.php | 3 --- functions.php | 8 ++++---- js/app.js | 2 +- js/custom/pageSetup.js | 2 +- single.php | 10 ---------- style.css | 2 +- 6 files changed, 7 insertions(+), 20 deletions(-) diff --git a/footer.php b/footer.php index c7903c5..09f0639 100644 --- a/footer.php +++ b/footer.php @@ -20,8 +20,5 @@ - - - diff --git a/functions.php b/functions.php index d0ab5e8..f3af417 100644 --- a/functions.php +++ b/functions.php @@ -175,10 +175,10 @@ remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_r add_action('woocommerce_after_shop_loop_item_title','woocommerce_template_single_excerpt', 5); -function shareThis(){ - echo ''; -} -add_action( 'woocommerce_single_product_summary', 'shareThis', 20); +//function shareThis(){ +// echo ''; +//} +//add_action( 'woocommerce_single_product_summary', 'shareThis', 20); add_theme_support('post-thumbnails'); set_post_thumbnail_size(120, 100, true); diff --git a/js/app.js b/js/app.js index 739fcfa..4fbb5cb 100644 --- a/js/app.js +++ b/js/app.js @@ -96,7 +96,7 @@ $(document).ready(function () { } }); - $(".st_sharethis").insertAfter(".images"); +// $(".st_sharethis").insertAfter(".images"); $(".tag_image").each( function () { $(this).on("click", function () { diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 03ea78f..d5c71bd 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -87,7 +87,7 @@ $(document).ready(function () { } }); - $(".st_sharethis").insertAfter(".images"); +// $(".st_sharethis").insertAfter(".images"); $(".tag_image").each( function () { $(this).on("click", function () { diff --git a/single.php b/single.php index ef8d645..10b3ee2 100644 --- a/single.php +++ b/single.php @@ -20,16 +20,6 @@ Posted on -
- -
- -
- - - - -
diff --git a/style.css b/style.css index 8f18cab..a69f41c 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: PistonTech Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for PistonTech. -Version: 1.0.1 +Version: 1.0.3 */ -- 2.17.1