'aartus_header_tab',
'title' => 'Header Mobile',
'icon' => 'fa fa-mobile-alt',
'fields' => array(
array(
'id' => 'mobile_logo',
'type' => 'media',
'title' => 'Choose Mobile Logo',
),
array(
'type' => 'notice',
'class' => 'info',
'content' => '
Burger Menu Settings
',
),
array(
'id' => 'brgr_mnu_icn',
'type' => 'media',
'title' => 'Choose Burger Menu Icon',
),
array(
'id' => 'brgr_mnu_cncl',
'type' => 'media',
'title' => 'Choose Burger Menu Close Icon',
),
)
));
// (Header Icon Menu) sub-tab
CSF::createSection( $prefix, array(
'parent' => 'aartus_header_tab',
'title' => 'Header Icon Menu',
'icon' => 'fa fa-bars',
'fields' => array(
// begin: a field
array(
'id' => 'header_menu_icon_group',
'type' => 'group',
'title' => 'Icon Menu',
'button_title' => 'Add New Icon Menu',
'accordion_title' => 'Add New Item',
'fields' => array(
array(
'id' => 'item_icon',
'type' => 'media',
'title' => 'Choose Icon',
),
array(
'id' => 'item_icon_link',
'type' => 'select',
'title' => 'Choose Page Link',
'options' => aartus_get_page_as_list(),
),
),
),
array(
'id' => 'cart_icon',
'type' => 'media',
'title' => 'Choose Cart icon',
),
array(
'id' => 'notification_icon',
'type' => 'media',
'title' => 'Choose Notification icon',
),
array(
'id' => 'notification_text',
'type' => 'textarea',
'title' => 'White Notification text',
'default' => 'Welcome on Aartus',
),
// end: a field
)
));
// (Breadcumb or Menu) sub-tab
CSF::createSection( $prefix, array(
'parent' => 'aartus_header_tab',
'title' => 'Breadcumb or Menu',
'icon' => 'fa fa-ellipsis-h',
'fields' => array(
// begin: a field
array(
'id' => 'bread_or_menu',
'type' => 'select',
'title' => 'Choose Breadcumb or Menu To Show',
'options' => array(
'breadcumb' => 'Show BreadCumb',
'grad_menu' => 'Show Menu',
),
),
array(
'type' => 'notice',
'class' => 'info',
'content' => 'BreadCumb Settings
',
),
array(
'id' => 'brdcmb_root',
'type' => 'text',
'title' => 'Breadcumb Root Text',
'default' => 'http://',
),
array(
'id' => 'brdcmb_root_color',
'type' => 'color',
'title' => 'Breadcumb Root Text Color',
'default' => '#1875F0',
),
array(
'type' => 'notice',
'class' => 'info',
'content' => 'Menu Settings
',
),
array(
'id' => 'menu_gd_sld_arr',
'type' => 'media',
'title' => 'Choose Icon for Menu Slide',
),
// end: a field
)
));
// (Search Settings) sub-tab
CSF::createSection( $prefix, array(
'parent' => 'aartus_header_tab',
'title' => 'Search Settings',
'icon' => 'fa fa-search',
'fields' => array(
// begin: a field
array(
'id' => 'src_txt',
'type' => 'text',
'title' => 'Search Text',
'default' => 'Search',
),
array(
'id' => 'src_txt_color',
'type' => 'color',
'title' => 'Search Text Color',
'default' => '#fff',
),
array(
'id' => 'src_fld_plchldr',
'type' => 'text',
'title' => 'Search Field Placeholder',
'default' => 'Ex: Aartus summer',
),
array(
'id' => 'src_btn_icn',
'type' => 'media',
'title' => 'Choose an Icon for Search Button',
),
array(
'id' => 'src_cls_icn',
'type' => 'media',
'title' => 'Choose an Icon for Search Close',
),
array(
'id' => 'src_notice',
'type' => 'textarea',
'title' => 'Write Search Notice here',
'default' => 'This is a intro phrase, you can search anything inside the website, products, blogs, only inside this box & customize this message.',
),
array(
'type' => 'notice',
'class' => 'info',
'content' => 'Search Result Settings
',
),
array(
'id' => 'src_rslt_sld_arr',
'type' => 'media',
'title' => 'Choose Arrow for Search Result Slider',
),
array(
'id' => 'src_rslt_sld_img',
'type' => 'media',
'title' => 'Choose an Image For Show on Search Result',
),
array(
'id' => 'src_rslt_cls_icn',
'type' => 'media',
'title' => 'Choose an Icon For Search Result Close',
),
array(
'id' => 'src_rslt_itm_cursor',
'type' => 'media',
'title' => 'Cursor Icon For Result Item',
),
// end: a field
)
));