-
WIBUHAX0R1337
-
/
home
/
cideo
/
www
/
wp-contentVIp
/
plugins
/
js_composer
/
config
/
content
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
shortcode-vc-column-text.php
1.097KB
Edit File
Delete File
Rename
shortcode-vc-custom-heading.php
0.129KB
Edit File
Delete File
Rename
shortcode-vc-empty-space.php
0.999KB
Edit File
Delete File
Rename
shortcode-vc-flickr.php
2.126KB
Edit File
Delete File
Rename
shortcode-vc-gallery.php
4.826KB
Edit File
Delete File
Rename
shortcode-vc-gmaps.php
2.027KB
Edit File
Delete File
Rename
shortcode-vc-icon.php
0.073KB
Edit File
Delete File
Rename
shortcode-vc-images-carousel.php
4.87KB
Edit File
Delete File
Rename
shortcode-vc-line-chart.php
4.295KB
Edit File
Delete File
Rename
shortcode-vc-message.php
9.243KB
Edit File
Delete File
Rename
shortcode-vc-pie.php
2.376KB
Edit File
Delete File
Rename
shortcode-vc-posts-slider.php
5.922KB
Edit File
Delete File
Rename
shortcode-vc-progress-bar.php
5.39KB
Edit File
Delete File
Rename
shortcode-vc-round-chart.php
4.931KB
Edit File
Delete File
Rename
shortcode-vc-separator.php
2.469KB
Edit File
Delete File
Rename
shortcode-vc-text-separator.php
4.218KB
Edit File
Delete File
Rename
shortcode-vc-toggle.php
4.356KB
Edit File
Delete File
Rename
shortcode-vc-video.php
2.382KB
Edit File
Delete File
Rename
vc-custom-heading-element.php
3.289KB
Edit File
Delete File
Rename
vc-icon-element.php
7.645KB
Edit File
Delete File
Rename
<?php function vc_icon_element_params() { return array( 'name' => __( 'Icon', 'js_composer' ), 'base' => 'vc_icon', 'icon' => 'icon-wpb-vc_icon', 'category' => __( 'Content', 'js_composer' ), 'description' => __( 'Eye catching icons from libraries', 'js_composer' ), 'params' => array( array( 'type' => 'dropdown', 'heading' => __( 'Icon library', 'js_composer' ), 'value' => array( __( 'Font Awesome', 'js_composer' ) => 'fontawesome', __( 'Open Iconic', 'js_composer' ) => 'openiconic', __( 'Typicons', 'js_composer' ) => 'typicons', __( 'Entypo', 'js_composer' ) => 'entypo', __( 'Linecons', 'js_composer' ) => 'linecons', __( 'Mono Social', 'js_composer' ) => 'monosocial', ), 'admin_label' => true, 'param_name' => 'type', 'description' => __( 'Select icon library.', 'js_composer' ), ), array( 'type' => 'iconpicker', 'heading' => __( 'Icon', 'js_composer' ), 'param_name' => 'icon_fontawesome', 'value' => 'fa fa-adjust', // default value to backend editor admin_label 'settings' => array( 'emptyIcon' => false, // default true, display an "EMPTY" icon? 'iconsPerPage' => 4000, // default 100, how many icons per/page to display, we use (big number) to display all icons in single page ), 'dependency' => array( 'element' => 'type', 'value' => 'fontawesome', ), 'description' => __( 'Select icon from library.', 'js_composer' ), ), array( 'type' => 'iconpicker', 'heading' => __( 'Icon', 'js_composer' ), 'param_name' => 'icon_openiconic', 'value' => 'vc-oi vc-oi-dial', // default value to backend editor admin_label 'settings' => array( 'emptyIcon' => false, // default true, display an "EMPTY" icon? 'type' => 'openiconic', 'iconsPerPage' => 4000, // default 100, how many icons per/page to display ), 'dependency' => array( 'element' => 'type', 'value' => 'openiconic', ), 'description' => __( 'Select icon from library.', 'js_composer' ), ), array( 'type' => 'iconpicker', 'heading' => __( 'Icon', 'js_composer' ), 'param_name' => 'icon_typicons', 'value' => 'typcn typcn-adjust-brightness', // default value to backend editor admin_label 'settings' => array( 'emptyIcon' => false, // default true, display an "EMPTY" icon? 'type' => 'typicons', 'iconsPerPage' => 4000, // default 100, how many icons per/page to display ), 'dependency' => array( 'element' => 'type', 'value' => 'typicons', ), 'description' => __( 'Select icon from library.', 'js_composer' ), ), array( 'type' => 'iconpicker', 'heading' => __( 'Icon', 'js_composer' ), 'param_name' => 'icon_entypo', 'value' => 'entypo-icon entypo-icon-note', // default value to backend editor admin_label 'settings' => array( 'emptyIcon' => false, // default true, display an "EMPTY" icon? 'type' => 'entypo', 'iconsPerPage' => 4000, // default 100, how many icons per/page to display ), 'dependency' => array( 'element' => 'type', 'value' => 'entypo', ), ), array( 'type' => 'iconpicker', 'heading' => __( 'Icon', 'js_composer' ), 'param_name' => 'icon_linecons', 'value' => 'vc_li vc_li-heart', // default value to backend editor admin_label 'settings' => array( 'emptyIcon' => false, // default true, display an "EMPTY" icon? 'type' => 'linecons', 'iconsPerPage' => 4000, // default 100, how many icons per/page to display ), 'dependency' => array( 'element' => 'type', 'value' => 'linecons', ), 'description' => __( 'Select icon from library.', 'js_composer' ), ), array( 'type' => 'iconpicker', 'heading' => __( 'Icon', 'js_composer' ), 'param_name' => 'icon_monosocial', 'value' => 'vc-mono vc-mono-fivehundredpx', // default value to backend editor admin_label 'settings' => array( 'emptyIcon' => false, // default true, display an "EMPTY" icon? 'type' => 'monosocial', 'iconsPerPage' => 4000, // default 100, how many icons per/page to display ), 'dependency' => array( 'element' => 'type', 'value' => 'monosocial', ), 'description' => __( 'Select icon from library.', 'js_composer' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Icon color', 'js_composer' ), 'param_name' => 'color', 'value' => array_merge( getVcShared( 'colors' ), array( __( 'Custom color', 'js_composer' ) => 'custom' ) ), 'description' => __( 'Select icon color.', 'js_composer' ), 'param_holder_class' => 'vc_colored-dropdown', ), array( 'type' => 'colorpicker', 'heading' => __( 'Custom color', 'js_composer' ), 'param_name' => 'custom_color', 'description' => __( 'Select custom icon color.', 'js_composer' ), 'dependency' => array( 'element' => 'color', 'value' => 'custom', ), ), array( 'type' => 'dropdown', 'heading' => __( 'Background shape', 'js_composer' ), 'param_name' => 'background_style', 'value' => array( __( 'None', 'js_composer' ) => '', __( 'Circle', 'js_composer' ) => 'rounded', __( 'Square', 'js_composer' ) => 'boxed', __( 'Rounded', 'js_composer' ) => 'rounded-less', __( 'Outline Circle', 'js_composer' ) => 'rounded-outline', __( 'Outline Square', 'js_composer' ) => 'boxed-outline', __( 'Outline Rounded', 'js_composer' ) => 'rounded-less-outline', ), 'description' => __( 'Select background shape and style for icon.', 'js_composer' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Background color', 'js_composer' ), 'param_name' => 'background_color', 'value' => array_merge( getVcShared( 'colors' ), array( __( 'Custom color', 'js_composer' ) => 'custom' ) ), 'std' => 'grey', 'description' => __( 'Select background color for icon.', 'js_composer' ), 'param_holder_class' => 'vc_colored-dropdown', 'dependency' => array( 'element' => 'background_style', 'not_empty' => true, ), ), array( 'type' => 'colorpicker', 'heading' => __( 'Custom background color', 'js_composer' ), 'param_name' => 'custom_background_color', 'description' => __( 'Select custom icon background color.', 'js_composer' ), 'dependency' => array( 'element' => 'background_color', 'value' => 'custom', ), ), array( 'type' => 'dropdown', 'heading' => __( 'Size', 'js_composer' ), 'param_name' => 'size', 'value' => array_merge( getVcShared( 'sizes' ), array( 'Extra Large' => 'xl' ) ), 'std' => 'md', 'description' => __( 'Icon size.', 'js_composer' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Icon alignment', 'js_composer' ), 'param_name' => 'align', 'value' => array( __( 'Left', 'js_composer' ) => 'left', __( 'Right', 'js_composer' ) => 'right', __( 'Center', 'js_composer' ) => 'center', ), 'description' => __( 'Select icon alignment.', 'js_composer' ), ), array( 'type' => 'vc_link', 'heading' => __( 'URL (Link)', 'js_composer' ), 'param_name' => 'link', 'description' => __( 'Add link to icon.', 'js_composer' ), ), vc_map_add_css_animation(), array( 'type' => 'textfield', 'heading' => __( 'Extra class name', 'js_composer' ), 'param_name' => 'el_class', 'description' => __( 'Style particular content element differently - add a class name and refer to it in custom CSS.', 'js_composer' ), ), array( 'type' => 'css_editor', 'heading' => __( 'CSS box', 'js_composer' ), 'param_name' => 'css', 'group' => __( 'Design Options', 'js_composer' ), ), ), 'js_view' => 'VcIconElementView_Backend', ); }
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat