Changed sources to https. Removed sharethis.
authorLaury GvR <laury@gaslightmedia.com>
Thu, 14 Jun 2018 19:57:56 +0000 (15:57 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 14 Jun 2018 19:57:56 +0000 (15:57 -0400)
footer.php
functions.php
js/app.js
js/custom/pageSetup.js
single.php
style.css

index c7903c5..09f0639 100644 (file)
@@ -20,8 +20,5 @@
         </div><!--End of inner-wrap-->
       </div><!--End of off-canvas-->
   <?php wp_footer();?>
-<script charset="utf-8" type="text/javascript">var switchTo5x=true;</script>
-<script charset="utf-8" type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
-<script charset="utf-8" type="text/javascript">stLight.options({"publisher":"wp.c3d3647e-de70-4780-b71d-6b739fad685a"});var st_type="wordpress4.3.1";</script>
   </body>
 </html>
index d0ab5e8..f3af417 100644 (file)
@@ -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 '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>';   
-}
-add_action( 'woocommerce_single_product_summary', 'shareThis', 20);
+//function shareThis(){
+//    echo '<span class="st_sharethis" st_title="'. get_the_title().'" st_url="'. get_the_permalink() .'"></span>';   
+//}
+//add_action( 'woocommerce_single_product_summary', 'shareThis', 20);
 
 add_theme_support('post-thumbnails');
 set_post_thumbnail_size(120, 100, true);
index 739fcfa..4fbb5cb 100644 (file)
--- 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 () {
index 03ea78f..d5c71bd 100644 (file)
@@ -87,7 +87,7 @@ $(document).ready(function () {
         }
     });
     
-    $(".st_sharethis").insertAfter(".images");
+//    $(".st_sharethis").insertAfter(".images");
 
     $(".tag_image").each( function () {
        $(this).on("click", function () {
index ef8d645..10b3ee2 100644 (file)
                                     <?php } ?>
                                     <?php endif; ?>
                                     <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
-                                    <div id="addthis_wrapper">
-                                    <!-- AddThis Button BEGIN -->
-                                    <div class="addthis_toolbox addthis_default_style ">
-                                        <a class="addthis_counter addthis_pill_style"></a>
-                                    </div>
-                                    <script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>
-                                    <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5135fe4558d287a9"></script>
-                                    <!--                                        <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js"></script>-->
-                                    <!-- AddThis Button END -->
-                                    </div><!--/#addthis_wrapper-->
                                 </header>
                                 <?php echo the_content(); ?>
                                 <?php if (!is_post_type("ai1ec_event")) { ?>
index 8f18cab..a69f41c 100644 (file)
--- 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
 */