'edit_theme_options', 'option_type' => 'theme_mod', )); arcs_theme::add_panel('header_settings',array( 'priority' => 10, 'title' => esc_html__('Header Settings', 'arcs_theme'), 'description' => esc_html__('Manage Header and Menu Layout','arcs_theme') )); arcs_theme::add_section('header_layout_settings',array( 'title' => esc_html__('Header Layout', 'arcs_theme'), 'description' => esc_html__('Manage Header Layout','arcs_theme'), 'panal' => 'header_settings', 'priority' => 160 )); arcs_theme::add_section('menu_settings',array( 'title' => esc_html__('Menu Setting', 'arcs_theme'), 'description' => esc_html__('Manage Header Menu ','arcs_theme'), 'panal' => 'header_settings', 'priority' => 160 )); arcs_theme::add_section('submenu_settings',array( 'title' => esc_html__('Submenu Setting', 'arcs_theme'), 'description' => esc_html__('Manage Header Submenu ','arcs_theme'), 'panal' => 'header_settings', 'priority' => 160 )); arcs_theme::add_section('typography_settings',array( 'title' => esc_html__('Typography setting', 'arcs_theme'), 'description' => esc_html__('text style & option ','arcs_theme'), 'priority' => 10, 'icon' => 'dashicons-editor-spellcheck' )); arcs_theme::add_section('homepage_settings_layout',array( 'title' => esc_html__('Homepage layout', 'arcs_theme'), 'description' => esc_html__('Manage Homepage Layout ','arcs_theme'), 'priority' => 10, 'icon' => 'dashicons-layout' )); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'background', 'settings' => 'background_setting', 'label' => esc_html__('Background Control', 'arcs_theme'), 'description' => esc_html__('Background control are pretty complex - but extremely useful if porperly used. ','arcs_theme'), 'section' => 'header_layout_settings', 'default' =>[ 'background-color' => 'rgba(255,255,255,1)', 'background-image' => '', 'background-repeat' => 'repeat', 'background-position' => 'center center', 'background-size' => 'cover', 'background-attachment' => 'scroll', ], 'transport' => 'auto', 'output' => [ [ 'element' => '#header' ], ], ]); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'background', 'settings' => 'menu_background_setting', 'label' => esc_html__('Menu Background Control', 'arcs_theme'), 'description' => esc_html__('Chang Menu Background Color Control.','arcs_theme'), 'section' => 'menu_settings', 'default' =>[ 'background-color' => '#f3f3f3;', 'background-image' => '', 'background-repeat' => 'repeat', 'background-position' => 'center center', 'background-size' => 'cover', 'background-attachment' => 'scroll', ], 'transport' => 'auto', 'output' => [ [ 'element' => '#nav ul>li.menu-item-type-post_type' ], ], ]); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'background', 'settings' => 'menu_active_background_setting', 'label' => esc_html__('Menu active & hover Background Control', 'arcs_theme'), 'description' => esc_html__('','arcs_theme'), 'section' => 'menu_settings', 'default' =>[ 'background-color' => '#f3f3f3;', ], 'transport' => 'auto', 'output' => [ [ 'element' => '#nav ul>li.current-menu-item>a, #nav ul>li:hover>a' ], ], ]); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'background', 'settings' => 'submenu_background_setting', 'label' => esc_html__('Submenu Background Control', 'arcs_theme'), 'description' => esc_html__('Chang Submenu Background Color Control.','arcs_theme'), 'section' => 'submenu_settings', 'default' =>[ 'background-color' => '#f3f3f3;', 'background-image' => '', 'background-repeat' => 'repeat', 'background-position' => 'center center', 'background-size' => 'cover', 'background-attachment' => 'scroll', ], 'transport' => 'auto', 'output' => [ [ 'element' => '#nav ul>li>ul.sub-menu' ], ], ]); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'background', 'settings' => 'submenu_background_setting', 'label' => esc_html__('Submenu Background Control hover', 'arcs_theme'), 'description' => esc_html__('Chang Submenu Background Color Control.','arcs_theme'), 'section' => 'submenu_settings', 'default' =>[ 'background-color' => '#f3f3f3;', 'background-image' => '', 'background-repeat' => 'repeat', 'background-position' => 'center center', 'background-size' => 'cover', 'background-attachment' => 'scroll', ], 'transport' => 'auto', 'output' => [ [ 'element' => '#nav ul>li>ul.sub-menu>li:hover' ], ], ]); arcs_theme::add_field( 'ARCS_theme_options', [ 'type'=> 'typography', 'settings'=> 'Heading1_setting', 'label' => esc_html__( 'H1', 'arcs_theme' ), 'section' => 'typography_settings', 'default'=> [ 'font-family' => 'Roboto', 'variant' => 'bold', 'font-size' => '48px', 'line-height' => '1.5', 'letter-spacing' => '0', 'color'=> '#333333', 'text-transform' => 'none', 'text-align' => 'left', ], 'choices'=>[ 'fonts'=>[ 'google'=>['popularity',100], 'standard'=> [ 'Georgia,Times,"Times New Roman", serif', 'Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif', ], ], ], 'priority' => 10, 'transport' => 'auto', 'output' =>[ [ 'etement' => 'h1' ], ], ]); arcs_theme::add_field( 'ARCS_theme_options', [ 'type'=> 'typography', 'settings'=> 'Heading2_setting', 'label' => esc_html__( 'H2', 'arcs_theme' ), 'section' => 'typography_settings', 'default'=> [ 'font-family' => 'Roboto', 'variant' => 'bold', 'font-size' => '42px', 'line-height' => '1.5', 'letter-spacing' => '0', 'color'=> '#333333', 'text-transform' => 'none', 'text-align' => 'left', ], 'choices'=>[ 'fonts'=>[ 'google'=>['popularity',100], 'standard'=> [ 'Georgia,Times,"Times New Roman", serif', 'Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif', ], ], ], 'priority' => 10, 'transport' => 'auto', 'output' =>[ [ 'etement' => 'h2' ], ], ]); arcs_theme::add_field( 'ARCS_theme_options', [ 'type'=> 'typography', 'settings'=> 'Heading3_setting', 'label' => esc_html__( 'H3', 'arcs_theme' ), 'section' => 'typography_settings', 'default'=> [ 'font-family' => 'Roboto', 'variant' => 'bold', 'font-size' => '38px', 'line-height' => '1.5', 'letter-spacing' => '0', 'color'=> '#333333', 'text-transform' => 'none', 'text-align' => 'left', ], 'choices'=>[ 'fonts'=>[ 'google'=>['popularity',100], 'standard'=> [ 'Georgia,Times,"Times New Roman", serif', 'Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif', ], ], ], 'priority' => 10, 'transport' => 'auto', 'output' =>[ [ 'etement' => 'h3' ], ], ]); arcs_theme::add_field( 'ARCS_theme_options', [ 'type'=> 'typography', 'settings'=> 'Heading4_setting', 'label' => esc_html__( 'H4', 'arcs_theme' ), 'section' => 'typography_settings', 'default'=> [ 'font-family' => 'Roboto', 'variant' => 'bold', 'font-size' => '32px', 'line-height' => '1.5', 'letter-spacing' => '0', 'color'=> '#333333', 'text-transform' => 'none', 'text-align' => 'left', ], 'choices'=>[ 'fonts'=>[ 'google'=>['popularity',100], 'standard'=> [ 'Georgia,Times,"Times New Roman", serif', 'Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif', ], ], ], 'priority' => 10, 'transport' => 'auto', 'output' =>[ [ 'etement' => 'h4' ], ], ]); arcs_theme::add_field( 'ARCS_theme_options', [ 'type'=> 'typography', 'settings'=> 'Heading5_setting', 'label' => esc_html__( 'H5', 'arcs_theme' ), 'section' => 'typography_settings', 'default'=> [ 'font-family' => 'Roboto', 'variant' => 'bold', 'font-size' => '28px', 'line-height' => '1.5', 'letter-spacing' => '0', 'color'=> '#333333', 'text-transform' => 'none', 'text-align' => 'left', ], 'choices'=>[ 'fonts'=>[ 'google'=>['popularity',100], 'standard'=> [ 'Georgia,Times,"Times New Roman", serif', 'Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif', ], ], ], 'priority' => 10, 'transport' => 'auto', 'output' =>[ [ 'etement' => 'h5' ], ], ]); arcs_theme::add_field( 'ARCS_theme_options', [ 'type'=> 'typography', 'settings'=> 'Heading6_setting', 'label' => esc_html__( 'H6', 'arcs_theme' ), 'section' => 'typography_settings', 'default'=> [ 'font-family' => 'Roboto', 'variant' => 'bold', 'font-size' => '26px', 'line-height' => '1.5', 'letter-spacing' => '0', 'color'=> '#333333', 'text-transform' => 'none', 'text-align' => 'left', ], 'choices'=>[ 'fonts'=>[ 'google'=>['popularity',100], 'standard'=> [ 'Georgia,Times,"Times New Roman", serif', 'Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif', ], ], ], 'priority' => 10, 'transport' => 'auto', 'output' =>[ [ 'etement' => 'h6' ], ], ]); arcs_theme::add_field( 'ARCS_theme_options', [ 'type'=> 'typography', 'settings'=> 'body_setting', 'label' => esc_html__( 'body', 'arcs_theme' ), 'section' => 'typography_settings', 'default'=> [ 'font-family' => 'Roboto', 'variant' => 'regular', 'font-size' => '16px', 'line-height' => '1.5', 'letter-spacing' => '0', 'color'=> '#333333', 'text-transform' => 'none', 'text-align' => 'left', ], 'choices'=>[ 'fonts'=>[ 'google'=>['popularity',100], 'standard'=> [ 'Georgia,Times,"Times New Roman", serif', 'Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif', ], ], ], 'priority' => 10, 'transport' => 'auto', 'output' =>[ [ 'etement' => 'body, a, span, p' ], ], ]); arcs_theme::add_field( 'ARCS_theme_options', [ 'type'=> 'switch', 'settings' => 'toggle_home_banner', 'label'=>esc_html('Homepage banner', 'arcs_theme' ), 'section'=>'homepage_settings_layout', 'default'=>'1', 'priority'=>10, 'choices'=>[ 'on' => esc_html__('Enable','arcs_theme'), 'off'=>esc_html__('disable','arcs_theme'), ], ]); arcs_theme::add_field( 'ARCS_theme_options', [ 'type'=> 'switch', 'settings' => 'toggle_home_intro', 'label'=>esc_html('Homepage intro', 'arcs_theme' ), 'section'=>'homepage_settings_layout', 'default'=>'1', 'priority'=>10, 'choices'=>[ 'on' => esc_html__('Enable','arcs_theme'), 'off'=>esc_html__('disable','arcs_theme'), ], ]); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'text', 'settings' => 'home_benner_heading_text', 'label'=>esc_html__('Banner Headind', 'arcs_theme' ), 'section'=>'homepage_settings_layout', 'default'=>esc_html__('Welcome ARCS Theme.', 'arcs_theme' ), 'priority'=>10, ]); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'text', 'settings' => 'home_benner_text', 'label'=>esc_html__('Banner text', 'arcs_theme' ), 'section'=>'homepage_settings_layout', 'default'=>esc_html__('Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quaerat facilis possimus neque.', 'arcs_theme' ), 'priority'=>10, ]); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'background', 'settings' => 'home_benner_background', 'label' => esc_html__('Banner Background Control', 'arcs_theme'), 'description' => esc_html__('Banner Background control are pretty complex - but extremely useful if porperly used. ','arcs_theme'), 'section' => 'homepage_settings_layout', 'default' =>[ 'background-color' => 'rgba(255,255,255,1)', 'background-image' => '', 'background-repeat' => 'repeat', 'background-position' => 'center center', 'background-size' => 'cover', 'background-attachment' => 'scroll', ], 'transport' => 'auto', 'output' => [ [ 'element' => '#banner' ], ], ]); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'background', 'settings' => 'home_benne_contant_background', 'label' => esc_html__('Banner Background Contant Control', 'arcs_theme'), 'description' => esc_html__('Banner Background contant control are pretty complex - but extremely useful if porperly used. ','arcs_theme'), 'section' => 'homepage_settings_layout', 'default' =>[ 'background-color' => 'rgba(255,255,255,1)', 'background-image' => '', 'background-repeat' => 'repeat', 'background-position' => 'center center', 'background-size' => 'cover', 'background-attachment' => 'scroll', ], 'transport' => 'auto', 'output' => [ [ 'element' => '#banner header' ], ], ]); arcs_theme::add_panel('footer_settings',array( 'priority' => 10, 'title' => esc_html__('footer Settings', 'arcs_theme'), 'description' => esc_html__('Manage footer and Menu Layout','arcs_theme') )); arcs_theme::add_section('footer_layout_settings',array( 'title' => esc_html__('Footer Layout', 'arcs_theme'), 'description' => esc_html__('Footer Header Layout','arcs_theme'), 'panal' => 'footer_settings', 'priority' => 160 )); arcs_theme::add_field('ARCS_theme_options',[ 'type' => 'background', 'settings' => 'footer background_setting', 'label' => esc_html__('Footer Background Control', 'arcs_theme'), 'description' => esc_html__('Footer Background control are pretty complex - but extremely useful if porperly used. ','arcs_theme'), 'section' => 'footer_layout_settings', 'default' =>[ 'background-color' => '#000000', 'background-image' => '', 'background-repeat' => 'repeat', 'background-position' => 'center center', 'background-size' => 'cover', 'background-attachment' => 'scroll', ], 'transport' => 'auto', 'output' => [ [ 'element' => '#footer' ], ], ]);