BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
wp-content
/
plugins
/
porto-functionality
/
shortcodes
/
shortcodes
📤 Upload
📝 New File
📁 New Folder
Close
Editing: porto_diamonds.php
<?php // Porto Diamonds add_action( 'vc_after_init', 'porto_load_diamonds_shortcode' ); function porto_load_diamonds_shortcode() { $animation_type = porto_vc_animation_type(); $animation_duration = porto_vc_animation_duration(); $animation_delay = porto_vc_animation_delay(); $animation_reveal_clr = porto_vc_animation_reveal_clr(); $custom_class = porto_vc_custom_class(); vc_map( array( 'name' => 'Porto ' . __( 'Diamonds', 'porto-functionality' ), 'base' => 'porto_diamonds', 'category' => __( 'Porto', 'porto-functionality' ), 'description' => __( 'Insert image gallery with diamond style', 'porto-functionality' ), 'icon' => PORTO_WIDGET_URL . 'diamonds.png', 'class' => 'porto-wpb-widget', 'params' => array( array( 'type' => 'checkbox', 'heading' => __( 'Enable Lightbox', 'porto-functionality' ), 'param_name' => 'lightbox', 'std' => 'yes', 'value' => array( __( 'Yes', 'js_composer' ) => 'yes' ), ), array( 'type' => 'label', 'heading' => __( 'Input Image URL or Select Image.', 'porto-functionality' ), 'param_name' => 'label', ), array( 'type' => 'label', 'heading' => __( 'Block 1:', 'porto-functionality' ), 'param_name' => 'label', ), array( 'type' => 'textfield', 'heading' => __( 'Image URL', 'porto-functionality' ), 'param_name' => 'image1_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Image', 'porto-functionality' ), 'param_name' => 'image1_id', ), array( 'type' => 'textfield', 'heading' => __( 'Title', 'porto-functionality' ), 'param_name' => 'title1', ), array( 'type' => 'textfield', 'heading' => __( 'Zoom Image URL', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image1_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Zoom Image', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image1_id', ), array( 'type' => 'textfield', 'heading' => __( 'URL (Link)', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'is_empty' => true, ), 'param_name' => 'link1', ), array( 'type' => 'label', 'heading' => __( 'Block 2:', 'porto-functionality' ), 'param_name' => 'label', ), array( 'type' => 'textfield', 'heading' => __( 'Image URL', 'porto-functionality' ), 'param_name' => 'image2_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Image', 'porto-functionality' ), 'param_name' => 'image2_id', ), array( 'type' => 'textfield', 'heading' => __( 'Title', 'porto-functionality' ), 'param_name' => 'title2', ), array( 'type' => 'textfield', 'heading' => __( 'Zoom Image URL', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image2_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Zoom Image', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image2_id', ), array( 'type' => 'textfield', 'heading' => __( 'URL (Link)', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'is_empty' => true, ), 'param_name' => 'link2', ), array( 'type' => 'label', 'heading' => __( 'Block 3:', 'porto-functionality' ), 'param_name' => 'label', ), array( 'type' => 'textfield', 'heading' => __( 'Image URL', 'porto-functionality' ), 'param_name' => 'image3_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Image', 'porto-functionality' ), 'param_name' => 'image3_id', ), array( 'type' => 'textfield', 'heading' => __( 'Title', 'porto-functionality' ), 'param_name' => 'title3', ), array( 'type' => 'textfield', 'heading' => __( 'Zoom Image URL', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image3_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Zoom Image', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image3_id', ), array( 'type' => 'textfield', 'heading' => __( 'URL (Link)', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'is_empty' => true, ), 'param_name' => 'link3', ), array( 'type' => 'label', 'heading' => __( 'Block 4:', 'porto-functionality' ), 'param_name' => 'label', ), array( 'type' => 'textfield', 'heading' => __( 'Image URL', 'porto-functionality' ), 'param_name' => 'image4_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Image', 'porto-functionality' ), 'param_name' => 'image4_id', ), array( 'type' => 'textfield', 'heading' => __( 'Title', 'porto-functionality' ), 'param_name' => 'title4', ), array( 'type' => 'textfield', 'heading' => __( 'Zoom Image URL', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image4_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Zoom Image', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image4_id', ), array( 'type' => 'textfield', 'heading' => __( 'URL (Link)', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'is_empty' => true, ), 'param_name' => 'link4', ), array( 'type' => 'label', 'heading' => __( 'Block 5:', 'porto-functionality' ), 'param_name' => 'label', ), array( 'type' => 'textfield', 'heading' => __( 'Image URL', 'porto-functionality' ), 'param_name' => 'image5_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Image', 'porto-functionality' ), 'param_name' => 'image5_id', ), array( 'type' => 'textfield', 'heading' => __( 'Title', 'porto-functionality' ), 'param_name' => 'title5', ), array( 'type' => 'textfield', 'heading' => __( 'Zoom Image URL', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image5_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Zoom Image', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image5_id', ), array( 'type' => 'textfield', 'heading' => __( 'URL (Link)', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'is_empty' => true, ), 'param_name' => 'link5', ), array( 'type' => 'label', 'heading' => __( 'Block 6:', 'porto-functionality' ), 'param_name' => 'label', ), array( 'type' => 'textfield', 'heading' => __( 'Image URL', 'porto-functionality' ), 'param_name' => 'image6_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Image', 'porto-functionality' ), 'param_name' => 'image6_id', ), array( 'type' => 'textfield', 'heading' => __( 'Title', 'porto-functionality' ), 'param_name' => 'title6', ), array( 'type' => 'textfield', 'heading' => __( 'Zoom Image URL', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image6_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Zoom Image', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image6_id', ), array( 'type' => 'textfield', 'heading' => __( 'URL (Link)', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'is_empty' => true, ), 'param_name' => 'link6', ), array( 'type' => 'label', 'heading' => __( 'Block 7:', 'porto-functionality' ), 'param_name' => 'label', ), array( 'type' => 'textfield', 'heading' => __( 'Image URL', 'porto-functionality' ), 'param_name' => 'image7_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Image', 'porto-functionality' ), 'param_name' => 'image7_id', ), array( 'type' => 'textfield', 'heading' => __( 'Title', 'porto-functionality' ), 'param_name' => 'title7', ), array( 'type' => 'textfield', 'heading' => __( 'Zoom Image URL', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image7_url', ), array( 'type' => 'attach_image', 'heading' => __( 'Zoom Image', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'not_empty' => true, ), 'param_name' => 'zoom_image7_id', ), array( 'type' => 'textfield', 'heading' => __( 'URL (Link)', 'porto-functionality' ), 'dependency' => array( 'element' => 'lightbox', 'is_empty' => true, ), 'param_name' => 'link7', ), $custom_class, $animation_type, $animation_duration, $animation_delay, $animation_reveal_clr, ), ) ); if ( ! class_exists( 'WPBakeryShortCode_Porto_Diamonds' ) ) { class WPBakeryShortCode_Porto_Diamonds extends WPBakeryShortCode { } } }
Save
Cancel