add_section( 'theme_upsell', array( 'title' => esc_html__( 'Unlock More Features', 'blogbyte' ), 'priority' => 1, ) ); $wp_customize->add_setting( 'theme_pro_features', array( 'sanitize_callback' => '__return_true', ) ); $wp_customize->add_control( new Blogbyte_Upsell( $wp_customize, 'theme_pro_features', array( 'section' => 'theme_upsell', 'type' => 'upsell', ) ) ); // General Options. $wp_customize->add_section( new Blogbyte_Section_Features_List( $wp_customize, 'theme_general_features', array( 'title' => esc_html__( 'More Options on Blogbyte Pro!', 'blogbyte' ), 'features_list' => array( esc_html__( 'Dark mode options', 'blogbyte' ), esc_html__( 'Menu badge options', 'blogbyte' ), esc_html__( '20+ Preloader options', 'blogbyte' ), esc_html__( 'More color options', 'blogbyte' ), esc_html__( '404 page options', 'blogbyte' ), esc_html__( '... and many other premium features', 'blogbyte' ), ), 'panel' => 'general_options_panel', 'priority' => 999, ) ) ); // Header Options. $wp_customize->add_section( new Blogbyte_Section_Features_List( $wp_customize, 'theme_header_features', array( 'title' => esc_html__( 'More Options on Blogbyte Pro!', 'blogbyte' ), 'features_list' => array( esc_html__( 'More topbar options', 'blogbyte' ), esc_html__( '5+ header styles', 'blogbyte' ), esc_html__( 'Header margin & padding controls', 'blogbyte' ), esc_html__( 'Dark mode options', 'blogbyte' ), esc_html__( 'More color options', 'blogbyte' ), esc_html__( '... and many other premium features', 'blogbyte' ), ), 'panel' => 'header_options_panel', 'priority' => 999, ) ) ); // Footer Options. $wp_customize->add_section( new Blogbyte_Section_Features_List( $wp_customize, 'theme_footer_features', array( 'title' => esc_html__( 'More Options on Blogbyte Pro!', 'blogbyte' ), 'features_list' => array( esc_html__( '13+ footer layouts', 'blogbyte' ), esc_html__( '40+ footer shape dividers', 'blogbyte' ), esc_html__( 'Footer margin & padding controls', 'blogbyte' ), esc_html__( 'More sub footer styles', 'blogbyte' ), esc_html__( '40+ sub footer shape dividers', 'blogbyte' ), esc_html__( 'Sub footer margin & padding controls', 'blogbyte' ), esc_html__( '9+ scroll to top icons', 'blogbyte' ), esc_html__( 'More scroll to top options', 'blogbyte' ), esc_html__( 'Dark mode options', 'blogbyte' ), esc_html__( 'More color options', 'blogbyte' ), esc_html__( '... and many other premium features', 'blogbyte' ), ), 'panel' => 'footer_options_panel', 'priority' => 999, ) ) ); // Front Page. $wp_customize->add_section( new Blogbyte_Section_Features_List( $wp_customize, 'theme_widget_features_home', array( 'title' => esc_html__( 'Over 16+ Widgets', 'blogbyte' ), 'description' => sprintf( __( 'Along with the above sections, this theme comes with wide range of widgets that you can combine in any number and sequences and place in over 10+ widgetareas to build your unique website.

