'http://navthemes.com/branding/inthemes/logo.png',
'url_path' => get_stylesheet_directory_uri() . '/admin/kirki/'
);
return $args;
}
add_filter( 'kirki/config', 'aquaapps_configuration' );
/*------------------------------------------
Config
------------------------------------------*/
Kirki::add_config( 'aquaapp', array(
'capability' => 'edit_theme_options',
'option_type' => 'theme_mod',
) );
/*------------------------------------------
NavThemes Branding
------------------------------------------*/
Kirki::add_section( 'navthemes_support', array(
'title' => __( 'NavThemes Support', 'aquaapp' ),
'description' => __( 'You are using 1.0 version of aquaapp Theme.' , 'aquaapp' ),
'priority' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'navthemes_support',
'section' => 'NavThemes_Support',
'default' => '
Thanks For aquaapp theme.
',
'priority' => 10,
) );
/*------------------------------------------
General Settings Panel
------------------------------------------*/
Kirki::add_panel( 'general_setting', array(
'priority' => 10,
'title' => __( 'General Settings', 'aquaapp' ),
'description' => __( 'Manage general Setting from here', 'aquaapp' ),
) );
/*------------------------------------------
General Settings Section
------------------------------------------*/
Kirki::add_section( 'Header_section', array(
'title' => __( 'Header Section', 'aquaapp' ),
'description' => __( 'From here you can manage header section ', 'aquaapp' ),
'panel' => 'general_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'headertitle',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'image',
'priority' => 10,
'default' => get_template_directory_uri() . '/assets/images/aqua-apps.png',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'header_title_link',
'label' => __( 'Header Logo Link', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'bannertitle',
'label' => __( 'Banner Title', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'text',
'priority' => 10,
'default' => __('A Great App Makes Your Life Better','aquaapp' )
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'bannercontent',
'label' => __( 'Banner Content', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'text',
'priority' => 10,
'default' => __('Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores.','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'bannerdonwloadbutton',
'label' => __( 'Button One ON/OFF', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'header_button_one',
'label' => __( 'Button One Link', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'buttontitle1',
'label' => __( 'Button Title 1', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'text',
'priority' => 10,
'default' => __('Download','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'bannerlearnmorebutton',
'label' => __( 'Button Two ON/OFF', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'header_button_two',
'label' => __( 'Button Two Link', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'buttontitle2',
'label' => __( 'Button Title 2', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'text',
'priority' => 10,
'default' => __('Learn More','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'bannerimage',
'label' => __( 'Banner Image', 'aquaapp' ),
'section' => 'Header_section',
'type' => 'image',
'priority' => 10,
'default' => get_template_directory_uri() . '/assets/images/book.png',
) );
/*------------------------------------------
Front Page Settings Panel
------------------------------------------*/
Kirki::add_panel( 'front_page_setting', array(
'priority' => 10,
'title' => __( 'Front Page Settings', 'aquaapp' ),
'description' => __( 'Manage general Setting from here', 'aquaapp' ),
) );
/*------------------------------------------
Theme Features
------------------------------------------*/
Kirki::add_section( 'Section_One', array(
'title' => __( 'Theme Features', 'aquaapp' ),
'description' => __( 'From here you can theme feature section ', 'aquaapp' ),
'panel' => 'front_page_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiononeonoff',
'label' => __( 'Section ON/OFF', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'theme_features_1',
'section' => 'Section_One',
'default' => 'Theme Features Box One
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'theme_features_11',
'section' => 'Section_One',
'description' => __( 'How to add icons?
- Go to the Font Awesome website here.
- Find the icon you want to use and click on it.
- Copy the icon\'s class which is in a rectangular box. For example fa-coffee.
- Paste it in the Icon Class field.
' , 'aquaapp' ),
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiononeimage',
'label' => __( 'Icon', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'text',
'priority' => 10,
'default' => 'fa-coffee',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiononetitleone',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'text',
'priority' => 10,
'default' => __('Easy to Use','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiononecontentone',
'label' => __( 'Content', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'text',
'priority' => 10,
'default' => __('Duis aute irure dolor in reprehenderit
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'theme_features_2',
'section' => 'Section_One',
'default' => 'Theme Features Box Two
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'theme_features_12',
'section' => 'Section_One',
'description' => __( 'How to add icons?
- Go to the Font Awesome website here.
- Find the icon you want to use and click on it.
- Copy the icon\'s class which is in a rectangular box. For example fa-coffee.
- Paste it in the Icon Class field.
' , 'aquaapp' ),
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwoimage',
'label' => __( 'Icon', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'text',
'priority' => 10,
'default' => 'fa-coffee',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiononetitletwo',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'text',
'priority' => 10,
'default' => __('creative Design','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiononecontenttwo',
'label' => __( 'Content', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'text',
'priority' => 10,
'default' => __('Duis aute irure dolor in reprehenderit
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'theme_features_3',
'section' => 'Section_One',
'default' => 'Theme Features Box Three
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'theme_features_13',
'section' => 'Section_One',
'description' => __( 'How to add icons?
- Go to the Font Awesome website here.
- Find the icon you want to use and click on it.
- Copy the icon\'s class which is in a rectangular box. For example fa-coffee.
- Paste it in the Icon Class field.
' , 'aquaapp' ),
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionthreeimage',
'label' => __( 'Icon', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'text',
'priority' => 10,
'default' => 'fa-coffee',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiononetitlethree',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'text',
'priority' => 10,
'default' => __('Easy to customize','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiononecontentthree',
'label' => __( 'Content', 'aquaapp' ),
'section' => 'Section_One',
'type' => 'text',
'priority' => 10,
'default' => __('Duis aute irure dolor in reprehenderit
in voluptate velit esse cillum dolore eu fugiat nulla pariatur.','aquaapp')
) );
/*------------------------------------------
About
------------------------------------------*/
Kirki::add_section( 'Section_Two', array(
'title' => __( 'About', 'aquaapp' ),
'description' => __( 'From here you can manage about section ', 'aquaapp' ),
'panel' => 'front_page_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwoonoff',
'label' => __( 'Section ON/OFF', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'about_section_1',
'section' => 'Section_Two',
'default' => 'About Section Images
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwoimagetwo',
'label' => __( 'Image', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'image',
'priority' => 10,
'default' => get_template_directory_uri() . '/assets/images/iphone.png',
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'about_section_2',
'section' => 'Section_Two',
'default' => 'About Section Title
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwotitleone',
'label' => __( 'Title One', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => __('About our app','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwotitletwo',
'label' => __( 'Title Two', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => __('Take a Look Around our App','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'about_section_3',
'section' => 'Section_Two',
'default' => 'About Section Content
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwocontent',
'label' => __( 'Content', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => __('Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwosubcontent',
'label' => __( 'Sub Content', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => __('Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'about_section_4',
'section' => 'Section_Two',
'default' => 'About Section Buttons
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwobuttononeonoff',
'label' => __( 'Button One ON/OFF', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'aboutbuttonone',
'label' => __( 'About Button One', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwobuttontitleone',
'label' => __( 'Button One Title', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => __('available on','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwobuttonsubtitleone',
'label' => __( 'Button One Subtitle', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => __('Google Store','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwobuttontwoonoff',
'label' => __( 'Button Two ON/OFF', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'aboutbuttontwo',
'label' => __( 'About Button Two', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwobuttontitletwo',
'label' => __( 'Button Two Title', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => __('available on','aquaapp')
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectiontwobuttonsubtitletwo',
'label' => __( 'Button Two Subtitle', 'aquaapp' ),
'section' => 'Section_Two',
'type' => 'text',
'priority' => 10,
'default' => __('Apple Store','aquaapp')
) );
/*------------------------------------------
Works
------------------------------------------*/
Kirki::add_section( 'Section_Three', array(
'title' => __( 'Works', 'aquaapp' ),
'description' => __( 'From here you can manage works section ', 'aquaapp' ),
'panel' => 'front_page_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionthreeonoff',
'label' => __( 'Section ON/OFF', 'aquaapp' ),
'section' => 'Section_Three',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'works_section_1',
'section' => 'Section_Three',
'default' => 'Works Section Title
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionthreetitle',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'Section_Three',
'type' => 'text',
'priority' => 10,
'default' => __( 'How It Works', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'works_section_2',
'section' => 'Section_Three',
'default' => 'Works Section Content
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionthreecontent',
'label' => __( 'Content', 'aquaapp' ),
'section' => 'Section_Three',
'type' => 'text',
'priority' => 10,
'default' => __( 'Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit.', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'works_section_3',
'section' => 'Section_Three',
'default' => 'Works Section Images
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionthreeimagetwo',
'label' => __( 'Image Two', 'aquaapp' ),
'section' => 'Section_Three',
'type' => 'image',
'priority' => 10,
'default' => get_template_directory_uri() . '/assets/images/play.png',
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'works_section_4',
'section' => 'Section_Three',
'default' => 'Works Section Video Link
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'video_link',
'label' => __( 'Video Link (Paste the embeded src here)
', 'aquaapp' ),
'section' => 'Section_Three',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
/*------------------------------------------
Awesome Features
------------------------------------------*/
Kirki::add_section( 'Section_Four', array(
'title' => __( 'Awesome Features', 'aquaapp' ),
'description' => __( 'From here you can manage awesome features section ', 'aquaapp' ),
'panel' => 'front_page_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionfouronoff',
'label' => __( 'Section ON/OFF', 'aquaapp' ),
'section' => 'Section_Four',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionfourtitleone',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'Section_Four',
'type' => 'text',
'priority' => 10,
'default' => __( 'Awesome Features', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionfourcontentone',
'label' => __( 'Content', 'aquaapp' ),
'section' => 'Section_Four',
'type' => 'text',
'priority' => 10,
'default' => __( 'Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'awesome_section_1',
'section' => 'Section_Four',
'default' => 'Awesome Feature Section Add New Row
',
'priority' => 10,
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'repeater',
'label' => __( 'Repeater Field', 'aquaapp' ),
'description' => __( 'How to add icons?
- Go to the Font Awesome website here.
- Find the icon you want to use and click on it.
- Copy the icon\'s class which is in a rectangular box. For example fa-coffee.
- Paste it in the Icon Class field.
' , 'aquaapp' ),
'section' => 'Section_Four',
'priority' => 10,
'settings' => 'awesomefeatured',
'row_label' => array(
'type' => 'text',
'value' => 'feature'
),
'fields' => array(
'awesome_icon' => array(
'type' => 'text',
'label' => esc_attr__( 'Awesome Icon Class', 'aquaapp' ),
'description' => esc_attr__( 'This will be the icon for your Row', 'aquaapp' ),
'default' => '',
),
'awesome_title' => array(
'type' => 'text',
'label' => esc_attr__( 'Awesome Title', 'aquaapp' ),
'default' => '',
),
'awesome_content' => array(
'type' => 'textarea',
'label' => esc_attr__( 'Awesome Content', 'aquaapp' ),
'default' => '',
),
)
) );
/*------------------------------------------
Screenshots Slider
------------------------------------------*/
Kirki::add_section( 'Section_Five', array(
'title' => __( 'Screenshots Slider', 'aquaapp' ),
'description' => __( 'From here you can manage screenshots slider section ', 'aquaapp' ),
'panel' => 'front_page_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionfiveonoff',
'label' => __( 'Section ON/OFF', 'aquaapp' ),
'section' => 'Section_Five',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionfivetitleseven',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'Section_Five',
'type' => 'text',
'priority' => 10,
'default' => __( 'Awesome Screenshots', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'screenshot_slider',
'section' => 'Section_Five',
'default' => 'Screenshot Slider Section Add New Slides
',
'priority' => 10,
) );
/*------------------------------------------
Testimonials Slider
------------------------------------------*/
Kirki::add_section( 'Section_Six', array(
'title' => __( 'Testimonials Slider', 'aquaapp' ),
'description' => __( 'From here you can manage testimonials slider section ', 'aquaapp' ),
'panel' => 'front_page_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionsixonoff',
'label' => __( 'Section ON/OFF', 'aquaapp' ),
'section' => 'Section_Six',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectionsixtitleone',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'Section_Six',
'type' => 'text',
'priority' => 10,
'default' => __( 'Testimonials', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'testimonial_slider',
'section' => 'Section_Six',
'default' => 'Testimonial Section Add New Feedbacks
',
'priority' => 10,
) );
/*------------------------------------------
Pricing Table
------------------------------------------*/
Kirki::add_section( 'Section_Seven', array(
'title' => __( 'Pricing Table', 'aquaapp' ),
'description' => __( 'From here you can manage pricing table section ', 'aquaapp' ),
'panel' => 'front_page_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'custom',
'settings' => 'pricing_table_box_1',
'section' => 'Section_Seven',
'default' => '',
'priority' => 10,
) );
/*------------------------------------------
Blog
------------------------------------------*/
Kirki::add_section( 'Section_Eight', array(
'title' => __( 'Blog', 'aquaapp' ),
'description' => __( 'From here you can manage blog section ', 'aquaapp' ),
'panel' => 'front_page_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectioneightonoff',
'label' => __( 'Section ON/OFF', 'aquaapp' ),
'section' => 'Section_Eight',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectioneighttitle',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'Section_Eight',
'type' => 'text',
'priority' => 10,
'default' => __( 'Latest Blog Report', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'sectioneightsubtitle',
'label' => __( 'Subtitle', 'aquaapp' ),
'section' => 'Section_Eight',
'type' => 'text',
'priority' => 10,
'default' => __( 'Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.', 'aquaapp' ),
) );
/*------------------------------------------
Section Ends
------------------------------------------*/
/*------------------------------------------
Footer Settings Panel
------------------------------------------*/
Kirki::add_panel( 'footer_setting', array(
'priority' => 10,
'title' => __( 'Footer Settings', 'aquaapp' ),
'description' => __( 'Manage footer Setting from here', 'aquaapp' ),
) );
/*------------------------------------------
Footer Section
------------------------------------------*/
Kirki::add_section( 'footer_section', array(
'title' => __( 'Footer Section', 'aquaapp' ),
'description' => __( 'From here you can manage footer section ', 'aquaapp' ),
'panel' => 'footer_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'footertitle',
'label' => __( 'Title', 'aquaapp' ),
'section' => 'footer_section',
'type' => 'text',
'priority' => 10,
'default' => __( 'Subscribe Newsletter', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'footersubtitle',
'label' => __( 'Subtitle', 'aquaapp' ),
'section' => 'footer_section',
'type' => 'text',
'priority' => 10,
'default' => __( 'Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'footercoypright',
'label' => __( 'Copyright Section', 'aquaapp' ),
'section' => 'footer_section',
'type' => 'text',
'priority' => 10,
'default' => __( 'Copyright © by NavThemes 2017. All right reserved.', 'aquaapp' ),
) );
/*------------------------------------------
Social Link Section
------------------------------------------*/
Kirki::add_panel( 'social_setting', array(
'priority' => 10,
'title' => __( 'Social Settings', 'aquaapp' ),
'description' => __( 'Manage footer Setting from here', 'aquaapp' ),
) );
Kirki::add_section( 'Social_link', array(
'title' => __( 'Social Link Setting', 'aquaapp' ),
'description' => __( 'From here you can manage social link section', 'aquaapp' ),
'panel' => 'social_setting',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '', // Rarely needed.
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'facebook_link',
'label' => __( 'Facebook Link', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'twitter_link',
'label' => __( 'Twitter Link', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'linkedin_link',
'label' => __( 'Linkedin Link', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'pinterest_link',
'label' => __( 'Pinterest Link', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'instagram_link',
'label' => __( 'Instagram Link', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'text',
'priority' => 10,
'default' => '#',
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'facebook_link_on_off',
'label' => __( 'Facebook Icon: ON/OFF', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'twitter_link_on_off',
'label' => __( 'Twitter Icon: ON/OFF', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'linkedin_link_on_off',
'label' => __( 'Linkedin Icon: ON/OFF', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'pinterest_link_on_off',
'label' => __( 'Pinterest Icon: ON/OFF', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'instagram_link_on_off',
'label' => __( 'Instagram Icon: ON/OFF', 'aquaapp' ),
'section' => 'Social_link',
'type' => 'toggle',
'priority' => 10,
'default' => 1,
) );
/*---------------------------------------
Contact Form Settings
-----------------------------------------*/
Kirki::add_panel( 'contact_form_settings', array(
'priority' => 10,
'title' => __( 'Contact Page Settings', 'aquaapp' ),
'description' => __( 'Manage footer Setting from here', 'aquaapp' ),
) );
Kirki::add_section( 'contact_form', array(
'title' => __( 'Contact Page Setting', 'aquaapp' ),
'description' => __( 'From here you can manage contact form section', 'aquaapp' ),
'panel' => 'contact_form_settings',
'priority' => 160,
'capability' => 'edit_theme_options',
'theme_supports' => '', // Rarely needed.
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'contactheadertitle',
'label' => __( 'Header Title', 'aquaapp' ),
'section' => 'contact_form',
'type' => 'text',
'priority' => 10,
'default' => __( 'Contact Us', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'contactformheadertitle',
'label' => __( 'Form Title', 'aquaapp' ),
'section' => 'contact_form',
'type' => 'text',
'priority' => 10,
'default' => __( 'Send us a Message', 'aquaapp' ),
) );
Kirki::add_field( 'aquaapp', array(
'settings' => 'contacttitle',
'label' => __( 'Form Title', 'aquaapp' ),
'section' => 'contact_form',
'type' => 'text',
'priority' => 10,
'default' => __( 'Contact Info', 'aquaapp' ),
) );
/*---------------------------------------
Front Page Modules Reorder
-----------------------------------------*/
Kirki::add_section( 'frontpagereordering_modules', array(
'title' => __( 'Modules order', 'aquaapp' ),
'description' => __( 'From here you can manage re-ordering of the front page content', 'aquaapp' ),
'panel' => 'front_page_setting',
'priority' => 170,
'capability' => 'edit_theme_options',
) );
Kirki::add_field( 'aquaapp', array(
'type' => 'sortable',
'settings' => 'onepage_modules',
'label' => esc_attr__( 'Modules', 'aquaapp' ),
'section' => 'frontpagereordering_modules',
'default' => array( 'bottomheader', 'aboutsection' , 'works' , 'features', 'screenshots', 'testimonial', 'pricing', 'blog'),
'priority' => 10,
'choices' => array(
'bottomheader' => esc_attr__('bottomheader', 'aquaapp'),
'aboutsection' => esc_attr__('aboutsection', 'aquaapp'),
'works' => esc_attr__('works', 'aquaapp'),
'features' => esc_attr__('features', 'aquaapp'),
'screenshots' => esc_attr__('screenshots', 'aquaapp'),
'testimonial' => esc_attr__('testimonial', 'aquaapp'),
'pricing' => esc_attr__('pricing', 'aquaapp'),
'blog' => esc_attr__('blog', 'aquaapp'),
),
) );
/*---------------------------------------
Add On
-----------------------------------------*/
include('add_on.php');