| Server IP : 60.247.133.247 / Your IP : 216.73.217.108 Web Server : Apache System : Linux ebs-119054 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 User : goodwill ( 65985) PHP Version : 8.2.20 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/goodwill/wwwroot/wp-content/plugins/Ultimate_VC_Addons/presets/ |
Upload File : |
<?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. ), );