[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.144.37.240: ~ $
<?php
Redux::setSection( $opt_name, array(
	'title' 	=> esc_html__('Breadcrumb Options', 'zilom'),
	'icon' 	=> 'el-icon-compass',
	'fields' => array(
		array(
		  	'id' 			=> 'breadcrumb_show_title',
		  	'type' 		=> 'button_set',
		  	'title' 		=> esc_html__('Breadcrumb Display Title Page', 'zilom'),
		  	'options' 	=> array(
				1 => esc_html__('Enable', 'zilom'),
				0 => esc_html__('Disable', 'zilom')
			),
		  	'default' => 1
		),
		array(
		  	'id'        => 'breadcrumb_padding_top',
		  	'type'      => 'slider',
		  	'title'     => esc_html__('Breadcrumb Padding Top', 'zilom'),
		  	'default'   => 135,
		  	'min'       => 50,
		  	'max'       => 500,
		  	'step'      => 1,
		  	'display_value' => 'text',
		),
		array(
		  	'id'        => 'breadcrumb_padding_bottom',
		  	'type'      => 'slider',
		  	'title'     => esc_html__('Breadcrumb Padding Top', 'zilom'),
		  	'default'   => 135,
		  	'min'       => 50,
		  	'max'       => 500,
		  	'step'      => 1,
		  	'display_value' => 'text',
		),
		array(
		  	'id' 			=> 'breadcrumb_background_color',
		  	'type' 		=> 'color',
		  	'title' 		=> esc_html__('Background Overlay Color', 'zilom'),
		  	'default' 	=> '#1F2230'
		),
		array(
		  	'id'        => 'breadcrumb_background_opacity',
		  	'type'      => 'slider',
		  	'title'     => esc_html__('Breadcrumb Ovelay Color Opacity', 'zilom'),
		  	'default'   => 50,
		  	'min'       => 0,
		  	'max'       => 100,
		  	'step'      => 1,
		  	'display_value' => 'text'
		),
		array(
		  	'id' 			=> 'breadcrumb_image',
		  	'type' 		=> 'button_set',
		  	'title' 		=> esc_html__('Enable Breadcrumb Image', 'zilom'),
		  	'options' 	=> array(
		  		1 => esc_html__('Enable', 'zilom'),
		  		0 => esc_html__('Disable', 'zilom')
		  	),
		  	'default' 	=> 1
		),
		array(
		  	'id' 			=> 'breadcrumb_background_image',
		  	'type' 		=> 'media',
		  	'url' 		=> true,
		  	'title' 		=> esc_html__('Breadcrumb Background Image', 'zilom'),
		  	'default' 	=> '',
		  	'required'  => array( 'breadcrumb_image', '=', 1 )
		),
		array(
		  	'id'    		=> 'breadcrumb_text_stype',
		  	'type'    	=> 'select',
		  	'title'   	=> esc_html__( 'Breadcrumb Text Stype', 'zilom' ),
		  	'options' 	=> 
		  	array(
			 	'text-light'     => esc_html__('Light', 'zilom'),
			 	'text-dark'      => esc_html__('Dark', 'zilom')
		  	),
		  	'default' => 'text-light'
		),
		array(
		  	'id'    		=> 'breadcrumb_text_align',
		  	'type'    	=> 'select',
		  	'title'   	=> esc_html__( 'Breadcrumb Text Align', 'zilom' ),
		  	'options' 	=> 
		  	array(
			 	'text-left'      => esc_html__('Left', 'zilom'),
			 	'text-center'    => esc_html__('Center', 'zilom'),
			 	'text-right'     => esc_html__('Right', 'zilom')
		  	),
		  	'default' => 'text-left'
		)
	)
));

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