changing default interior image
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Jun 2018 16:37:35 +0000 (12:37 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Jun 2018 16:37:35 +0000 (12:37 -0400)
changing the default interior image

assets/default-sunset.jpg [new file with mode: 0644]
functions.php
parts/header-meta.php
style.css

diff --git a/assets/default-sunset.jpg b/assets/default-sunset.jpg
new file mode 100644 (file)
index 0000000..0350264
Binary files /dev/null and b/assets/default-sunset.jpg differ
index cbc44c7..4c91a36 100644 (file)
@@ -122,7 +122,7 @@ function glm_get_header() {
             echo ' style="background-image: url('.$image_data[0].');height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px; "';
                 echo ' class="featured-image no-featured"';
         } else {
-                echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-header-winter.jpg);height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;"';
+                echo ' style="background-image: url('.get_template_directory_uri().'/assets/default-sunset.jpg);height:0;padding:0;padding-bottom:30%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px;"';
                 echo ' class="featured-image no-featured"';
         }
         echo '>';
index b355092..182fe1b 100644 (file)
@@ -2,7 +2,7 @@
     <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.0.9">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.11">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url')?>/favicon.ico">
     <?php wp_head(); ?>
index bc32c79..4788143 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: keweenaw2017
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for keweenaw
-Version: 1.0.10
+Version: 1.0.11
 */