HEX
Server: nginx/1.26.1
System: Linux 850a3e23ecee 5.15.0-122-generic #132-Ubuntu SMP Thu Aug 29 13:45:52 UTC 2024 x86_64
User: (1000)
PHP: 8.2.27
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/themes/flatsome/inc/admin/options/header/options-header-layout.php
<?php

/*************
 * Header Main
 *************/

Flatsome_Option::add_section( 'header-layout', array(
	'title'       => __( 'Elements', 'flatsome-admin' ),
	'panel'       => 'header',
	//'description' => __( 'This is the section description', 'flatsome-admin' ),
) );

Flatsome_Option::add_field( 'option',  array(
	'type'        => 'text',
	'settings'     => 'flatsome_version',
	'label'       => __( 'Flatsome Version', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'default'     => '',
));

Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'topbar_elements_left',
	'label'       => __( '← Left Elements', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'default'     => flatsome_topbar_elements_left(),
	'transport' => flatsome_customizer_transport(),
	'choices'     => $nav_elements
));

Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'topbar_elements_center',
	'label'       => __( 'Center Elements', 'flatsome-admin' ),
	//'description' => __( 'This is the control description', 'flatsome-admin' ),
	//'help'        => __( 'This is some extra help. You can use this to add some additional instructions for users. The main description should go in the "description" of the field, this is only to be used for help tips.', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'default'     => array(),
	'transport' => flatsome_customizer_transport(),
	'choices'     => $nav_elements
));


Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'topbar_elements_right',
	'label'       => __( 'Right Elements →', 'flatsome-admin' ),
	//'description' => __( 'This is the control description', 'flatsome-admin' ),
	//'help'        => __( 'This is some extra help. You can use this to add some additional instructions for users. The main description should go in the "description" of the field, this is only to be used for help tips.', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'transport' => flatsome_customizer_transport(),
	'default'     => flatsome_topbar_elements_right(),
	'choices'     => $nav_elements
));


Flatsome_Option::add_field( '', array(
    'type'        => 'custom',
    'settings' => 'custom_title_header_layout_main',
    'label'       => __( '', 'flatsome-admin' ),
	'section'     => 'header-layout',
    'default'     => '<div class="options-title-divider">Main Header</div>',
) );

Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'header_elements_left',
	'label'       => __( 'Left Elements', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'transport' => flatsome_customizer_transport(),
	'multiple' => 5,
	'default'     => flatsome_header_elements_left(),
	'choices'     => $nav_elements
));


Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'header_elements_right',
	'label'       => __( 'Right Elements', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'transport' => flatsome_customizer_transport(),
	'multiple' => 5,
	'default'     => flatsome_header_elements_right(),
	'choices'     => $nav_elements
));


Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'header_elements_bottom_left',
	'label'       => __( 'Left Elements', 'flatsome-admin' ),
	//'description' => __( 'This is the control description', 'flatsome-admin' ),
	//'help'        => __( 'This is some extra help. You can use this to add some additional instructions for users. The main description should go in the "description" of the field, this is only to be used for help tips.', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'default'     => flatsome_header_elements_bottom_left(),
	'transport' => flatsome_customizer_transport(),
	'choices'     => $nav_elements
));

Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'header_elements_bottom_center',
	'label'       => __( 'Left Elements', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'default'     => flatsome_header_elements_bottom_center(),
	'transport' => flatsome_customizer_transport(),
	'choices'     => $nav_elements
));

Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'header_elements_bottom_right',
	'label'       => __( 'Right Elements', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'default'     => flatsome_header_elements_bottom_right(),
	'transport' => flatsome_customizer_transport(),
	'choices'     => $nav_elements
));



Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'header_mobile_elements_top',
	'label'       => __( 'Mobile Top', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'default'     => flatsome_header_mobile_elements_top(),
	'transport' => flatsome_customizer_transport(),
	'choices'     => $nav_elements
));

Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'header_mobile_elements_left',
	'label'       => __( 'Left Elements', 'flatsome-admin' ),
	//'description' => __( 'This is the control description', 'flatsome-admin' ),
	//'help'        => __( 'This is some extra help. You can use this to add some additional instructions for users. The main description should go in the "description" of the field, this is only to be used for help tips.', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'default'     => flatsome_header_mobile_elements_left(),
	'transport' => flatsome_customizer_transport(),
	'choices'     => $nav_elements
));

Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'header_mobile_elements_right',
	'label'       => __( 'Left Elements', 'flatsome-admin' ),
	//'description' => __( 'This is the control description', 'flatsome-admin' ),
	//'help'        => __( 'This is some extra help. You can use this to add some additional instructions for users. The main description should go in the "description" of the field, this is only to be used for help tips.', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'default'     => flatsome_header_mobile_elements_right(),
	'transport' => flatsome_customizer_transport(),
	'choices'     => $nav_elements
));

Flatsome_Option::add_field( 'option',  array(
	'type'        => 'select',
	'settings'     => 'header_mobile_elements_bottom',
	'label'       => __( 'Left Elements', 'flatsome-admin' ),
	//'description' => __( 'This is the control description', 'flatsome-admin' ),
	//'help'        => __( 'This is some extra help. You can use this to add some additional instructions for users. The main description should go in the "description" of the field, this is only to be used for help tips.', 'flatsome-admin' ),
	'section'     => 'header-layout',
	'multiple'    => 5,
	'default'     => array(),
	'transport' => flatsome_customizer_transport(),
	'choices'     => $nav_elements
));