From: Ian Weller Date: Tue, 19 Jul 2016 17:49:33 +0000 (-0400) Subject: doing some button work and featured default image X-Git-Tag: v1.0.0^2~296 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c458c8ca92cd8cb5a985ef092cbefc7b912a21a5;p=WP-Themes%2Fpetoskeyarea.git doing some button work and featured default image --- diff --git a/footer.php b/footer.php index 552b3be..d52692e 100644 --- a/footer.php +++ b/footer.php @@ -13,7 +13,7 @@

Get FREE Travel Guides

Put the Petoskey Area at your fingertips

- +
diff --git a/front-page.php b/front-page.php index bcd0e66..dffbd32 100644 --- a/front-page.php +++ b/front-page.php @@ -24,7 +24,7 @@

Upcoming Events

- +
diff --git a/functions.php b/functions.php index e56c988..c479479 100644 --- a/functions.php +++ b/functions.php @@ -77,9 +77,9 @@ function glm_get_header() { if (has_post_thumbnail()) { $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full"); - echo ' style="background-image: url('.$image_data[0].');height:0;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 300px; "'; + echo ' style="background-image: url('.$image_data[0].');height:460px;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/default-header.gif);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/slideshow-image-sample.jpg);height:460px;padding:0;padding-bottom:20%;background-position:center center;background-size: 100%;background-repeat:no-repeat;max-height: 460px;"'; echo ' class="no-featured"'; } echo '>';