<div class="featured-image" style="background: url('<?php echo get_template_directory_uri();?>/assets/default.jpg') no-repeat scroll 0px bottom / cover;"></div>
</div>
- <?php get_template_part('parts/reservation-form');?>
+ <?php //get_template_part('parts/reservation-form');?>
<div class="row">
<div id="blog-posts-over" class="small-12 medium-8 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php endif;?>
</div>
<?php get_template_part('parts/blog-sidebar-r'); ?>
- <?php get_template_part('parts/interior-footer'); ?>
+ <?php //get_template_part('parts/interior-footer'); ?>
</div>
<?php get_footer(); ?>
/*bottom: 0;*/ }
main.page-front #main-content {
margin-top: 25px; }
+main.page-inside img.orb-shadow {
+ top: 0; }
main #mid {
margin: 40px auto 0;
max-width: 1000px; }
.blog-single #head-img {
margin-top: -250px; } }
-#blog-side-info-wrapper {
- top: -57px; }
-
@media only screen and (min-width:40em) and (max-width:64em) {
#blog-side-info-wrapper {
top: -10px; }
<!-- <article <?php // post_class() ?> id="interior-featured">
<?php // GLM_get_header(); ?>
</article> -->
- <?php get_template_part('parts/reservation-form');?>
+ <?php //get_template_part('parts/reservation-form');?>
<div class="row">
<div id="blog-posts-over" class="small-12 medium-8 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php endif;?>
</div>
<?php get_template_part('parts/blog-sidebar-r'); ?>
- <?php get_template_part('parts/interior-footer'); ?>
+ <?php //get_template_part('parts/interior-footer'); ?>
</div>
<?php get_footer(); ?>
<h2 id="slide-text">Life… Is Good… In The Center Of It All</h2>
</div>
</div>
- <?php get_template_part('parts/reservation-form');?>
+ <?php get_template_part('//parts/reservation-form');?>
<div class="row">
<img class="orb-shadow" src="<?php bloginfo('template_url'); ?>/assets/shadow-lrg.jpg">
</div>
<?php endif;?>
</div>
</div>
- <?php get_template_part('parts/interior-footer'); ?>
+ <?php //get_template_part('parts/interior-footer'); ?>
</div>
<?php } ?>
<?php get_footer(); ?>
<?php get_template_part('parts/content-section'); ?>
</div>
</div>
- <?php get_template_part('parts/interior-footer'); ?>
+ <?php //get_template_part('parts/interior-footer'); ?>
</div>
<?php get_footer(); ?>
// }
}
#blog-side-info-wrapper {
- top: -57px;
+// top: -57px;
}
@media #{$medium-only} {
#blog-side-info-wrapper {
// }
}
}
+ &.page-inside {
+ img.orb-shadow {
+ top: 0;
+ }
+ }
#mid {
margin: 40px auto 0;
max-width: 1000px;
<div id="head-img">
<div class="featured-image" style="background: url('<?php echo get_template_directory_uri();?>/assets/default.jpg') no-repeat scroll 0px bottom / cover;"></div>
</div>
- <?php get_template_part('parts/reservation-form');?>
+ <?php //get_template_part('parts/reservation-form');?>
<div class="row">
<?php if (get_search_query() == "") { ?>
<br><h2 class="search-result-header small-12 columns">Please enter a query in the search box. </h2>
<div id="head-img">
<div class="featured-image" style="background: url('<?php echo get_template_directory_uri();?>/assets/default.jpg') no-repeat scroll 0px bottom / cover;"></div>
</div>
- <?php get_template_part('parts/reservation-form');?>
+ <?php //get_template_part('parts/reservation-form');?>
<div class="row">
<?php
<span class="meta date"><?php the_time('F jS, Y') ?></span>
</header>
<?php echo the_content(); ?>
- <?php comments_template(); ?>
+ <?php //comments_template(); ?>
<!-- <footer class="entry-meta small-12 medium-6 medium-push-3 center">-->
<?php //$post_categories = wp_get_post_categories( get_the_ID() );
// $cats = array();
get_template_part('parts/blog-sidebar-r');
}
?>
- <?php get_template_part('parts/interior-footer'); ?>
+ <?php //get_template_part('parts/interior-footer'); ?>
</div>
<?php get_footer(); ?>