ace_order, .top-bar .posts-ticker, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, .related-posts.grid-2 .post-title, .related-posts .post-title, .block-heading .title, .single-cover .featured .post-title, .single-creative .featured .post-title, .single-magazine .post-top .post-title, .author-box .author > a, .section-head .title, .comments-list .comment-author, .sidebar .widget-title, .upper-footer .widget .widget-title ', ) ), array( 'name' => 'css_font_sidebar_title', 'label' => esc_html_x('Widget Titles', 'Admin', 'cheerup'), 'value' => array('font_name' => 'Poppins', 'font_weight' => '600', 'font_size' => '12'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => '.sidebar .widget-title', ) ), array( 'name' => 'css_font_nav_links', 'label' => esc_html_x('Navigation Links', 'Admin', 'cheerup'), 'value' => array('font_name' => 'Poppins', 'font_weight' => '600', 'font_size' => '11'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => '.navigation .menu > li > a', ) ), array( 'name' => 'css_font_nav_drops', 'label' => esc_html_x('Navigation Dropdowns', 'Admin', 'cheerup'), 'value' => array('font_name' => 'Poppins', 'font_weight' => '600', 'font_size' => '11'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => '.navigation .menu > li li a', ) ), array( 'name' => 'css_font_titles_large', 'label' => esc_html_x('Large Post Titles', 'Admin', 'cheerup'), 'value' => array('font_name' => 'Poppins', 'font_weight' => '600', 'font_size' => '25'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => '.post-title-alt', ) ), array( 'name' => 'css_font_titles_grid', 'label' => esc_html_x('Grid: Post Titles', 'Admin', 'cheerup'), 'value' => array('font_name' => 'Poppins', 'font_weight' => '600', 'font_size' => '23'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => '.grid-post .post-title-alt', ) ), array( 'name' => 'css_font_titles_list', 'label' => esc_html_x('List: Post Titles', 'Admin', 'cheerup'), 'value' => array('font_name' => 'Poppins', 'font_weight' => '600', 'font_size' => '23'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => '.list-post .post-tite', ) ), array( 'name' => 'css_font_post_body', 'label' => esc_html_x('Post Body Content', 'Admin', 'cheerup'), 'value' => array('font_name' => 'Merriweather', 'font_weight' => '400', 'font_size' => '14'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => '.post-content', ) ), array( 'name' => 'css_font_post_h1', 'label' => esc_html_x('Post Body H1', 'Admin', 'cheerup'), 'value' => array('font_size' => '25'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => 'h1', ) ), array( 'name' => 'css_font_post_h2', 'label' => esc_html_x('Post Body H2', 'Admin', 'cheerup'), 'value' => array('font_size' => '23'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => 'h2', ) ), array( 'name' => 'css_font_post_h3', 'label' => esc_html_x('Post Body H3', 'Admin', 'cheerup'), 'value' => array('font_size' => '20'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => 'h3', ) ), array( 'name' => 'css_font_post_h4', 'label' => esc_html_x('Post Body H4', 'Admin', 'cheerup'), 'value' => array('font_size' => '18'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => 'h4', ) ), array( 'name' => 'css_font_post_h5', 'label' => esc_html_x('Post Body H5', 'Admin', 'cheerup'), 'value' => array('font_size' => '16'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => 'h5', ) ), array( 'name' => 'css_font_post_h6', 'label' => esc_html_x('Post Body H6', 'Admin', 'cheerup'), 'value' => array('font_size' => '14'), 'desc' => '', 'type' => 'typography', 'css' => array( 'selectors' => 'h6', ) ), ) // fields ), // section array( 'id' => 'typography-advanced', 'title' => esc_html_x('Typekit / Advanced', 'Admin', 'cheerup'), 'fields' => array( array( 'name' => 'typekit_id', 'label' => esc_html_x('Typekit Kit ID', 'Admin', 'cheerup'), 'value' => '', 'desc' => esc_html_x('Refer to the documentation to learn about using Typekit.', 'Admin', 'cheerup'), 'type' => 'text' ), array( 'name' => 'font_charset', 'label' => esc_html_x('Google Font Charsets', 'Admin', 'cheerup'), 'value' => array(), 'type' => 'checkboxes', 'options' => array( 'latin' => 'Latin', 'latin-ext' => 'Latin Extended', 'cyrillic' => 'Cyrillic', 'cyrillic-ext' => 'Cyrillic Extended', 'greek' => 'Greek', 'greek-ext' => 'Greek Extended', 'vietnamese' => 'Vietnamese' ), ), ), // fields ), // section ), // sections ), // panel array( 'sections' => array( array( 'id' => 'import-demos', 'title' => esc_html_x('Import Demos', 'Admin', 'cheerup'), 'fields' => array( array( 'name' => 'import_info', 'label' => esc_html_x('Import Theme Demos', 'Admin', 'cheerup'), 'type' => 'content', 'text' => '', ) ), ), // section ) // sections ), // panel array( 'sections' => array( array( 'id' => 'performance', 'title' => esc_html_x('Performance', 'Admin', 'cheerup'), 'fields' => array( array( 'name' => 'lazyload_enabled', 'label' => esc_html_x('LazyLoad Images', 'Admin', 'cheerup'), 'value' => 0, 'desc' => '', 'type' => 'checkbox', ), array( 'name' => 'lazyload_type', 'label' => esc_html_x('Lazy Loader Type', 'Admin', 'cheerup'), 'value' => 'normal', 'desc' => '', 'type' => 'radio', 'options' => array( 'normal' => esc_html_x('Normal - Load Images on scroll', 'Admin', 'cheerup'), 'smart' => esc_html_x('Smart - Preload Images on Desktops', 'Admin', 'cheerup') ) ), array( 'name' => 'lazyload_aggressive', 'label' => esc_html_x('Aggressive Lazy Load', 'Admin', 'cheerup'), 'value' => 0, 'desc' => esc_html_x('By default, only featured images are preloaded. Aggressive enables lazyloading on all sidebar widgets and footer as well.', 'Admin', 'cheerup'), 'type' => 'checkbox', ), array( 'name' => 'perf_additional_sizes', 'label' => esc_html_x('Generate Extra Image Sizes', 'Admin', 'cheerup'), 'value' => 0, 'desc' => esc_html_x('Create additional image crops for more devices. WARNING: Requires powerful webhost, disable if you get HTTP ERROR on uploading images.', 'Admin', 'cheerup'), 'type' => 'checkbox', ), ) // fields ), // section array( 'id' => 'reset-customizer', 'title' => esc_html_x('Reset Settings', 'Admin', 'cheerup'), 'fields' => array( array( 'name' => 'reset_customizer', 'value' => esc_html_x('Reset All Settings', 'Admin', 'cheerup'), 'desc' => esc_html_x('Clicking the Reset button will revert all settings in the customizer except for menus, widgets and site identity.', 'Admin', 'cheerup'), 'type' => 'button', 'input_attrs' => array( 'class' => 'button reset-customizer', ), ) ) // fields ), // section ) // sections ), // panel array( 'sections' => array( array( 'id' => 'custom-css', 'title' => esc_html_x('Custom CSS', 'Admin', 'cheerup'), 'fields' => array( array( 'name' => 'css_custom', 'value' => '', 'label' => esc_html_x('Custom CSS', 'Admin', 'cheerup'), 'desc' => '', 'type' => 'textarea', 'transport' => 'postMessage' ), ) // fields ), // section array( 'id' => 'reset-customizer', 'title' => esc_html_x('Reset Settings', 'Admin', 'cheerup'), 'fields' => array( array( 'name' => 'reset_customizer', 'value' => esc_html_x('Reset All Settings', 'Admin', 'cheerup'), 'desc' => esc_html_x('Clicking the Reset button will revert all settings in the customizer except for menus, widgets and site identity.', 'Admin', 'cheerup'), 'type' => 'button', 'input_attrs' => array( 'class' => 'button reset-customizer', ), ) ) // fields ), // section ) // sections ), // panel ));