Update for https
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 6 Jul 2017 12:31:19 +0000 (08:31 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 6 Jul 2017 12:31:19 +0000 (08:31 -0400)
Need to have the cam image called with https

footer.php
style.css

index bf240f2..2bc169e 100644 (file)
                                     <?php get_template_part('parts/blog-feed-front');?>
                                 </div>
                                 <div id="webcam" class="small-12 medium-4 columns right">
-                                    <div class="row medium-uncollapse large-collapse"><div class="small-12 columns"><a target="_blank" href="http://www.petoskey.com/"><img src="http://cams.gaslightmedia.com/cameras/images/GLM-Basin-Small.jpg"></a></div></div>
+                                    <div class="row medium-uncollapse large-collapse"><div class="small-12 columns"><a target="_blank" href="http://www.petoskey.com/"><img src="https://cams.gaslightmedia.com/cameras/images/GLM-Basin-Small.jpg"></a></div></div>
                                     <div class="row medium-uncollapse large-collapse"><div class="small-12 columns"><p style="color: white;">Petoskey Harbor and Little Traverse Bay</p></div></div>
                                 </div>
                             </div>
                         </footer>
-                    
-                
+
+
                 <div id="copyright" class="small-12 text-center row columns">
                     <span>Copyright &copy; <?php echo date('Y');?> </span>
-                    
+
                     <span> All Rights Reserved.</span>
-                    
+
                     <span> Produced by Gaslight Media</span>
                 </div>
             </div><!--/#page-wrapper-->
@@ -40,7 +40,7 @@
     $(document).foundation();
     $(document).ready(function () {
         'use strict';
+
         $("#metaslider_14").nivoSlider({
             pauseOnHover:true,
             effect: 'slideInLeft',
@@ -55,7 +55,7 @@
            afterChange: function () {
                $("#metaslider_14 .nivo-caption").removeClass("close");
                $("#metaslider_14 .nivo-caption").addClass("open");
-           } 
+           }
         });
 
     });
index 7f57b6f..6fb4e81 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: GaslightMedia2016
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for GaslightMedia
-Version: 1.0.10
+Version: 1.0.11
 */