changing sources to https
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Mar 2018 21:50:26 +0000 (16:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 7 Mar 2018 21:50:26 +0000 (16:50 -0500)
changing external sources to https

functions.php
header.php
style.css
test.php

index d6f7f2b..a42046e 100755 (executable)
@@ -171,7 +171,7 @@ function site_scripts()
     if(is_front_page()) {
         wp_enqueue_script(
             'glm_google_map_code',
-            'http://maps.google.com/maps/api/js?sensor=false',
+            'https://maps.google.com/maps/api/js?sensor=false',
             'jquery',
             '1',
             true
index 23b7234..2460b5b 100755 (executable)
@@ -4,9 +4,9 @@
         <meta charset="utf-8" />
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <title><?php wp_title(); ?></title>
-        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.9" />
+        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.10" />
         <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
-        <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
+        <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
         <?php wp_head();?>
     </head>
     <body>
                     <div class="small-12 medium-4 right columns show-for-large-up">
                         <div id="header_social" class="small-8 columns">
                             <div id="icons">
-                                <a href="http://www.facebook.com/sierrasandsfamilylodge" id="fb" target="_blank" title="Our Facebook Page"></a>
+                                <a href="https://www.facebook.com/sierrasandsfamilylodge" id="fb" target="_blank" title="Our Facebook Page"></a>
                                 <a href="https://twitter.com/sierra_sands" id="tw" target="_blank" title="Twitter"></a>
-                                <a href="http://www.youtube.com/user/SierraSandsLodge" id="yt" target="_blank" title="You Tube"></a>
-                                <a href="http://instagram.com/sierrasandsfamilylodge" id="ig" target="_blank" title="Instagram"></a>
+                                <a href="https://www.youtube.com/user/SierraSandsLodge" id="yt" target="_blank" title="You Tube"></a>
+                                <a href="https://instagram.com/sierrasandsfamilylodge" id="ig" target="_blank" title="Instagram"></a>
                             </div>
                             </div>
                             <div id="header_contact" class="small-4 right columns">
index 59f4722..e18f290 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Sierra Sands
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Sierra Sands.
-Version: 1.2.9
+Version: 1.2.10
 */
index ee05f6e..2659d34 100644 (file)
--- a/test.php
+++ b/test.php
@@ -6,7 +6,7 @@
         <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/foundation.css">
         <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/css/styles.css">
         <link href='//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='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>
         <script src="<?php bloginfo('template_url'); ?>/js/vendor/modernizr.js"></script>
         <script src="<?php bloginfo('template_url'); ?>/js/vendor/jquery.js"></script>
     </head>