[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.137.206.93: ~ $
<?php
  	Redux::setSection( $opt_name, array(
	 	'title' 	=> esc_html__('Header Options', 'zilom'),
	 	'icon' 	=> 'el-icon-compass',
	 	'fields' => array(
			array(
			  	'id' 			=> 'header_layout',
			  	'type' 		=> 'select',
			  	'title' 		=> esc_html__('Header Layout', 'zilom'),
			  	'subtitle' 	=> esc_html__('Select a header layout option from the examples.', 'zilom'),
			  	'options' 	=> zilom_get_headers(false),
			  	'default' 	=> 'header-1'
			),
			array(
			  'id' 		=> 'header_logo', 
			  'type' 	=> 'media',
			  'url' 		=> true,
			  'title' 	=> esc_html__('Logo in header default', 'zilom'), 
			  'default' => ''
			),  
			array(
			  'id'  		=> 'header_mobile_settings',
			  'type'  	=> 'info',
			  'raw' 		=> '<h3 class="margin-bottom-0">' . esc_html__( 'Header Mobile settings', 'zilom' ) . '</h3>'
			),
			array(
			  'id' 		=> 'hm_logo',
			  'type' 	=> 'media',
			  'url' 		=> true,
			  'title' 	=> esc_html__('Header Mobile | Logo', 'zilom'),
			  'default' => ''
			),
			array(
			  	'id'        => 'hm_logo_width',
			  	'type'      => 'slider',
			  	'title'     => esc_html__('Header Mobile | Logo Width', 'zilom'),
			  	'default'   => 130,
			  	'min'       => 80,
			  	'max'       => 300,
			  	'step'      => 1,
			  	'display_value' => 'text',
			),
			array(
			  	'id'        => 'hm_logo_padding',
			  	'type'      => 'slider',
			  	'title'     => esc_html__('Header Mobile | Logo Padding Top', 'zilom'),
			  	'default'   => 10,
			  	'min'       => 0,
			  	'max'       => 50,
			  	'step'      => 1,
			  	'display_value' => 'text',
			),
			array(
			  'id' 		=> 'hm_show_user',
			  'type' 	=> 'button_set',
			  'title' 	=> esc_html__('Show User', 'zilom'),
			  'options' => array(
			  		'yes' => esc_html__('Enable', 'zilom'), 
			  		'no' => esc_html__('Disable', 'zilom')
			  	),
			  'default' => 'yes'
			),
	 	)
  	));

Filemanager

Name Type Size Permission Actions
init.php File 6.14 KB 0644
opts-blog.php File 4.23 KB 0644
opts-breadcrumb.php File 2.7 KB 0644
opts-course.php File 3.43 KB 0644
opts-footer.php File 835 B 0644
opts-general.php File 1.58 KB 0644
opts-header.php File 1.84 KB 0644
opts-page.php File 2.26 KB 0644
opts-portfolio.php File 5.1 KB 0644
opts-styling.php File 3.22 KB 0644
opts-typography.php File 2.52 KB 0644
opts-woo.php File 8.3 KB 0644