????JFIF??x?x????'
Server IP : 104.21.80.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/themes/globeco/vc/theme_shortcodes/ |
Upload File : |
<?php // Map Shortcode in Visual Composer global $cws_theme_funcs; $body_font_options = $cws_theme_funcs->cws_get_option( 'body-font' ); $body_font_color = esc_attr( $body_font_options['color'] ); $icon_params = cws_ext_icon_vc_sc_config_params( "customize", true ); $params = cws_ext_merge_arrs( array( array( array( "type" => "dropdown", "heading" => esc_html__( 'Type', 'globeco' ), "param_name" => "type", "value" => array( esc_html__( 'Success', 'globeco' ) => 'success', esc_html__( 'Warning', 'globeco' ) => 'warn', esc_html__( 'Error', 'globeco' ) => 'error', esc_html__( 'Informational', 'globeco' ) => 'info', ) ), array( "type" => "textfield", "admin_label" => true, "heading" => esc_html__( 'Title', 'globeco' ), "param_name" => "title", ), array( "type" => "textarea", "heading" => esc_html__( 'Text', 'globeco' ), "param_name" => "text", ), array( "type" => "checkbox", "param_name" => "is_closable", "value" => array( esc_html__( 'Closable', 'globeco' ) => true ) ), array( "type" => "checkbox", "param_name" => "customize", "value" => array( esc_html__( 'Customize', 'globeco' ) => true ) ) ), $icon_params, array( array( "type" => "colorpicker", "heading" => esc_html__( 'Background Color', 'globeco' ), "param_name" => "custom_fill_color", "dependency" => array( "element" => "customize", "not_empty" => true ), "value" => "#e4f1ff" ), array( "type" => "colorpicker", "heading" => esc_html__( 'Font Color', 'globeco' ), "param_name" => "custom_font_color", "dependency" => array( "element" => "customize", "not_empty" => true ), "value" => "#20a0eb" ), array( "type" => "colorpicker", "heading" => esc_html__( 'Icon Color', 'globeco' ), "param_name" => "custom_icon_color", "dependency" => array( "element" => "customize", "not_empty" => true ), "value" => "#ffffff" ), array( "type" => "textfield", "heading" => esc_html__( 'Extra class name', 'globeco' ), "description" => esc_html__( 'If you wish to style particular content element differently, then use this field to add a class name and then refer to it in your css file.', 'globeco' ), "param_name" => "el_class", "value" => "" ) ) )); vc_map( array( "name" => esc_html__( 'CWS Message Box', 'globeco' ), "base" => "cws_sc_msg_box", 'category' => "By CWS", "icon" => "cws_icon", "weight" => 80, "params" => $params )); if ( class_exists( 'WPBakeryShortCode' ) ) { class WPBakeryShortCode_CWS_Sc_Msg_Box extends WPBakeryShortCode { } } ?>