} ?>
<div id="content" class="site-content <?php echo esc_attr($content_class); ?>">
<?php
- if(is_home() || is_front_page()) :
+ if(is_home() || is_front_page()) :
+ if(of_get_option('show_slider')== "no"): ?>
+ <div id="home-featured-image" style="background-image: url(<?php echo get_template_directory_uri(); ?>/assets/header.png);height:100%;padding-bottom:27%;background-position:center center;background-size: 100%;background-repeat:no-repeat; "></div>
+ <?php endif;
do_action('accesspress_bxslider');
endif;
?>