CustomizerType::SECTION, "label" => __('Colors', 'business-chat'), "description" => __('Customize the color scheme of the theme.', 'business-chat'), "parents" => array("") )); new CustomizerItem(self::GENERAL, array( "type" => CustomizerType::SECTION, "label" => __('General', 'business-chat'), "description" => __('Customize the general layout.', 'business-chat'), "parents" => array(CustomizerPanels::LAYOUT) )); new CustomizerItem(self::NAVIGATION, array( "type" => CustomizerType::SECTION, "label" => __('Navigation', 'business-chat'), "description" => __('Customize the navigation.', 'business-chat'), "parents" => array(CustomizerPanels::LAYOUT) )); if (class_exists("MetaSliderPlugin") || class_exists("MetaSliderPro")) { new CustomizerItem(self::HEADER_METASLIDER, array( "type" => CustomizerType::SECTION, "label" => __('MetaSlider Header', 'business-chat'), "description" => __('MetaSlider Header requires the MetaSlider plugin. Using the MetaSlider header will replace the default theme header.', 'business-chat'), "parents" => array(CustomizerPanels::HEADER) )); } new CustomizerItem(self::HEADER_DEFAULT, array( "type" => CustomizerType::SECTION, "label" => __('Header', 'business-chat'), "description" => __('Customize the default theme header. These settings do not apply if you\'re using the MetaSlider header.', 'business-chat'), "parents" => array(CustomizerPanels::HEADER) )); new CustomizerItem(self::BLOG, array( "type" => CustomizerType::SECTION, "label" => __('Blog', 'business-chat'), "description" => __('Customize the blog feed.', 'business-chat'), "parents" => array(CustomizerPanels::LAYOUT) )); new CustomizerItem(self::SINGLE, array( "type" => CustomizerType::SECTION, "label" => __('Posts / Pages', 'business-chat'), "description" => __('Customize Posts and Pages.', 'business-chat'), "parents" => array(CustomizerPanels::LAYOUT) )); new CustomizerItem(self::SIDEBAR, array( "type" => CustomizerType::SECTION, "label" => __('Sidebar', 'business-chat'), "description" => __('Customize the sidebar.', 'business-chat'), "parents" => array(CustomizerPanels::LAYOUT) )); } }