ID, '_nectar_header_bg', true); $bg_color = get_post_meta($post->ID, '_nectar_header_bg_color', true); $fullscreen_header = (!empty($options['blog_header_type']) && $options['blog_header_type'] == 'fullscreen' && is_singular('post')) ? true : false; $blog_header_type = (!empty($options['blog_header_type'])) ? $options['blog_header_type'] : 'default'; $fullscreen_class = ($fullscreen_header == true) ? "fullscreen-header full-width-content" : null; $theme_skin = (!empty($options['theme-skin']) && $options['theme-skin'] == 'ascend') ? 'ascend' : 'default'; $hide_sidebar = (!empty($options['blog_hide_sidebar'])) ? $options['blog_hide_sidebar'] : '0'; $blog_type = $options['blog_type']; $blog_social_style = (!empty($options['blog_social_style'])) ? $options['blog_social_style'] : 'default'; if(have_posts()) : while(have_posts()) : the_post(); nectar_page_header($post->ID); endwhile; endif; if($fullscreen_header == true) { if(empty($bg) && empty($bg_color)) { ?>
'; } else if($button_styling == 'slightly_rounded' || $button_styling == 'slightly_rounded_shadow') { echo ''; } else { echo ''; } ?>