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 = ''; } // Page Layout Options if ($saaspot_meta) { $saaspot_page_layout = $saaspot_meta['page_layout']; if($saaspot_page_layout === 'left-sidebar' || $saaspot_page_layout === 'right-sidebar') { $saaspot_column_class = 'saspot-primary'; $saaspot_layout_class = 'container'; } else { $saaspot_column_class = 'col-md-12'; $saaspot_layout_class = 'container'; } // Page Layout Class if ($saaspot_page_layout === 'left-sidebar') { $saaspot_sidebar_class = 'left-sidebar'; } elseif ($saaspot_page_layout === 'right-sidebar') { $saaspot_sidebar_class = 'right-sidebar'; } else { $saaspot_sidebar_class = 'full-width'; } } else { $saaspot_page_layout = ''; $saaspot_column_class = 'col-md-12'; $saaspot_layout_class = 'container'; $saaspot_sidebar_class = 'saspot-full-width'; } if ($saaspot_meta) { $full_page = $saaspot_meta['full_page']; $form_title = $saaspot_meta['form_title']; $form_content = $saaspot_meta['form_content']; $form_code = $saaspot_meta['form_code']; $footer_code = $saaspot_meta['footer_code']; $form_image = $saaspot_meta['form_image']; $form_video = $saaspot_meta['form_video']; } else { $full_page = ''; $form_title = ''; $form_content = ''; $form_code = ''; $footer_code = ''; $form_image = ''; $form_video = ''; } // Full Page get_header(); if ($full_page) { $form_image = ( $form_image ) ? wp_get_attachment_url($form_image) : SAASPOT_IMAGES . '/full-page.png'; ?>