making more adjustments at the last second
authorIan Weller <ian@gaslightmedia.com>
Wed, 17 Aug 2016 18:46:56 +0000 (14:46 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 17 Aug 2016 18:46:56 +0000 (14:46 -0400)
assets/social-icons.png
css/app.css
footer.php
functions.php

index 721a90c..0c2db53 100644 (file)
Binary files a/assets/social-icons.png and b/assets/social-icons.png differ
index da9e892..80134b0 100644 (file)
@@ -6521,7 +6521,7 @@ header {
   main.page-front {
     padding-bottom: 0; } }
 main.page-front #main-content {
-  padding: 70px 15px 50px; }
+  padding: 51px 15px 50px; }
   @media only screen and (max-width: 40em) {
     main.page-front #main-content {
       padding-top: 5px; } }
index 795f59e..0cc9739 100644 (file)
@@ -13,7 +13,7 @@
                                             <div class="small-10 small-centered text-left medium-uncentered medium-6 columns">
                                                 <h1>Get FREE Travel Guides</h1>
                                                 <p>Put the Petoskey Area at your fingertips</p>
-                                                <a href="<?php echo get_permalink(211);?>"><button>View Them All</button></a>
+                                                <a href="<?php echo get_permalink(204);?>"><button>View Them All</button></a>
                                             </div>
                                         </div>    
                                     </div>
index fffb3b0..c5c21d6 100644 (file)
@@ -186,7 +186,7 @@ function glm_get_header() {
             $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
             echo ' style="background-image: url('.$image_data[0].');height:100%;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px; "';
     } else {
-            echo ' style="background-image: url('.get_template_directory_uri().'/assets/slideshow-image-sample.jpg);height:100%;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px;"';
+            echo ' style="background:transparent;height:100%;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px;"';
             echo ' class="no-featured"';
     }
     echo '>';