changing the winter header image for interior pages with a summer image
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Apr 2018 18:52:35 +0000 (14:52 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 24 Apr 2018 18:52:35 +0000 (14:52 -0400)
swapping the winter header image with a winter header image

assets/summer-header.png [new file with mode: 0644]
functions.php
header.php
style.css

diff --git a/assets/summer-header.png b/assets/summer-header.png
new file mode 100644 (file)
index 0000000..51e2445
Binary files /dev/null and b/assets/summer-header.png differ
index c21aa5e..b74a9c8 100644 (file)
@@ -173,7 +173,7 @@ function glm_get_featured() {
         $imageUrl = '<div class="featured-container"><div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/Downtown.jpg\') no-repeat scroll 0px 0px / cover;;"></div></div>';
     }
     else {
-        $imageUrl = '<div class="featured-container"><div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/winter-playland-4.png\') no-repeat scroll 0px 0px / cover;;"></div></div>';
+        $imageUrl = '<div class="featured-container"><div class="featured-image" style="background: url(\''.get_template_directory_uri().'/assets/summer-header.png\') no-repeat scroll 0px 0px / cover;;"></div></div>';
     }
     return $imageUrl;
 }
index 6ab6e9a..bf8dc9e 100644 (file)
@@ -5,7 +5,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.1.27">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.30">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
index 4a24613..d3b176a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: SaultSteMarieCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for SaultSteMarieCVB
-Version: 1.1.29
+Version: 1.1.30
 */