Update for ssl
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Jan 2018 21:17:02 +0000 (16:17 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 29 Jan 2018 21:17:02 +0000 (16:17 -0500)
make site work in https

footer.php
header.php
style.css

index 1324d22..7a4fefb 100755 (executable)
@@ -1,16 +1,16 @@
 
                     </div>
                 </div>
-                
+
                 <div class="row">
                     <div id="gas" class="small-12 text-center columns sub-foot">
                         <p>&copy; <?php echo date('Y');?> Emmet County, Michigan &#8226; All Rights Reserved</p>
                         <p>Produced by <a href="http://www.gaslightmedia.com" target="_blank">Gaslight Media</a></p>
                     </div>
                 </div>
-                                    
+
                      <footer>
-                        
+
                         <div id="connect" class="row show-for-large-up">
                             <div id="emmet" class="small-12 columns text-center">
                                 <a><img src="<?php echo get_template_directory_uri(); ?>/assets/more_emmet.png"></a>
     </body>
     <?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.4.1";</script>
     <script>
         jQuery(document).ready(function(){
             jQuery(".top-bar > section > ul > li > a").attr('href','#');
             jQuery(".left-off-canvas-menu > ul.off-canvas-list > div > ul > li > a:first-child").attr('href','#');
                 $('.ai1ec-event-description').each(function() {
-                    if ($(this).length > 0) { // it exists }  
-                    var str = "Curbside Recycling";    
+                    if ($(this).length > 0) { // it exists }
+                    var str = "Curbside Recycling";
                     var newhtml = $(this).html().replace(str, '<br><b>' + str + '</b>');
                     $(this).html(newhtml);
                     var str = "Drop-off Center";
index d6f6799..1627b66 100755 (executable)
@@ -8,8 +8,8 @@
         <?php wp_head();?>
         <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/app.css?v=1.1.16" />
         <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/favicon.ico">
-        <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
-        <link href='http://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
+        <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
+        <link href='//fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
     </head>
     <body>
         <div class="off-canvas-wrap" data-offcanvas>
@@ -55,7 +55,7 @@
                                             </form>
                                               <form id="rCmaterial" class="rCw">
                                                   <div class="widget-title">
-                                               
+
                                                   </div>
                                                    <div class="row">
                                                       <div class="input-wrapper">
index 3526087..6940ea6 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Emmet County Recycling
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Emmet County's Recycling Center.
-Version: 1.1.19
+Version: 1.1.20
 */