%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/themes/eduma/vc-shortcodes/inc-map/
Upload File :
Create Path :
Current File : /var/www/html/ceaa/wp-content/themes/eduma/vc-shortcodes/inc-map/button.php

<?php

$defaults = array(
	'title'         => esc_html__( 'READ MORE', 'eduma' ),
	'custom_style'  => 'default',
	'font_size'     => '14',
	'font_weight'   => '',
	'border_width'  => '0',
	'icon_size'     => '14',
	'icon_position' => '',
	'button_size'   => 'normal',
	'rounding'      => '',
);

vc_map( array(
	'name'        => esc_html__( 'Thim: Button', 'eduma' ),
	'base'        => 'thim-button',
	'category'    => esc_html__( 'Thim Shortcodes', 'eduma' ),
	'description' => esc_html__( 'Add Button', 'eduma' ),
	'icon'        => 'thim-widget-icon thim-widget-icon-button',
	'params'      => array(
		array(
			'type'        => 'textfield',
			'admin_label' => true,
			'heading'     => esc_html__( 'Button Text', 'eduma' ),
			'param_name'  => 'title',
			'std'         => $defaults['title'],
		),

		array(
			'type'        => 'textfield',
			'admin_label' => true,
			'heading'     => esc_html__( 'Destination URL', 'eduma' ),
			'param_name'  => 'url',
			'std'         => '#',
		),

		array(
			'type'        => 'checkbox',
			'admin_label' => true,
			'heading'     => esc_html__( 'Open in New Window', 'eduma' ),
			'param_name'  => 'new_window',
			'std'         => false,
		),

		array(
			'type'        => 'dropdown',
			'admin_label' => true,
			'heading'     => esc_html__( 'Style', 'eduma' ),
			'param_name'  => 'custom_style',
			'value'       => array(
				esc_html__( 'Default', 'eduma' )      => 'default',
				esc_html__( 'Custom Style', 'eduma' ) => 'custom_style',
			),
			'std'         => $defaults['custom_style']
		),

		array(
			'type'        => 'number',
			'admin_label' => true,
			'heading'     => esc_html__( 'Font Size', 'eduma' ),
			'param_name'  => 'font_size',
			'description' => esc_html__( 'Select font size. Unit is px', 'eduma' ),
			'std'         => $defaults['font_size'],
			'dependency'  => array(
				'element' => 'custom_style',
				'value'   => 'custom_style',
			),
			'group'       => esc_html__( 'Custom Settings', 'eduma' ),
		),

		array(
			'type'        => 'dropdown',
			'admin_label' => true,
			'heading'     => esc_html__( 'Font Weight', 'eduma' ),
			'param_name'  => 'font_weight',
			'description' => esc_html__( 'Select Custom Font Weight', 'eduma' ),
			'value'       => array(
				esc_html__( 'Select', 'eduma' ) => '',
				esc_html__( 'Normal', 'eduma' ) => 'normal',
				esc_html__( 'Bold', 'eduma' )   => 'bold',
				esc_html__( '100', 'eduma' )    => '100',
				esc_html__( '200', 'eduma' )    => '200',
				esc_html__( '300', 'eduma' )    => '300',
				esc_html__( '400', 'eduma' )    => '400',
				esc_html__( '500', 'eduma' )    => '500',
				esc_html__( '600', 'eduma' )    => '600',
				esc_html__( '700', 'eduma' )    => '700',
				esc_html__( '800', 'eduma' )    => '800',
				esc_html__( '900', 'eduma' )    => '900',
			),
			'dependency'  => array(
				'element' => 'custom_style',
				'value'   => 'custom_style',
			),
			'group'       => esc_html__( 'Custom Settings', 'eduma' ),
			'std'         => $defaults['font_weight']
		),

		array(
			'type'        => 'textfield',
			'admin_label' => true,
			'heading'     => esc_html__( 'Border Width', 'eduma' ),
			'description' => esc_html__( 'Enter border width.', 'eduma' ),
			'param_name'  => 'border_width',
			'dependency'  => array(
				'element' => 'custom_style',
				'value'   => 'custom_style',
			),
			'group'       => esc_html__( 'Custom Settings', 'eduma' ),
			'std'         => $defaults['border_width']
		),

		array(
			'type'        => 'colorpicker',
			'admin_label' => true,
			'heading'     => esc_html__( 'Color', 'eduma' ),
			'param_name'  => 'color',
			'description' => esc_html__( 'Select the text color.', 'eduma' ),
			'dependency'  => array(
				'element' => 'custom_style',
				'value'   => 'custom_style',
			),
			'group'       => esc_html__( 'Custom Settings', 'eduma' ),
		),

		array(
			'type'        => 'colorpicker',
			'admin_label' => true,
			'heading'     => esc_html__( 'Border color', 'eduma' ),
			'param_name'  => 'border_color',
			'description' => esc_html__( 'Select the border color.', 'eduma' ),
			'dependency'  => array(
				'element' => 'custom_style',
				'value'   => 'custom_style',
			),
			'group'       => esc_html__( 'Custom Settings', 'eduma' ),
		),

		array(
			'type'        => 'colorpicker',
			'admin_label' => true,
			'heading'     => esc_html__( 'Select background color', 'eduma' ),
			'param_name'  => 'bg_color',
			'description' => esc_html__( 'Select the background color.', 'eduma' ),
			'dependency'  => array(
				'element' => 'custom_style',
				'value'   => 'custom_style',
			),
			'group'       => esc_html__( 'Custom Settings', 'eduma' ),
		),

		array(
			'type'        => 'colorpicker',
			'admin_label' => true,
			'heading'     => esc_html__( 'Hover color', 'eduma' ),
			'param_name'  => 'hover_color',
			'description' => esc_html__( 'Select the hover text color.', 'eduma' ),
			'dependency'  => array(
				'element' => 'custom_style',
				'value'   => 'custom_style',
			),
			'group'       => esc_html__( 'Custom Settings', 'eduma' ),
		),

		array(
			'type'        => 'colorpicker',
			'admin_label' => true,
			'heading'     => esc_html__( 'Hover border color', 'eduma' ),
			'param_name'  => 'hover_border_color',
			'description' => esc_html__( 'Select the hover border color.', 'eduma' ),
			'dependency'  => array(
				'element' => 'custom_style',
				'value'   => 'custom_style',
			),
			'group'       => esc_html__( 'Custom Settings', 'eduma' ),
		),

		array(
			'type'        => 'colorpicker',
			'admin_label' => true,
			'heading'     => esc_html__( 'Hover background color', 'eduma' ),
			'param_name'  => 'hover_bg_color',
			'description' => esc_html__( 'Select the hover background color.', 'eduma' ),
			'dependency'  => array(
				'element' => 'custom_style',
				'value'   => 'custom_style',
			),
			'group'       => esc_html__( 'Custom Settings', 'eduma' ),
		),

		array(
			'type'        => 'iconpicker',
			'admin_label' => true,
			'heading'     => esc_html__( 'Select icon', 'eduma' ),
			'param_name'  => 'icon',
			'value'       => '',
			'description' => esc_html__( 'Select the icon', 'eduma' ),
		),

		array(
			'type'        => 'number',
			'admin_label' => true,
			'heading'     => esc_html__( 'Icon size.', 'eduma' ),
			'param_name'  => 'icon_size',
			'description' => esc_html__( 'Select the icon font size. Unit is px', 'eduma' ),
			'std'         => $defaults['icon_size']
		),

		array(
			'type'        => 'dropdown',
			'admin_label' => true,
			'heading'     => esc_html__( 'Icon Position', 'eduma' ),
			'param_name'  => 'icon_position',
			'value'       => array(
				esc_html__( 'Select', 'eduma' )      => '',
				esc_html__( 'Before text', 'eduma' ) => 'before',
				esc_html__( 'After text', 'eduma' )  => 'after',
			),
			'std'         => $defaults['icon_position']
		),

		array(
			'type'        => 'dropdown',
			'admin_label' => true,
			'heading'     => esc_html__( 'Button size', 'eduma' ),
			'param_name'  => 'button_size',
			'value'       => array(
				esc_html__( 'Normal', 'eduma' ) => 'normal',
				esc_html__( 'Small', 'eduma' )  => 'small',
				esc_html__( 'Medium', 'eduma' ) => 'medium',
				esc_html__( 'Large', 'eduma' )  => 'large',
			),
			'std'         => $defaults['button_size']

		),

		array(
			'type'        => 'dropdown',
			'admin_label' => true,
			'heading'     => esc_html__( 'Rounding', 'eduma' ),
			'param_name'  => 'rounding',
			'value'       => array(
				esc_html__( 'None', 'eduma' )         => '',
				esc_html__( 'Tiny Rounded', 'eduma' ) => 'tiny-rounded',
				esc_html__( 'Very Rounded', 'eduma' ) => 'very-rounded',
			),
			'std'         => $defaults['rounding']
		),

        // Extra class
        array(
            'type'        => 'textfield',
            'admin_label' => true,
            'heading'     => esc_html__( 'Extra class', 'eduma' ),
            'param_name'  => 'el_class',
            'value'       => '',
            'description' => esc_html__( 'Add extra class name that will be applied to the icon box, and you can use this class for your customizations.', 'eduma' ),
        ),

	)
) );

Zerion Mini Shell 1.0