streamline comments

This commit is contained in:
koenemann 2016-01-22 14:02:32 +01:00
parent 0833d2ed3e
commit 34668c0ca1
5 changed files with 15 additions and 4 deletions

View File

@ -1,8 +1,15 @@
<?php if ( is_active_sidebar( 'hero' ) ): ?>
<!-- ******************* The Hero Widget Area ******************* -->
<div class="wrapper" id="wrapper-hero">
<div class="owl-carousel">
<?php dynamic_sidebar( 'hero' ); ?>
</div>
</div>
</div><!-- ,owk-carousel -->
</div><!-- #wrapper-hero -->
<?php endif; ?>

View File

@ -11,5 +11,7 @@ if ( ! is_active_sidebar( 'sidebar-1' ) ) {
?>
<div id="secondary" class="col-md-4 widget-area" role="complementary">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- #secondary -->

View File

@ -4,5 +4,6 @@
<?php dynamic_sidebar( 'statichero' ); ?>
</div>
</div><!-- #wrapper-static-hero -->
<?php endif; ?>

View File

@ -21,7 +21,7 @@
?>
</div>
</div>
</div>
</div><!-- #wrapper-sticky-->
<?php endwhile; ?>

View File

@ -17,6 +17,7 @@ get_header(); ?>
<div class="container">
<div id="primary" class="<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>col-md-8<?php else : ?>col-md-12<?php endif; ?> content-area">
<main id="main" class="site-main" role="main">
<!-- The WooCommerce loop -->