.vcard {
display: inline-block;
margin: 0 0 1.25rem 0;
- border: 1px solid #DDDDDD;
+ border: 0 none #DDDDDD;
padding: 0.625rem 0.75rem; }
.vcard li {
margin: 0;
display: block; }
.vcard .fn {
font-weight: bold;
- font-size: 0.9375rem; }
+ font-size: 0.75rem; }
.vevent .summary {
font-weight: bold; }
margin: 0 2.5px; }
.sidebar ul li a {
height: 20px;
- width: 20px; }
+ width: 20px;
+ margin-bottom: 10px; }
.sidebar ul li a.facebook, .sidebar ul li a.tweet, .sidebar ul li a.pin, .sidebar ul li a.youtube {
height: 20px;
width: 20px;
background-position: -120px 0; }
.sidebar ul li a.youtube:hover {
background-position: -120px -30px; }
+.sidebar ul.vcard {
+ padding-left: 0px; }
+ .sidebar ul.vcard li {
+ display: block;
+ font-size: 0.75rem; }
+ .sidebar ul.vcard li.email {
+ display: block; }
+ .sidebar ul.vcard li.email a {
+ height: auto;
+ width: auto; }
+ .sidebar ul.vcard li.tel {
+ color: #a61a1d;
+ margin-bottom: 10px; }
#sidebar {
padding-top: 25px;
// echo ' id="feature-image" style="background-image: url('.$image_data[0].');height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 270px;max-height: 630px;"';
// } else {
echo ' id="feature-image" style="background-image: url('.get_template_directory_uri().'/assets/slide-6.jpg);height:100%;padding:0;background-position:top center;background-size:cover;background-repeat:no-repeat;min-height: 270px;max-height: 630px;"';
-
+
echo '>';
- echo '</div>';
+ echo '</div>';
echo '<div class="row">';
echo '<div class="small-12 columns">';
echo '</div>';
add_action('thematic_searchloop', 'mytheme_search_loop');
// End of the Contextual/Highlight Search functions
-add_image_size('glm_blocks', '300', '300', true);
+add_image_size('glm_blocks', '257', '257', true);
// needed to keep Woocommerce from constantly complaining.
add_theme_support( 'woocommerce' );
-?>
\ No newline at end of file
+?>
</div>
<div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
<div class="sidebar">
- <h2>Central Reservations</h2>
- <h3>800-737-1899</h3>
- <h2>Email</h2>
- <a href="mailto:hospitality@staffords.com">hospitality@staffords.com</a>
- <h2>Stafford's Hospitality</h2>
- <p>PO Box 657<br>Petoskey, Michigan 49770</p>
+ <ul class="vcard">
+ <li class="type">Central Reservations</li>
+ <li class="tel">800-737-1899</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:hospitality@staffords.com">hospitality@staffords.com</a></li>
+ <li class="fn">Stafford's Hospitality</li>
+ <li class="street-address">PO Box 657</li>
+ <li class="locality">Petoskey, <span class="state">Michigan</span> <span class="zip">49770</span></li>
+ </ul>
<ul>
<li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordshospitality"></a></li>
<li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
</div>
</div>
</div>
- </div>
-<?php get_footer(); ?>
\ No newline at end of file
+ </div>
+<?php get_footer(); ?>
*/
?>
<?php get_header(); ?>
+ <header id="art-head">
+ <?php get_template_part('parts/top-bar_art-gallery');?>
+ <?php get_template_part('parts/off-canvas_art-gallery'); ?>
+ <?php if (is_page(ART_GALLERY_PAGE)) { ?>
+ <?php get_template_part('parts/slide-show');?>
+ <?php } else { ?>
+ <?php get_template_part('parts/head-image');?>
+ <?php } ?>
+ </header>
<?php if (is_page(ART_GALLERY_PAGE)) { ?>
- <header id="art-head">
- <?php get_template_part('parts/top-bar_art-gallery');?>
- <?php get_template_part('parts/off-canvas_art-gallery'); ?>
- <?php get_template_part('parts/slide-show');?>
- </header>
- <main class="page-front">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/glm-blocks');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-8 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Main Phone</h2>
- <h3>231-347-0142</h3>
- <h2>Email</h2>
- <a href="mailto:lisaw@staffords.com">lisaw@staffords.com</a>
- <h2>Stafford's Art Gallery</h2>
- <p>410 Rose Street<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordsartgallery"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
- </div>
+ <main class="page-front">
+ <?php } else { ?>
+ <main class="page-inside">
+ <?php } ?>
+ <div id="content-wrapper">
+ <div class="row">
+ <?php if (is_page(ART_GALLERY_PAGE)) { ?>
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <?php } else { ?>
+ <?php get_template_part('parts/bread-crumbs'); ?>
+ <?php } ?>
</div>
- <?php } else { ?>
- <header id="art-head">
- <?php get_template_part('parts/top-bar_art-gallery');?>
- <?php get_template_part('parts/off-canvas_art-gallery'); ?>
- <?php get_template_part('parts/head-image');?>
- </header>
- <main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
+ <div class="row">
+ <?php if (is_page(ART_GALLERY_PAGE)) { ?>
+ <div id="main-content" class="small-12 medium-8 columns">
+ <?php } else { ?>
+ <div id="main-content" class="small-12 medium-9 columns">
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
- <div class="row">
- <div id="main-content" class="small-12 medium-9 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Main Phone</h2>
- <h3>231-347-0142</h3>
- <h2>Email</h2>
- <a href="mailto:lisaw@staffords.com">lisaw@staffords.com</a>
- <h2>Stafford's Art Gallery</h2>
- <p>410 Rose Street<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordsartgallery"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
+ <?php if (is_page(ART_GALLERY_PAGE)) { ?>
+ <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
+ <?php } else { ?>
+ <div class="small-12 medium-4 large-3 columns small-text-left">
+ <?php } ?>
+ <div class="sidebar">
+ <ul class="vcard">
+ <li class="type">Main Phone</li>
+ <li class="tel">231-347-0142</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:lisaw@staffords.com">lisaw@staffords.com</a></li>
+ <li class="fn">Stafford's Art Gallery</li>
+ <li class="street-address">410 Rose Street</li>
+ <li class="locality">Petoskey, <span class="state">Michigan</span> <span class="zip">49770</span></li>
+ </ul>
+ <ul>
+ <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordsartgallery"></a></li>
+ <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
+ <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
+ <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
+ </ul>
</div>
</div>
</div>
- <?php } ?>
-<?php get_footer(); ?>
\ No newline at end of file
+ </div>
+<?php get_footer(); ?>
*/
?>
<?php get_header(); ?>
+ <header id="bay-head">
+ <?php get_template_part('parts/top-bar_bay-view');?>
+ <?php get_template_part('parts/off-canvas_bay-view'); ?>
+ <?php if (is_page(BAY_VIEW_PAGE)) { ?>
+ <?php get_template_part('parts/slide-show');?>
+ <?php } else { ?>
+ <?php get_template_part('parts/head-image');?>
+ <?php } ?>
+ </header>
<?php if (is_page(BAY_VIEW_PAGE)) { ?>
- <header id="bay-head">
- <?php get_template_part('parts/top-bar_bay-view');?>
- <?php get_template_part('parts/off-canvas_bay-view'); ?>
- <?php get_template_part('parts/slide-show');?>
- </header>
- <main class="page-front">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/glm-blocks');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-8 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>800-258-1886</h3>
- <h2>Main Phone</h2>
- <h3>231-347-2771</h3>
- <h2>Email</h2>
- <a href="mailto:bayviewinn@staffords.com">bayviewinn@staffords.com</a>
- <h2>Bay View Inn</h2>
- <p>2011 Woodland Avenue<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="http://www.facebook.com/bayviewinn"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
- </div>
+ <main class="page-front">
+ <?php } else { ?>
+ <main class="page-inside">
+ <?php } ?>
+ <div id="content-wrapper">
+ <div class="row">
+ <?php if (is_page(BAY_VIEW_PAGE)) { ?>
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <?php } else { ?>
+ <?php get_template_part('parts/bread-crumbs'); ?>
+ <?php } ?>
+ </div>
+ <div class="row">
+ <?php if (is_page(BAY_VIEW_PAGE)) { ?>
+ <div id="main-content" class="small-12 medium-8 columns">
+ <?php } else { ?>
+ <div id="main-content" class="small-12 medium-9 columns">
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
- <?php } else { ?>
- <header id="bay-head">
- <?php get_template_part('parts/top-bar_bay-view');?>
- <?php get_template_part('parts/off-canvas_bay-view'); ?>
- <?php get_template_part('parts/head-image');?>
- </header>
- <main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
- </div>
- <!-- kitchensink check - delete me before going live -->
- <div class="row">
- <div id="main-content" class="small-12 medium-9 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>800-258-1886</h3>
- <h2>Main Phone</h2>
- <h3>231-347-2771</h3>
- <h2>Email</h2>
- <a href="mailto:bayviewinn@staffords.com">bayviewinn@staffords.com</a>
- <h2>Bay View Inn</h2>
- <p>2011 Woodland Avenue<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordshospitality"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
+ <?php if (is_page(BAY_VIEW_PAGE)) { ?>
+ <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
+ <?php } else { ?>
+ <div class="small-12 medium-4 large-3 columns small-text-left">
+ <?php } ?>
+ <div class="sidebar">
+ <ul class="vcard">
+ <li class="type">Reservations</li>
+ <li class="tel">800-258-1886</li>
+ <li class="type">Main Phone</li>
+ <li class="tel">231-347-2771</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:bayviewinn@staffords.com">bayviewinn@staffords.com</a></li>
+ <li class="fn">Bay View Inn</li>
+ <li class="street-address">2011 Woodland Avenue</li>
+ <li class="locality">Petoskey, <span class="state">Michigan</span> <span class="zip">49770</span></li>
+ </ul>
+ <ul>
+ <li><a class="facebook" target="_blank" href="http://www.facebook.com/bayviewinn"></a></li>
+ <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
+ <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
+ <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
+ </ul>
</div>
</div>
- <?php } ?>
+ </div>
+ </div>
<?php get_footer(); ?>
*/
?>
<?php get_header(); ?>
+ <header id="crooked-head">
+ <?php get_template_part('parts/top-bar_crooked-river');?>
+ <?php get_template_part('parts/off-canvas_crooked-river'); ?>
<?php if (is_page(CROOKED_RIVER_PAGE)) { ?>
- <header id="crooked-head">
- <?php get_template_part('parts/top-bar_crooked-river');?>
- <?php get_template_part('parts/off-canvas_crooked-river'); ?>
- <?php get_template_part('parts/slide-show');?>
- </header>
- <main class="page-front">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/glm-blocks');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-8 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>866-548-0700</h3>
- <h2>Main Phone</h2>
- <h3>231-548-5000</h3>
- <h2>Email</h2>
- <a href="mailto:crookedriver@staffords.com">crookedriver@staffords.com</a>
- <h2>Crooked River Lodge</h2>
- <p>6845 US 31 N<br>Alanson, MI 49706</p>
- <ul>
- <li><a class="facebook" target="_blank" href="http://www.facebook.com/crookedriverlodge"></a></li>
- <li><a class="tweet" target="_blank" href="http://www.twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
- </div>
+ <?php get_template_part('parts/slide-show');?>
+ <?php } else { ?>
+ <?php get_template_part('parts/head-image');?>
+ <?php } ?>
+ </header>
+ <?php if (is_page(CROOKED_RIVER_PAGE)) { ?>
+ <main class="page-front">
+ <?php } else { ?>
+ <main class="page-inside">
+ <?php } ?>
+ <div id="content-wrapper">
+ <div class="row">
+ <?php if (is_page(CROOKED_RIVER_PAGE)) { ?>
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <?php } else { ?>
+ <?php get_template_part('parts/bread-crumbs'); ?>
+ <?php } ?>
+ </div>
+ <div class="row">
+ <?php if (is_page(CROOKED_RIVER_PAGE)) { ?>
+ <div id="main-content" class="small-12 medium-8 columns">
+ <?php } else { ?>
+ <div id="main-content" class="small-12 medium-9 columns">
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
- <?php } else { ?>
- <header id="crooked-head">
- <?php get_template_part('parts/top-bar_crooked-river');?>
- <?php get_template_part('parts/off-canvas_crooked-river'); ?>
- <?php get_template_part('parts/head-image');?>
- </header>
- <main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-9 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>866-548-0700</h3>
- <h2>Main Phone</h2>
- <h3>231-548-5000</h3>
- <h2>Email</h2>
- <a href="mailto:crookedriver@staffords.com">crookedriver@staffords.com</a>
- <h2>Crooked River Lodge</h2>
- <p>6845 US 31 N<br>Alanson, MI 49706</p>
- <ul>
- <li><a class="facebook" target="_blank" href="http://www.facebook.com/crookedriverlodge"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
+ <?php if (is_page(CROOKED_RIVER_PAGE)) { ?>
+ <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
+ <?php } else { ?>
+ <div class="small-12 medium-4 large-3 columns small-text-left">
+ <?php } ?>
+ <div class="sidebar">
+ <ul class="vcard">
+ <li class="type">Reservations</li>
+ <li class="tel">866-548-0700</li>
+ <li class="type">Main Phone</li>
+ <li class="tel">231-548-5000</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:crookedriver@staffords.com">crookedriver@staffords.com</a></li>
+ <li class="fn">Crooked River Lodge</li>
+ <li class="street-address">6845 US 31 N</li>
+ <li class="locality">Alanson, <span class="state">Michigan</span> <span class="zip">49706</span></li>
+ </ul>
+ <ul>
+ <li><a class="facebook" target="_blank" href="http://www.facebook.com/crookedriverlodge"></a></li>
+ <li><a class="tweet" target="_blank" href="http://www.twitter.com/petoskeylodging"></a></li>
+ <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
+ <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
+ </ul>
</div>
</div>
- <?php } ?>
+ </div>
+ </div>
<?php get_footer(); ?>
*/
?>
<?php get_header(); ?>
+ <header id="drawbridge-head">
+ <?php get_template_part('parts/top-bar_drawbridge');?>
+ <?php get_template_part('parts/off-canvas_drawbridge');?>
<?php if (is_page(DRAWBRIDGE_PAGE)) { ?>
- <header id="drawbridge-head">
- <?php get_template_part('parts/top-bar_drawbridge');?>
- <?php get_template_part('parts/off-canvas_drawbridge');?>
- <?php get_template_part('parts/slide-show');?>
- </header>
- <main class="page-front">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/glm-blocks');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-8 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Main Phone</h2>
- <h3>231-758-3801</h3>
- <h2>Email</h2>
- <a href="mailto:drawbridgebistro@staffords.com">drawbridgebistro@staffords.com</a>
- <h2>The Drawbridge Bistro</h2>
- <p>100 Michigan Ave.<br>Charlevoix, Michigan 49720</p>
- <ul>
- <li><a class="facebook" target="_blank" href="https://www.facebook.com/drawbridgebistro"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
- </div>
+ <?php get_template_part('parts/slide-show');?>
+ <?php } else { ?>
+ <?php get_template_part('parts/head-image');?>
+ <?php } ?>
+ </header>
+ <main class="page-front">
+ <div id="content-wrapper">
+ <div class="row">
+ <?php if (is_page(DRAWBRIDGE_PAGE)) { ?>
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <?php } else { ?>
+ <?php get_template_part('parts/bread-crumbs'); ?>
+ <?php } ?>
</div>
- <?php } else { ?>
- <header id="drawbridge-head">
- <?php get_template_part('parts/top-bar_drawbridge');?>
- <?php get_template_part('parts/off-canvas_drawbridge');?>
- <?php get_template_part('parts/head-image');?>
- </header>
- <main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
+ <div class="row">
+ <?php if (is_page(DRAWBRIDGE_PAGE)) { ?>
+ <div id="main-content" class="small-12 medium-8 columns">
+ <?php } else { ?>
+ <div id="main-content" class="small-12 medium-9 columns">
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
- <div class="row">
- <div id="main-content" class="small-12 medium-9 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Main Phone</h2>
- <h3>231-758-3801</h3>
- <h2>Email</h2>
- <a href="mailto:drawbridgebistro@staffords.com">drawbridgebistro@staffords.com</a>
- <h2>The Drawbridge Bistro</h2>
- <p>100 Michigan Ave.<br>Charlevoix, Michigan 49720</p>
- <ul>
- <li><a class="facebook" target="_blank" href="https://www.facebook.com/drawbridgebistro"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
+ <?php if (is_page(DRAWBRIDGE_PAGE)) { ?>
+ <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
+ <?php } else { ?>
+ <div class="small-12 medium-4 large-3 columns small-text-left">
+ <?php } ?>
+ <div class="sidebar">
+ <ul class="vcard">
+ <li class="type">Main Phone</li>
+ <li class="tel">231-758-3801</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:drawbridgebistro@staffords.com">drawbridgebistro@staffords.com</a></li>
+ <li class="fn">The Drawbridge Bistro</li>
+ <li class="street-address">100 Michigan Ave.</li>
+ <li class="locality">Charlevoix, <span class="state">Michigan</span> <span class="zip">49720</span></li>
+ </ul>
+ <ul>
+ <li><a class="facebook" target="_blank" href="https://www.facebook.com/drawbridgebistro"></a></li>
+ <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
+ <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
+ <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
+ </ul>
</div>
</div>
- <?php } ?>
-<?php get_footer(); ?>
\ No newline at end of file
+ </div>
+ </div>
+<?php get_footer(); ?>
--- /dev/null
+<?php
+/*
+Template Name: Full Width Page
+*/
+?>
+<?php get_header(); ?>
+<header>
+ <?php get_template_part('parts/top-bar_main');?>
+ <?php get_template_part('parts/off-canvas_main');?>
+ <?php get_template_part('parts/head-image');?>
+</header>
+ <main class="page-inside">
+ <div id="content-wrapper">
+ <div class="row">
+ <?php
+ get_template_part('parts/bread-crumbs');
+ ?>
+ </div>
+ <div class="row">
+ <div id="main-content" class="small-12 columns">
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
+ </div>
+ </div>
+ </div>
+<?php get_footer(); ?>
*/
?>
<?php get_header(); ?>
+ <header id="perry-head">
+ <?php get_template_part('parts/top-bar_perry');?>
+ <?php get_template_part('parts/off-canvas_perry');?>
<?php if (is_page(PERRY_PAGE)) { ?>
- <header id="perry-head">
- <?php get_template_part('parts/top-bar_perry');?>
- <?php get_template_part('parts/off-canvas_perry');?>
- <?php get_template_part('parts/slide-show');?>
- </header>
- <main class="page-front">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/glm-blocks');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-8 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>800-737-1899</h3>
- <h2>Main Phone</h2>
- <h3>231-347-4000</h3>
- <h2>Email</h2>
- <a href="mailto:perryhotel@staffords.com">perryhotel@staffords.com</a>
- <h2>Perry Hotel</h2>
- <p>100 Lewis Street<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="http://www.facebook.com/perryhotel"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
- </div>
+ <?php get_template_part('parts/slide-show');?>
+ <?php } else { ?>
+ <?php get_template_part('parts/head-image');?>
+ <?php } ?>
+ </header>
+ <?php if (is_page(PERRY_PAGE)) { ?>
+ <main class="page-front">
+ <?php } else { ?>
+ <main class="page-inside">
+ <?php } ?>
+ <div id="content-wrapper">
+ <div class="row">
+ <?php if (is_page(PERRY_PAGE)) { ?>
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <?php } else { ?>
+ <?php get_template_part('parts/bread-crumbs'); ?>
+ <?php } ?>
+ </div>
+ <div class="row">
+ <?php if (is_page(PERRY_PAGE)) { ?>
+ <div id="main-content" class="small-12 medium-8 columns">
+ <?php } else { ?>
+ <div id="main-content" class="small-12 medium-9 columns">
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
- <?php } else { ?>
- <header id="perry-head">
- <?php get_template_part('parts/top-bar_perry');?>
- <?php get_template_part('parts/off-canvas_perry');?>
- <?php get_template_part('parts/head-image');?>
- </header>
- <main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-9 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>800-737-1899</h3>
- <h2>Main Phone</h2>
- <h3>231-347-4000</h3>
- <h2>Email</h2>
- <a href="mailto:perryhotel@staffords.com">perryhotel@staffords.com</a>
- <h2>Perry Hotel</h2>
- <p>100 Lewis Street<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="http://www.facebook.com/perryhotel"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
+ <?php if (is_page(PERRY_PAGE)) { ?>
+ <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
+ <?php } else { ?>
+ <div class="small-12 medium-4 large-3 columns small-text-left">
+ <?php } ?>
+ <div class="sidebar">
+ <ul class="vcard">
+ <li class="type">Reservations</li>
+ <li class="tel">800-737-1899</li>
+ <li class="type">Main Phone</li>
+ <li class="tel">231-347-4000</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:perryhotel@staffords.com">perryhotel@staffords.com</a></li>
+ <li class="fn">Perry Hotel</li>
+ <li class="street-address">100 Lewis Street</li>
+ <li class="locality">Petoskey, <span class="state">Michigan</span> <span class="zip">49770</span></li>
+ </ul>
+ <ul>
+ <li><a class="facebook" target="_blank" href="http://www.facebook.com/perryhotel"></a></li>
+ <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
+ <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
+ <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
+ </ul>
</div>
</div>
- <?php } ?>
+ </div>
+ </div>
<?php get_footer(); ?>
*/
?>
<?php get_header(); ?>
+ <header id="pier-head">
+ <?php get_template_part('parts/top-bar_pier');?>
+ <?php get_template_part('parts/off-canvas_pier');?>
+ <?php if (is_page(PIER_PAGE)) { ?>
+ <?php get_template_part('parts/slide-show');?>
+ <?php } else { ?>
+ <?php get_template_part('parts/head-image');?>
+ <?php } ?>
+ </header>
<?php if (is_page(PIER_PAGE)) { ?>
- <header id="pier-head">
- <?php get_template_part('parts/top-bar_pier');?>
- <?php get_template_part('parts/off-canvas_pier');?>
- <?php get_template_part('parts/slide-show');?>
- </header>
<main class="page-front">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/glm-blocks');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-8 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>231-526-6201</h3>
- <h2>Main Phone</h2>
- <h3>231-526-6201</h3>
- <h2>Email</h2>
- <a href="mailto:pier@staffords.com">pier@staffords.com</a>
- <h2>Pier Restaurant</h2>
- <p>102 E. Bay Street<br>Harbor Springs, Michigan 49740</p>
- <ul>
- <li><a class="facebook" target="_blank" href="http://www.facebook.com/staffordspier"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
- </div>
+ <?php } else { ?>
+ <?php } ?>
+ <div id="content-wrapper">
+ <div class="row">
+ <?php if (is_page(PIER_PAGE)) { ?>
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <?php } else { ?>
+ <?php get_template_part('parts/bread-crumbs'); ?>
+ <?php } ?>
</div>
- <?php } else { ?>
- <header id="pier-head">
- <?php get_template_part('parts/top-bar_pier');?>
- <?php get_template_part('parts/off-canvas_pier');?>
- <?php get_template_part('parts/head-image');?>
- </header>
- <main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
+ <div class="row">
+ <?php if (is_page(PIER_PAGE)) { ?>
+ <div id="main-content" class="small-12 medium-8 columns">
+ <?php } else { ?>
+ <div id="main-content" class="small-12 medium-9 columns">
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
- <div class="row">
- <div id="main-content" class="small-12 medium-9 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>231-526-6201</h3>
- <h2>Main Phone</h2>
- <h3>231-526-6201</h3>
- <h2>Email</h2>
- <a href="mailto:pier@staffords.com">pier@staffords.com</a>
- <h2>Pier Restaurant</h2>
- <p>102 E. Bay Street<br>Harbor Springs, Michigan 49740</p>
- <ul>
- <li><a class="facebook" target="_blank" href="http://www.facebook.com/staffordspier"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
+ <?php if (is_page(PIER_PAGE)) { ?>
+ <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
+ <?php } else { ?>
+ <div class="small-12 medium-4 large-3 columns small-text-left">
+ <?php } ?>
+ <div class="sidebar">
+ <ul class="vcard">
+ <li class="type">Reservations</li>
+ <li class="tel">231-526-6201</li>
+ <li class="type">Main Phone</li>
+ <li class="tel">231-526-6201</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:pier@staffords.com">pier@staffords.com</a></li>
+ <li class="fn">Pier Restaurant</li>
+ <li class="street-address">102 E. Bay Street</li>
+ <li class="locality">Harbor Springs, <span class="state">Michigan</span> <span class="zip">49740</span></li>
+ </ul>
+ <ul>
+ <li><a class="facebook" target="_blank" href="http://www.facebook.com/staffordspier"></a></li>
+ <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
+ <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
+ <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
+ </ul>
</div>
</div>
- <?php } ?>
+ </div>
+ </div>
<?php get_footer(); ?>
*/
?>
<?php get_header(); ?>
+ <header id="boat-head">
+ <?php get_template_part('parts/top-bar_pointer-boat');?>
+ <?php get_template_part('parts/off-canvas_pointer-boat');?>
+ <?php if (is_page(POINTER_BOAT_PAGE)) { ?>
+ <?php get_template_part('parts/slide-show');?>
+ <?php } else { ?>
+ <?php get_template_part('parts/head-image');?>
+ <?php } ?>
+ </header>
<?php if (is_page(POINTER_BOAT_PAGE)) { ?>
- <header id="boat-head">
- <?php get_template_part('parts/top-bar_pointer-boat');?>
- <?php get_template_part('parts/off-canvas_pointer-boat');?>
- <?php get_template_part('parts/slide-show');?>
- </header>
<main class="page-front">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/glm-blocks');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-8 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>800-737-1899</h3>
- <h2>Main Phone</h2>
- <h3>231-347-4000</h3>
- <h2>Email</h2>
- <a href="mailto:pier@staffords.com">pier@staffords.com</a>
- <h2>Perry Hotel</h2>
- <p>100 Lewis Street<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="http://www.facebook.com/staffordspier"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
- </div>
+ <?php } else { ?>
+ <main class="page-inside">
+ <?php } ?>
+ <div id="content-wrapper">
+ <div class="row">
+ <?php if (is_page(POINTER_BOAT_PAGE)) { ?>
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <?php } else { ?>
+ <?php get_template_part('parts/bread-crumbs'); ?>
+ <?php } ?>
</div>
- <?php } else { ?>
- <header id="boat-head">
- <?php get_template_part('parts/top-bar_pointer-boat');?>
- <?php get_template_part('parts/off-canvas_pointer-boat');?>
- <?php get_template_part('parts/head-image');?>
- </header>
- <main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
+ <div class="row">
+ <?php if (is_page(POINTER_BOAT_PAGE)) { ?>
+ <div id="main-content" class="small-12 medium-8 columns">
+ <?php } else { ?>
+ <div id="main-content" class="small-12 medium-9 columns">
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
- <div class="row">
- <div id="main-content" class="small-12 medium-9 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>800-737-1899</h3>
- <h2>Main Phone</h2>
- <h3>231-347-4000</h3>
- <h2>Email</h2>
- <a href="mailto:pier@staffords.com">pier@staffords.com</a>
- <h2>Perry Hotel</h2>
- <p>100 Lewis Street<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="http://www.facebook.com/staffordspier"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
+ <?php if (is_page(POINTER_BOAT_PAGE)) { ?>
+ <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
+ <?php } else { ?>
+ <div class="small-12 medium-4 large-3 columns small-text-left">
+ <?php } ?>
+ <div class="sidebar">
+ <ul class="vcard">
+ <li class="type">Reservations</li>
+ <li class="tel">231-526-6201</li>
+ <li class="type">Main Phone</li>
+ <li class="tel">231-526-6201</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:pier@staffords.com">pier@staffords.com</a></li>
+ <li class="fn">Pier Restaurant</li>
+ <li class="street-address">102 E. Bay Street</li>
+ <li class="locality">Harbor Springs, <span class="state">Michigan</span> <span class="zip">49740</span></li>
+ </ul>
+ <ul>
+ <li><a class="facebook" target="_blank" href="http://www.facebook.com/staffordspier"></a></li>
+ <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
+ <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
+ <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
+ </ul>
</div>
</div>
- <?php } ?>
+ </div>
+ </div>
<?php get_footer(); ?>
*/
?>
<?php get_header(); ?>
+ <header id="vacation-head">
+ <?php get_template_part('parts/top-bar_vacation');?>
+ <?php get_template_part('parts/off-canvas_vacation');?>
+ <?php if (is_page(VACATION_PAGE)) { ?>
+ <?php get_template_part('parts/slide-show');?>
+ <?php } else { ?>
+ <?php get_template_part('parts/head-image');?>
+ <?php } ?>
+ </header>
<?php if (is_page(VACATION_PAGE)) { ?>
- <header id="vacation-head">
- <?php get_template_part('parts/top-bar_vacation');?>
- <?php get_template_part('parts/off-canvas_vacation');?>
- <?php get_template_part('parts/slide-show');?>
- </header>
<main class="page-front">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/glm-blocks');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-8 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Central Reservations</h2>
- <h3>800-737-1899</h3>
- <h2>Email</h2>
- <a href="mailto:hospitality@staffords.com">hospitality@staffords.com</a>
- <h2>Stafford's Hospitality</h2>
- <p>PO Box 657<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordshospitality"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
- </div>
+ <?php } else { ?>
+ <main class="page-inside">
+ <?php } ?>
+ <div id="content-wrapper">
+ <div class="row">
+ <?php if (is_page(VACATION_PAGE)) { ?>
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <?php } else { ?>
+ <?php get_template_part('parts/bread-crumbs'); ?>
+ <?php } ?>
</div>
- <?php } else { ?>
- <header id="vacation-head">
- <?php get_template_part('parts/top-bar_vacation');?>
- <?php get_template_part('parts/off-canvas_vacation');?>
- <?php get_template_part('parts/head-image');?>
- </header>
- <main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
+ <div class="row">
+ <?php if (is_page(VACATION_PAGE)) { ?>
+ <div id="main-content" class="small-12 medium-8 columns">
+ <?php } else { ?>
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
- <div class="row">
- <div id="main-content" class="small-12 medium-9 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Central Reservations</h2>
- <h3>800-737-1899</h3>
- <h2>Email</h2>
- <a href="mailto:hospitality@staffords.com">hospitality@staffords.com</a>
- <h2>Stafford's Hospitality</h2>
- <p>PO Box 657<br>Petoskey, Michigan 49770</p>
- <ul>
- <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordshospitality"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
+ <?php if (is_page(VACATION_PAGE)) { ?>
+ <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
+ <?php } else { ?>
+ <div class="small-12 medium-4 large-3 columns small-text-left">
+ <?php } ?>
+ <div class="sidebar">
+ <ul class="vcard">
+ <li class="type">Central Reservations</li>
+ <li class="tel">800-737-1899</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:hospitality@staffords.com">hospitality@staffords.com</a></li>
+ <li class="fn">Stafford's Hospitality</li>
+ <li class="street-address">PO Box 657</li>
+ <li class="locality">Petoskey, <span class="state">Michigan</span> <span class="zip">49770</span></li>
+ </ul>
+ <ul>
+ <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordshospitality"></a></li>
+ <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
+ <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
+ <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
+ </ul>
</div>
</div>
- <?php } ?>
+ </div>
+ </div>
<?php get_footer(); ?>
*/
?>
<?php get_header(); ?>
+ <header id="weathervane-head">
+ <?php get_template_part('parts/top-bar_weathervane');?>
+ <?php get_template_part('parts/off-canvas_weathervane');?>
+ <?php if (is_page(WEATHERVANE_PAGE)) { ?>
+ <?php get_template_part('parts/slide-show');?>
+ <?php } else { ?>
+ <?php get_template_part('parts/head-image');?>
+ <?php } ?>
+ </header>
<?php if (is_page(WEATHERVANE_PAGE)) { ?>
- <header id="weathervane-head">
- <?php get_template_part('parts/top-bar_weathervane');?>
- <?php get_template_part('parts/off-canvas_weathervane');?>
- <?php get_template_part('parts/slide-show');?>
- </header>
<main class="page-front">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/glm-blocks');
- ?>
- </div>
- <div class="row">
- <div id="main-content" class="small-12 medium-8 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>231-547-4311</h3>
- <h2>Main Phone</h2>
- <h3>231-547-4311</h3>
- <h2>Email</h2>
- <a href="mailto:weathervane@staffords.com">weathervane@staffords.com</a>
- <h2>Weathervane Restaurant</h2>
- <p>106 Pine River Lane<br>Charlevoix, Michigan 49720</p>
- <ul>
- <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordsweathervane"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
- </div>
+ <?php } else { ?>
+ <main class="page-inside">
+ <?php } ?>
+ <div id="content-wrapper">
+ <div class="row">
+ <?php if (is_page(WEATHERVANE_PAGE)) { ?>
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <?php } else { ?>
+ <?php } ?>
</div>
- <?php } else { ?>
- <header id="weathervane-head">
- <?php get_template_part('parts/top-bar_weathervane');?>
- <?php get_template_part('parts/off-canvas_weathervane');?>
- <?php get_template_part('parts/head-image');?>
- </header>
- <main class="page-inside">
- <div id="content-wrapper">
- <div class="row">
- <?php
- get_template_part('parts/bread-crumbs');
- ?>
+ <div class="row">
+ <?php if (is_page(WEATHERVANE_PAGE)) { ?>
+ <div id="main-content" class="small-12 medium-8 columns">
+ <?php } else { ?>
+ <div id="main-content" class="small-12 medium-9 columns">
+ <?php } ?>
+ <?php if(have_posts()) : while(have_posts()): the_post();?>
+ <?php the_content();?>
+ <?php endwhile; else:?>
+ <p><?php _e('Sorry, no posts yet');?></p>
+ <?php endif;?>
</div>
- <div class="row">
- <div id="main-content" class="small-12 medium-9 columns">
- <?php if(have_posts()) : while(have_posts()): the_post();?>
- <?php the_content();?>
- <?php endwhile; else:?>
- <p><?php _e('Sorry, no posts yet');?></p>
- <?php endif;?>
- </div>
- <div class="small-12 medium-4 large-3 columns small-text-left">
- <div class="sidebar">
- <h2>Reservations</h2>
- <h3>231-547-4311</h3>
- <h2>Main Phone</h2>
- <h3>231-547-4311</h3>
- <h2>Email</h2>
- <a href="mailto:weathervane@staffords.com">weathervane@staffords.com</a>
- <h2>Weathervane Restaurant</h2>
- <p>106 Pine River Lane<br>Charlevoix, Michigan 49720</p>
- <ul>
- <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordsweathervane"></a></li>
- <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
- <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
- <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
- </ul>
- </div>
- </div>
+ <?php if (is_page(WEATHERVANE_PAGE)) { ?>
+ <div class="small-12 medium-4 medium-offset-0 large-offset-1 large-3 columns small-text-left">
+ <?php } else { ?>
+ <div class="small-12 medium-4 large-3 columns small-text-left">
+ <?php } ?>
+ <div class="sidebar">
+ <ul class="vcard">
+ <li class="type">Reservations</li>
+ <li class="tel">231-547-4311</li>
+ <li class="type">Main Phone</li>
+ <li class="tel">231-547-4311</li>
+ <li class="type">Email</li>
+ <li class="email"><a href="mailto:weathervane@staffords.com">weathervane@staffords.com</a></li>
+ <li class="fn">Weathervane Restaurant</li>
+ <li class="street-address">106 Pine River Lane</li>
+ <li class="locality">Charlevoix, <span class="state">Michigan</span> <span class="zip">49720</span></li>
+ </ul>
+ <ul>
+ <li><a class="facebook" target="_blank" href="https://www.facebook.com/staffordsweathervane"></a></li>
+ <li><a class="tweet" target="_blank" href="https://twitter.com/petoskeylodging"></a></li>
+ <li><a class="pin" target="_blank" href="https://www.pinterest.com/staffordsnmich/"></a></li>
+ <li><a class="youtube" target="_blank" href="https://www.youtube.com/user/staffordsnmichigan"></a></li>
+ </ul>
</div>
</div>
- <?php } ?>
+ </div>
+ </div>
<?php get_footer(); ?>
// $acronym-underline: 1px dotted $gainsboro;
// We use these to control padding and margin
-// $microformat-padding: rem-calc(10 12);
-// $microformat-margin: rem-calc(0 0 20 0);
+$microformat-padding: rem-calc(10 12);
+$microformat-margin: rem-calc(0 0 20 0);
// We use these to control the border styles
-// $microformat-border-width: 1px;
-// $microformat-border-style: solid;
-// $microformat-border-color: $gainsboro;
+$microformat-border-width: 0;
+$microformat-border-style: none;
+$microformat-border-color: $gainsboro;
// We use these to control full name font styles
-// $microformat-fullname-font-weight: $font-weight-bold;
-// $microformat-fullname-font-size: rem-calc(15);
+$microformat-fullname-font-weight: $font-weight-bold;
+$microformat-fullname-font-size: rem-calc(12);
// We use this to control the summary font styles
-// $microformat-summary-font-weight: $font-weight-bold;
+$microformat-summary-font-weight: $font-weight-bold;
// We use this to control abbr padding
-// $microformat-abbr-padding: rem-calc(0 1);
+$microformat-abbr-padding: rem-calc(0 1);
// We use this to control abbr font styles
-// $microformat-abbr-font-weight: $font-weight-bold;
-// $microformat-abbr-font-decoration: none;
+$microformat-abbr-font-weight: $font-weight-bold;
+$microformat-abbr-font-decoration: none;
// 01. Accordion
// - - - - - - - - - - - - - - - - - - - - - - - - -
a {
height: 20px;
width: 20px;
+ margin-bottom: 10px;
&.facebook, &.tweet, &.pin, &.youtube {
height: 20px;
}
}
+ ul.vcard {
+ padding-left: 0px;
+ li {
+ display: block;
+ font-size: rem-calc(12);
+ }
+ li.email {
+ display: block;
+ a {
+ height: auto;
+ width: auto;
+ }
+ }
+ li.tel {
+ color: $red;
+ margin-bottom: 10px;
+ }
+ }
}
#sidebar {
padding-top: 25px;
}
.sidebar h2 {
font-size: 1.375rem;
-}
\ No newline at end of file
+}