Go to widgets.', 'blogbyte' ), esc_url( admin_url( 'widgets.php' ) ) ), 'features_list' => array( esc_html__( 'Ads Code', 'blogbyte' ), esc_html__( 'Adress Info ( 2+ Styles )', 'blogbyte' ), esc_html__( 'Author Info ( 3+ Styles )', 'blogbyte' ), esc_html__( 'Call To Action ( 4+ Styles )', 'blogbyte' ), esc_html__( 'Grid Posts ( Upto 5 Columns )', 'blogbyte' ), esc_html__( 'Heading ( 10+ Styles )', 'blogbyte' ), esc_html__( 'List Posts ( 11+ Styles )', 'blogbyte' ), esc_html__( 'Mailchimp/Newsletter ( 3+ Styles )', 'blogbyte' ), esc_html__( 'Popular Posts ( 2+ Styles )', 'blogbyte' ), esc_html__( 'Categories Grid ( 4+ Styles )', 'blogbyte' ), esc_html__( 'Posts Overlay Grid ( 7+ Styles )', 'blogbyte' ), esc_html__( 'Posts slider ( 2+ Styles )', 'blogbyte' ), esc_html__( 'Posts Carousel ( 2+ Styles )', 'blogbyte' ), esc_html__( 'Single Column Posts', 'blogbyte' ), esc_html__( 'Tab Posts ( 3+ Styles )', 'blogbyte' ), esc_html__( 'Social Menu ( 4+ Styles )', 'blogbyte' ), ), 'is_upsell_feature' => false, 'panel' => 'theme_home_option_panel', 'priority' => 999, ) ) ); $wp_customize->add_section( new Blogbyte_Section_Features_List( $wp_customize, 'theme_home_features', array( 'title' => esc_html__( 'More Options on Blogbyte Pro!', 'blogbyte' ), 'features_list' => array( esc_html__( '4+ home slider style', 'blogbyte' ), esc_html__( '4+ home carousel style', 'blogbyte' ), esc_html__( '2+ slider thumbnail style', 'blogbyte' ), esc_html__( '5+ ticker styles', 'blogbyte' ), esc_html__( 'More settings for home sections', 'blogbyte' ), esc_html__( '6+ extra widgets', 'blogbyte' ), esc_html__( 'Dark mode options', 'blogbyte' ), esc_html__( '... and many other premium features', 'blogbyte' ), ), 'panel' => 'theme_home_option_panel', 'priority' => 999, ) ) ); // Typography Options. $wp_customize->add_section( new Blogbyte_Section_Features_List( $wp_customize, 'theme_typography_features', array( 'title' => esc_html__( 'More Options on Blogbyte Pro!', 'blogbyte' ), 'features_list' => array( esc_html__( 'Line heights', 'blogbyte' ), esc_html__( 'Letter spacings', 'blogbyte' ), esc_html__( 'Menu font sizes', 'blogbyte' ), esc_html__( '(H1-H6) font sizes', 'blogbyte' ), esc_html__( 'Body font sizes', 'blogbyte' ), esc_html__( '... and many other premium features', 'blogbyte' ), ), 'panel' => 'typography_options_panel', 'priority' => 999, ) ) ); // Archive Options. $wp_customize->add_section( new Blogbyte_Section_Features_List( $wp_customize, 'theme_archive_features', array( 'title' => esc_html__( 'More Options on Blogbyte Pro!', 'blogbyte' ), 'features_list' => array( esc_html__( '9+ archive styles', 'blogbyte' ), esc_html__( 'Read time options', 'blogbyte' ), esc_html__( 'More category styles', 'blogbyte' ), esc_html__( 'More read more styles', 'blogbyte' ), esc_html__( '... and many other premium features', 'blogbyte' ), ), 'panel' => 'blog_options_panel', 'priority' => 999, ) ) ); // Single Options. $wp_customize->add_section( new Blogbyte_Section_Features_List( $wp_customize, 'theme_single_features', array( 'title' => esc_html__( 'More Options on Blogbyte Pro!', 'blogbyte' ), 'features_list' => array( esc_html__( '6+ single styles', 'blogbyte' ), esc_html__( '5+ post navigation styles', 'blogbyte' ), esc_html__( 'Floating related posts', 'blogbyte' ), esc_html__( 'Extended gallery formats', 'blogbyte' ), esc_html__( 'Extended audio formats', 'blogbyte' ), esc_html__( 'Extended video formats', 'blogbyte' ), esc_html__( 'Author box social links', 'blogbyte' ), esc_html__( 'Post subtitle options', 'blogbyte' ), esc_html__( 'Social share options', 'blogbyte' ), esc_html__( '8+ custom social share positions', 'blogbyte' ), esc_html__( '... and many other premium features', 'blogbyte' ), ), 'panel' => 'single_posts_options_panel', 'priority' => 999, ) ) ); // Widgetare Options. $wp_customize->add_section( new Blogbyte_Section_Features_List( $wp_customize, 'theme_widgetarea_features', array( 'title' => esc_html__( 'More Options on Blogbyte Pro!', 'blogbyte' ), 'features_list' => array( esc_html__( '40+ widgetareas shape dividers', 'blogbyte' ), esc_html__( '20+ widgetareas title styles', 'blogbyte' ), esc_html__( 'Widgetareas margin & padding', 'blogbyte' ), esc_html__( 'Widgetareas visibilty options', 'blogbyte' ), esc_html__( 'Dark mode options', 'blogbyte' ), esc_html__( 'More color options', 'blogbyte' ), esc_html__( '... and many other premium features', 'blogbyte' ), ), 'panel' => 'widgetareas_options_panel', 'priority' => 999, ) ) );