Sindbad~EG File Manager
<?php
global $houzez_opt_name;
/* **********************************************************************
* Footer
* **********************************************************************/
Redux::setSection( $houzez_opt_name, array(
'title' => esc_html__( 'Footer', 'houzez' ),
'id' => 'footer',
'desc' => '',
'icon' => 'el-icon-website el-icon-small',
'fields' => array(
array(
'id' => 'footer_cols',
'type' => 'image_select',
'title' => esc_html__('Footer Layout', 'houzez'),
'subtitle' => '',
'desc' => esc_html__('Select the footer layout', 'houzez'),
'options' => array(
'one_col' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE . '1col.png'
),
'two_col' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE . '2cl.png'
),
'three_cols_middle' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE . '3cm.png'
),
'three_cols' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE . '3cl.png'
),
'four_cols' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE . '4cl.png'
),
'v6' => array(
'alt' => '',
'img' => HOUZEZ_IMAGE . '3cr.png'
),
),
'default' => 'three_cols'
),
array(
'id' => 'ftb_section-start',
'type' => 'section',
'title' => esc_html__( 'Footer Bottom', 'houzez' ),
'subtitle' => '',
'indent' => true,
),
array(
'id' => 'ft-bottom',
'type' => 'select',
'title' => esc_html__('Version', 'houzez'),
'desc' => esc_html__('Select the bottom version', 'houzez'),
//'desc' => '',
'options' => array(
'v1' => esc_html__( 'Version 1', 'houzez' ),
'v2' => esc_html__( 'Version 2', 'houzez' ),
'v3' => esc_html__( 'Version 3', 'houzez' ),
'v4' => esc_html__( 'Version 4', 'houzez' )
),
'default' => 'v1',
),
array(
'id' => 'footer_logo',
'url' => true,
'type' => 'media',
'title' => esc_html__( 'Logo', 'houzez' ),
'read-only' => false,
'default' => array( 'url' => HOUZEZ_IMAGE .'logo-houzez-white.png' ),
'desc' => esc_html__( 'Upload the logo.', 'houzez' ),
),
array(
'id' => 'copy_rights',
'type' => 'text',
'title' => esc_html__( 'Copyright', 'houzez' ),
'desc' => esc_html__( 'Enter the copyright text', 'houzez' ),
'default' => 'Houzez - All rights reserved'
),
array(
'id' => 'social-footer',
'type' => 'switch',
'title' => esc_html__( 'Footer social media', 'houzez' ),
'desc' => esc_html__( 'Enable or disable social media links', 'houzez' ),
'subtitle' => '',
'default' => 0,
'on' => 'Enabled',
'off' => 'Disabled',
),
array(
'id' => 'fs-facebook',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Facebook', 'houzez' ),
'desc' => esc_html__( 'Enter Facebook profile url', 'houzez' ),
//'desc' => '',
'default' => false,
),
array(
'id' => 'fs-twitter',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'X', 'houzez' ),
'desc' => esc_html__( 'Enter X profile url', 'houzez' ),
//'desc' => '',
'default' => false,
),
array(
'id' => 'fs-googleplus',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Google Plus', 'houzez' ),
'desc' => esc_html__( 'Enter Google Plus profile url', 'houzez' ),
//'desc' => '',
'default' => false,
),
array(
'id' => 'fs-linkedin',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Linkedin', 'houzez' ),
'desc' => esc_html__( 'Enter Linkedin profile url', 'houzez' ),
//'desc' => '',
'default' => false,
),
array(
'id' => 'fs-instagram',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Instagram', 'houzez' ),
'desc' => esc_html__( 'Enter Instagram profile url', 'houzez' ),
//'desc' => '',
'default' => false,
),
array(
'id' => 'fs-pinterest',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Pinterest', 'houzez' ),
'desc' => esc_html__( 'Enter Pinterest profile url', 'houzez' ),
//'desc' => '',
'default' => false,
),
array(
'id' => 'fs-yelp',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Yelp', 'houzez' ),
'desc' => esc_html__( 'Enter Yelp profile url', 'houzez' ),
//'desc' => '',
'default' => false,
),
array(
'id' => 'fs-behance',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Behance', 'houzez' ),
'desc' => esc_html__( 'Enter Behance profile url', 'houzez' ),
//'desc' => '',
'default' => false,
),
array(
'id' => 'fs-youtube',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Youtube', 'houzez' ),
'desc' => esc_html__( 'Enter Youtube profile url', 'houzez' ),
//'desc' => '',
'default' => false,
),
array(
'id' => 'fs-whatsapp',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'WhatsApp', 'houzez' ),
'desc' => esc_html__( 'Enter the WhatsApp number', 'houzez' ),
'default' => false,
),
array(
'id' => 'fs-tiktok',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'TikTok', 'houzez' ),
'desc' => esc_html__( 'Enter the tiktok profile URL', 'houzez' ),
'default' => false,
),
array(
'id' => 'fs-telegram',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Telegram', 'houzez' ),
'desc' => esc_html__( 'Enter the Telegram username', 'houzez' ),
'default' => false,
),
array(
'id' => 'fs-skype',
'type' => 'text',
'required' => array( 'social-footer', '=', '1' ),
'title' => esc_html__( 'Skype', 'houzez' ),
'desc' => esc_html__( 'Enter the Skype username', 'houzez' ),
'default' => false,
),
array(
'id' => 'ftb_section_end',
'type' => 'section',
'indent' => false,
)
),
));
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists