'aartus_footer_tab',
'title' => 'Footer copyright Settings',
'icon' => 'fa fa-copyright',
'fields' => array(
// begin: a field
array(
'id' => 'copyright_icon',
'type' => 'media',
'title' => 'Choose Copyright Icon',
),
array(
'id' => 'copyright_text',
'type' => 'textarea',
'title' => 'Copyright Text',
'default' => 'Copyright - Aartus / 100% SECURE',
),
array(
'id' => 'copyright_btm_img',
'type' => 'media',
'title' => 'Bottom Image',
),
// end: a field
)
));
// (Footer chart Settings) sub-tab
CSF::createSection( $prefix, array(
'parent' => 'aartus_footer_tab',
'title' => 'Footer chart Settings',
'icon' => 'fa fa-ruler',
'fields' => array(
// begin: a field
array(
'id' => 'chart_icon',
'type' => 'media',
'title' => 'Choose Chart Icon',
),
array(
'id' => 'chart_heading',
'type' => 'textarea',
'title' => 'Chart Size heading',
'default' => 'CHART SIZE',
),
array(
'id' => 'chart_slide_arrow',
'type' => 'media',
'title' => 'Choose Slide Arrow Icon',
),
array(
'id' => 'chart_country',
'type' => 'text',
'title' => 'Chart Size Country',
'default' => 'EN',
),
array(
'id' => 'chart_size_items',
'type' => 'group',
'title' => 'Chart Size Items',
'button_title' => 'Add New Size',
'accordion_title' => 'Add New Item',
'fields' => array(
array(
'id' => 'chart_size_name',
'type' => 'text',
'title' => 'Chart Size name',
),
array(
'id' => 'chart_size_numbr',
'type' => 'text',
'title' => 'Chart Size Number',
),
),
),
// end: a field
)
));
// (Footer newsletter Settings) sub-tab
CSF::createSection( $prefix, array(
'parent' => 'aartus_footer_tab',
'title' => 'Footer newsletter Settings',
'icon' => 'fa fa-at',
'fields' => array(
// begin: a field
array(
'id' => 'newsletter_icon',
'type' => 'media',
'title' => 'Choose Newsletter Icon',
),
array(
'id' => 'newsltr_heading',
'type' => 'text',
'title' => 'Newsletter Heading',
'default' => 'NEWSLETTER',
),
array(
'id' => 'newsltr_form_submt_btn',
'type' => 'media',
'title' => 'Newletter Form Submit Button Icon',
),
// end: a field
)
));
// (Footer Social Settings) sub-tab
CSF::createSection( $prefix, array(
'parent' => 'aartus_footer_tab',
'title' => 'Footer Social Settings',
'icon' => 'fa fa-share-alt',
'fields' => array(
// begin: a field
array(
'id' => 'social_footer_icon',
'type' => 'media',
'title' => 'Choose Social Media Icon',
),
array(
'id' => 'social_slide_arrow',
'type' => 'media',
'title' => 'Choose Social Media slide Arrow Icon',
),
array(
'id' => 'social_media_links',
'type' => 'group',
'title' => 'Social Media Links',
'button_title' => 'Add New Social Media',
'accordion_title' => 'Add New Item',
'fields' => array(
array(
'id' => 'social_icon',
'type' => 'media',
'title' => 'Choose Social Icon',
),
array(
'id' => 'social_platefrm',
'type' => 'text',
'title' => 'Choose Social Plateform Name',
'default' => 'Twitter',
),
array(
'id' => 'social_link',
'type' => 'text',
'title' => 'Paste Social Link',
),
),
),
// end: a field
)
));
// (Footer shipping Settings) sub-tab
CSF::createSection( $prefix, array(
'parent' => 'aartus_footer_tab',
'title' => 'Footer shipping Settings',
'icon' => 'fa fa-dolly',
'fields' => array(
// begin: a field
array(
'id' => 'ship_poli_icon',
'type' => 'media',
'title' => 'Choose Shipping Policy Icon',
),
array(
'id' => 'ship_slide_arrow',
'type' => 'media',
'title' => 'Choose Slide Arrow Icon',
),
array(
'id' => 'ship_pol_heading',
'type' => 'text',
'title' => 'Shipping Policy Heading',
'default' => 'SHIPPING POLICY',
),
array(
'id' => 'shipp_policy_items',
'type' => 'group',
'title' => 'Policy Items',
'button_title' => 'Add New Policy',
'accordion_title' => 'Add New Item',
'fields' => array(
array(
'id' => 'policy_icon',
'type' => 'media',
'title' => 'Choose Policy Icon',
),
array(
'id' => 'policy_text',
'type' => 'text',
'title' => 'Write Policy Text',
'default' => '100% Secured Payment',
),
),
),
// end: a field
)
));
// (Footer extra icon) sub-tab
CSF::createSection( $prefix, array(
'parent' => 'aartus_footer_tab',
'title' => 'Footer extra icon',
'icon' => 'fa fa-heart-o',
'fields' => array(
// begin: a field
array(
'id' => 'lang_icon',
'type' => 'media',
'title' => 'Choose Multi Language Icon',
),
array(
'id' => 'lang_sld_arr_icon',
'type' => 'media',
'title' => 'Multi language slide arrow',
),
array(
'id' => 'curr_icon',
'type' => 'media',
'title' => 'Multi Currency Icon',
),
array(
'id' => 'curr_sld_arr_icon',
'type' => 'media',
'title' => 'Multi Currency Slide Arrow',
),
array(
'id' => 'checout_icon',
'type' => 'media',
'title' => 'Checkout Redirect Icon',
),
array(
'id' => 'footer_more_icon',
'type' => 'group',
'title' => 'More Icon On Footer',
'button_title' => 'Add New Icon',
'accordion_title' => 'Add New Item',
'fields' => array(
array(
'id' => 'more_icon',
'type' => 'media',
'title' => 'Choose an Icon',
),
array(
'id' => 'more_icon_link',
'type' => 'text',
'title' => 'Paste Any link',
'default' => '#',
),
),
),
// end: a field
)
));