v7‰PNG IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ±üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0AºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT ID : 0; $saaspot_id = ( is_home() ) ? get_option( 'page_for_posts' ) : $saaspot_id; $saaspot_id = ( saaspot_is_woocommerce_shop() ) ? wc_get_page_id( 'shop' ) : $saaspot_id; $saaspot_meta = get_post_meta( $saaspot_id, 'page_type_metabox', true ); if ($saaspot_meta) { $saaspot_content_padding = $saaspot_meta['content_spacings']; } else { $saaspot_content_padding = ''; } // Padding - Metabox if ($saaspot_content_padding && $saaspot_content_padding !== 'padding-none') { $saaspot_content_top_spacings = $saaspot_meta['content_top_spacings']; $saaspot_content_bottom_spacings = $saaspot_meta['content_bottom_spacings']; if ($saaspot_content_padding === 'padding-custom') { $saaspot_content_top_spacings = $saaspot_content_top_spacings ? 'padding-top:'. saaspot_check_px($saaspot_content_top_spacings) .';' : ''; $saaspot_content_bottom_spacings = $saaspot_content_bottom_spacings ? 'padding-bottom:'. saaspot_check_px($saaspot_content_bottom_spacings) .';' : ''; $saaspot_custom_padding = $saaspot_content_top_spacings . $saaspot_content_bottom_spacings; } else { $saaspot_custom_padding = ''; } } else { $saaspot_custom_padding = ''; } // Theme Options $saaspot_sidebar_position = cs_get_option('blog_sidebar_position'); $saaspot_blog_style = cs_get_option('blog_listing_style'); $saaspot_blog_widget = cs_get_option('blog_widget'); // Style if ($saaspot_blog_style === 'style-two') { $saaspot_blog_style = ' blog-style-two'; } else { $saaspot_blog_style = ''; } if ($saaspot_blog_widget) { $widget_select = $saaspot_blog_widget; } else { if (is_active_sidebar('sidebar-1')) { $widget_select = 'sidebar-1'; } else { $widget_select = ''; } } // Sidebar Position if ($widget_select && is_active_sidebar( $widget_select )) { if ($saaspot_sidebar_position === 'sidebar-hide') { $layout_class = 'col-md-12'; $saaspot_sidebar_class = 'hide-sidebar'; } elseif ($saaspot_sidebar_position === 'sidebar-left') { $layout_class = 'saspot-primary'; $saaspot_sidebar_class = 'left-sidebar'; } else { $layout_class = 'saspot-primary'; $saaspot_sidebar_class = 'right-sidebar'; } } else { $saaspot_sidebar_position = 'sidebar-hide'; $layout_class = 'col-md-12'; $saaspot_sidebar_class = 'hide-sidebar'; } ?>