Changing sharethis to use the secure link
authorLaury GvR <laury@gaslightmedia.com>
Tue, 28 Feb 2017 20:00:11 +0000 (15:00 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 28 Feb 2017 20:00:11 +0000 (15:00 -0500)
comments.php
index.php
parts/shop-sidebar.php
sections/off-canvas.php

index 353cd14..c4d2444 100644 (file)
@@ -19,7 +19,7 @@ function twentyfifteen_comment_nav() {
     // Are there comments to navigate through?
     if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) :
 ?>
-<nav class="navigation comment-navigation" role="navigation">
+<nav class="navigation comment-navigation opensearchserver.ignore" role="navigation">
     <h2 class="screen-reader-text"><?php _e( 'Comment navigation', 'twentyfifteen' ); ?></h2>
     <div class="nav-links">
         <?php
@@ -47,7 +47,7 @@ if ( post_password_required() ) {
 }
 ?>
 
-<div id="comments" class="comments-area">
+<div id="comments" class="comments-area opensearchserver.ignore">
 
     <?php if ( have_comments() ) : ?>
     <h2 class="comments-title">
index 79baf56..6fd19fb 100644 (file)
--- a/index.php
+++ b/index.php
@@ -36,7 +36,7 @@
         </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" src="https://ws.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>
\ No newline at end of file
index 9cd0fb5..61fc9e6 100644 (file)
@@ -1,7 +1,7 @@
 <?php 
     global $woocommerce;
 ?> 
-<div class="shop-sidebar">
+<div class="shop-sidebar opensearchserver.ignore">
     <div class="page_item page_item_has_children">
         <a href="<?php echo get_permalink( woocommerce_get_page_id( 'shop' ) ); ?>">
             Categories
@@ -32,7 +32,7 @@
     </div>
     <?php } ?>
 </div>
-<div id="side-items" class="show-for-medium-up">
+<div id="side-items" class="show-for-medium-up opensearchserver.ignore">
     <?php if (function_exists( 'glm_get_simplemessageboard_option' ) ) {?>
         <?php if ( glm_get_simplemessageboard_option( 'active' ) ) { ?>
             <div class="blackboard">
index ea1fbe1..e50ab3e 100644 (file)
@@ -1,4 +1,4 @@
-                    <nav class="tab-bar show-for-medium-down">
+                    <nav class="tab-bar show-for-medium-down opensearchserver.ignore">
                         <section class="left-small">
                             <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
                         </section>