Current File : /home/n742ef5/royalanteam.com/wp-content/plugins/Ultimate_VC_Addons/presets/Ultimate_Info_Box.php
<?php
/**
 * Presets - Info Box
 *
 *  @package Info Box
 */

$array = array(
	'base'    => 'bsf-info-box', // shortcode base.
	'presets' => array( // presets array.
		// 1.
		array(
			'title'    => 'Icon at left with Heading', // Title of preset.
			'default'  => false, // set true if if want to load this preset on newly created element.
			'settings' => array(
				'icon_type'           => 'selector',
				'icon'                => 'Defaults-cog gear',
				'icon_img'            => '',
				'img_width'           => '48',
				'icon_size'           => '25',
				'icon_color'          => '#333',
				'icon_style'          => 'none',
				'icon_color_bg'       => '#ffffff',
				'icon_color_border'   => '#333333',
				'icon_border_style'   => '',
				'icon_border_size'    => '1',
				'icon_border_radius'  => '500',
				'icon_border_spacing' => '50',
				'icon_animation'      => '',
				'title'               => 'REAL TIME-SAVER',
				'content'             => 'Write a short description, that will describe the title or something informational and useful.',
			),
		), // end of preset.
		// 2.
		array(
			'title'    => 'Icon at right with Heading', // Title of preset.
			'default'  => false, // set true if if want to load this preset on newly created element.
			'settings' => array(
				'icon_type'           => 'selector',
				'icon'                => 'Defaults-cog gear',
				'icon_img'            => '',
				'img_width'           => '48',
				'icon_size'           => '25',
				'icon_color'          => '#333',
				'icon_style'          => 'none',
				'icon_color_bg'       => '#ffffff',
				'icon_color_border'   => '#333333',
				'icon_border_style'   => '',
				'icon_border_size'    => '1',
				'icon_border_radius'  => '500',
				'icon_border_spacing' => '50',
				'icon_animation'      => '',
				'title'               => 'REAL TIME-SAVER',
				'pos'                 => 'heading-right',
				'content'             => 'Write a short description, that will describe the title or something informational and useful.',
			),
		), // end of preset.
		// 3.
		array(
			'title'    => 'Circle background icon with Heading', // Title of preset.
			'default'  => false, // set true if if want to load this preset on newly created element.
			'settings' => array(
				'icon_type'           => 'selector',
				'icon'                => 'Defaults-home',
				'icon_img'            => '',
				'img_width'           => '48',
				'icon_size'           => '18',
				'icon_color'          => '#ffffff',
				'icon_style'          => 'advanced',
				'icon_color_bg'       => '#000000',
				'icon_color_border'   => '#ffffff',
				'icon_border_style'   => 'solid',
				'icon_border_size'    => '1',
				'icon_border_radius'  => '500',
				'icon_border_spacing' => '36',
				'icon_animation'      => '',
				'title'               => 'Beautifully Simplistic',
				'hover_effect'        => 'style_2',
				'content'             => 'Write a short description or something else, that will describe the title or something informational and useful.',
			),
		), // end of preset.
		// 4.
		array(
			'title'    => 'Icon at left', // Title of preset.
			'default'  => false, // set true if if want to load this preset on newly created element.
			'settings' => array(
				'icon_type'           => 'selector',
				'icon'                => 'Defaults-hand-o-right',
				'icon_img'            => '',
				'img_width'           => '48',
				'icon_size'           => '34',
				'icon_color'          => '#27ccc0',
				'icon_style'          => 'none',
				'icon_color_bg'       => '#ffffff',
				'icon_color_border'   => '#333333',
				'icon_border_style'   => '',
				'icon_border_size'    => '1',
				'icon_border_radius'  => '500',
				'icon_border_spacing' => '50',
				'icon_animation'      => '',
				'title'               => 'Design To Brag About',
				'pos'                 => 'left',
				'content'             => 'Write a short description, that will describe the title or something informational and useful.',
			),
		), // end of preset.
		// 5.
		array(
			'title'    => 'Icon at right', // Title of preset.
			'default'  => false, // set true if if want to load this preset on newly created element.
			'settings' => array(
				'icon_type'           => 'selector',
				'icon'                => 'Defaults-hand-o-right',
				'icon_img'            => '',
				'img_width'           => '48',
				'icon_size'           => '34',
				'icon_color'          => '#27ccc0',
				'icon_style'          => 'none',
				'icon_color_bg'       => '#ffffff',
				'icon_color_border'   => '#333333',
				'icon_border_style'   => '',
				'icon_border_size'    => '1',
				'icon_border_radius'  => '500',
				'icon_border_spacing' => '50',
				'icon_animation'      => '',
				'title'               => 'Design To Brag About',
				'pos'                 => 'right',
				'content'             => 'Write a short description, that will describe the title or something informational and useful.',
			),
		), // end of preset.
		// 6.
		array(
			'title'    => 'Icon at Top', // Title of preset.
			'default'  => false, // set true if if want to load this preset on newly created element.
			'settings' => array(
				'icon_type'           => 'selector',
				'icon'                => 'Defaults-volume-up',
				'icon_img'            => '',
				'img_width'           => '48',
				'icon_size'           => '32',
				'icon_color'          => '#f6653c',
				'icon_style'          => 'advanced',
				'icon_color_bg'       => '#f4f4f4',
				'icon_color_border'   => '#e2e2e2',
				'icon_border_style'   => 'solid',
				'icon_border_size'    => '1',
				'icon_border_radius'  => '500',
				'icon_border_spacing' => '90',
				'icon_animation'      => '',
				'title'               => 'Award Winning Quality',
				'hover_effect'        => 'style_2',
				'pos'                 => 'top',
				'content'             => 'Write a short description, that will describe the title or something informational and useful.',
			),
		), // end of preset.
	),
);