File: /home/slyfwmm/pianob/wp-content/plugins/cmssuperheroes/shortcodes/cms_progressbar.php
<?php
vc_map(
array(
"name" => __("CMS Progress Bar", CMS_NAME),
"base" => "cms_progressbar",
"class" => "vc-cms-progressbar",
"category" => __("CmsSuperheroes Shortcodes", CMS_NAME),
"params" => array(
array(
"type" => "dropdown",
"heading" => __("Mode",CMS_NAME),
"param_name" => "mode",
"value" => array(
"Horizontal" => "horizontal",
"Vertical" => "vertical"
),
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
"type" => "textfield",
"heading" => __("Item Title",CMS_NAME),
"param_name" => "item_title",
"value" => "",
'holder' => 'div',
"description" => __("",CMS_NAME),
"group" => __("Progress Bar Settings", CMS_NAME)
),
/* Start Icon */
array(
'type' => 'dropdown',
'heading' => __( 'Icon library', CMS_NAME ),
'value' => array(
__( 'Font Awesome', CMS_NAME ) => 'fontawesome',
__( 'Open Iconic', CMS_NAME ) => 'openiconic',
__( 'Typicons', CMS_NAME ) => 'typicons',
__( 'Entypo', CMS_NAME ) => 'entypo',
__( 'Linecons', CMS_NAME ) => 'linecons',
__( 'Pixel', CMS_NAME ) => 'pixelicons',
__( 'P7 Stroke', CMS_NAME ) => 'pe7stroke',
),
'param_name' => 'icon_type',
'description' => __( 'Select icon library.', 'js_composer' ),
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
'type' => 'iconpicker',
'heading' => __( 'Icon', CMS_NAME ),
'param_name' => 'icon_fontawesome',
'value' => '',
'settings' => array(
'emptyIcon' => true, // default true, display an "EMPTY" icon?
'type' => 'fontawesome',
'iconsPerPage' => 200, // default 100, how many icons per/page to display
),
'dependency' => array(
'element' => 'icon_type',
'value' => 'fontawesome',
),
'description' => __( 'Select icon from library.', CMS_NAME ),
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
'type' => 'iconpicker',
'heading' => __( 'Icon', CMS_NAME ),
'param_name' => 'icon_openiconic',
'value' => '',
'settings' => array(
'emptyIcon' => true, // default true, display an "EMPTY" icon?
'type' => 'openiconic',
'iconsPerPage' => 200, // default 100, how many icons per/page to display
),
'dependency' => array(
'element' => 'icon_type',
'value' => 'openiconic',
),
'description' => __( 'Select icon from library.', CMS_NAME ),
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
'type' => 'iconpicker',
'heading' => __( 'Icon', CMS_NAME ),
'param_name' => 'icon_typicons',
'value' => '',
'settings' => array(
'emptyIcon' => true, // default true, display an "EMPTY" icon?
'type' => 'typicons',
'iconsPerPage' => 200, // default 100, how many icons per/page to display
),
'dependency' => array(
'element' => 'icon_type',
'value' => 'typicons',
),
'description' => __( 'Select icon from library.', CMS_NAME ),
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
'type' => 'iconpicker',
'heading' => __( 'Icon', CMS_NAME ),
'param_name' => 'icon_entypo',
'value' => '',
'settings' => array(
'emptyIcon' => true, // default true, display an "EMPTY" icon?
'type' => 'entypo',
'iconsPerPage' => 200, // default 100, how many icons per/page to display
),
'dependency' => array(
'element' => 'icon_type',
'value' => 'entypo',
),
'description' => __( 'Select icon from library.', CMS_NAME ),
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
'type' => 'iconpicker',
'heading' => __( 'Icon', CMS_NAME ),
'param_name' => 'icon_linecons',
'value' => '',
'settings' => array(
'emptyIcon' => true, // default true, display an "EMPTY" icon?
'type' => 'linecons',
'iconsPerPage' => 200, // default 100, how many icons per/page to display
),
'dependency' => array(
'element' => 'icon_type',
'value' => 'linecons',
),
'description' => __( 'Select icon from library.', CMS_NAME ),
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
'type' => 'iconpicker',
'heading' => __( 'Icon', CMS_NAME ),
'param_name' => 'icon_pixelicons',
'value' => '',
'settings' => array(
'emptyIcon' => true, // default true, display an "EMPTY" icon?
'type' => 'pixelicons',
'iconsPerPage' => 200, // default 100, how many icons per/page to display
),
'dependency' => array(
'element' => 'icon_type',
'value' => 'pixelicons',
),
'description' => __( 'Select icon from library.', CMS_NAME ),
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
'type' => 'iconpicker',
'heading' => __( 'Icon', CMS_NAME ),
'param_name' => 'icon_pe7stroke',
'value' => '',
'settings' => array(
'emptyIcon' => true, // default true, display an "EMPTY" icon?
'type' => 'pe7stroke',
'iconsPerPage' => 200, // default 100, how many icons per/page to display
),
'dependency' => array(
'element' => 'icon_type',
'value' => 'pe7stroke',
),
'description' => __( 'Select icon from library.', CMS_NAME ),
"group" => __("Progress Bar Settings", CMS_NAME)
),
/* End Icon */
array(
"type" => "dropdown",
"heading" => __ ( 'Show Value', CMS_NAME ),
"param_name" => "show_value",
"value" => array(
"Yes" => "true",
"No" => "false"
),
"description" => '',
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
"type" => "textfield",
"class" => "",
"value" => "60",
"heading" => __ ( "Value", CMS_NAME ),
"param_name" => "value",
"description" => "Number only, ex: 60",
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
"type" => "textfield",
"class" => "",
"heading" => __ ( "Value Suffix", CMS_NAME ),
"group" => __("Progress Bar Settings", CMS_NAME),
"param_name" => "value_suffix",
"description" => ""
),
array(
"type" => "colorpicker",
"heading" => __ ( 'Background Color Bar', CMS_NAME ),
"param_name" => "bg_color",
"group" => __("Progress Bar Settings", CMS_NAME),
"value" =>"#e9e9e9",
"description" => __('Background color for wrapper bar. Default is #e9e9e9',CMS_NAME)
),
array(
"type" => "colorpicker",
"heading" => __ ( 'Progress Color', CMS_NAME ),
"param_name" => "color",
"group" => __("Progress Bar Settings", CMS_NAME),
"description" => __('Background color for progress.',CMS_NAME)
),
array(
"type" => "textfield",
"class" => "",
"heading" => __ ( "Width", CMS_NAME ),
"param_name" => "width",
"value" => "250px",
"group" => __("Progress Bar Settings", CMS_NAME),
"description" => "in px"
),
array(
"type" => "textfield",
"class" => "",
"heading" => __ ( "Height", CMS_NAME ),
"param_name" => "height",
"value" => "50px",
"group" => __("Progress Bar Settings", CMS_NAME),
"description" => "in px"
),
array(
"type" => "textfield",
"heading" => __ ( 'Border Radius', CMS_NAME ),
"param_name" => "border_radius",
"group" => __("Progress Bar Settings", CMS_NAME),
"description" => 'px,%,...'
),
array(
"type" => "dropdown",
"heading" => __("Striped",CMS_NAME),
"param_name" => "striped",
"value" => array(
"Yes" => "yes",
"No" => "no"
),
"group" => __("Progress Bar Settings", CMS_NAME)
),
array(
"type" => "textfield",
"heading" => __("Extra Class",CMS_NAME),
"param_name" => "class",
"value" => "",
"description" => __("",CMS_NAME),
"group" => __("Template", CMS_NAME)
),
array(
"type" => "cms_template",
"param_name" => "cms_template",
"shortcode" => "cms_progressbar",
"group" => __("Template", CMS_NAME),
)
)
)
);
class WPBakeryShortCode_cms_progressbar extends CmsShortCode{
protected function content($atts, $content = null){
$atts_extra = shortcode_atts(array(
'mode' => 'horizontal',
'item_title' => '',
'icon' => '',
'show_value' => 'true',
'value'=> '60',
'value_suffix'=> '',
'bg_color'=> '#e9e9e9',
'color'=> '',
'width'=> '250px',
'height'=> '50px',
'border_radius'=> '',
'striped'=> 'yes',
'cms_template' => 'cms_progressbar.php',
'class' => '',
), $atts);
$atts['icon_type'] = isset($atts['icon_type'])?$atts['icon_type']:'fontawesome';
$atts = array_merge($atts_extra,$atts);
if($atts['icon_type']=='pe7stroke'){
wp_enqueue_style('cms-icon-pe7stroke', CMS_CSS. 'Pe-icon-7-stroke.css');
}else{
vc_icon_element_fonts_enqueue( $atts['icon_type'] );
}
/* CSS */
wp_register_style('bootstrap-progressbar', CMS_CSS . "bootstrap-progressbar.min.css","","0.7.0","all");
wp_enqueue_style('bootstrap-progressbar');
/* JS */
wp_register_script('bootstrap-progressbar', CMS_JS . "bootstrap-progressbar.min.js",array('jquery'),"0.7.0",true);
wp_register_script('cms-progressbar', CMS_JS . "bootstrap-progressbar.cms.js",array('jquery','bootstrap-progressbar'),"1.0.0",true);
wp_enqueue_script('cms-progressbar');
wp_enqueue_script('waypoints');
/* Layout */
$html_id = cmsHtmlID('cms-progressbar');
$atts['template'] = 'template-'.str_replace('.php','',$atts['cms_template']) . ' '. $atts['class'];
$atts['html_id'] = $html_id;
return parent::content($atts, $content);
}
}
?>