PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/oligap/www/wp-content/themes/woodmart/inc/integrations/visual-composer/maps/ |
| Server: Linux cloud.virginhosting.lk 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64 IP: 128.140.68.198 |
| Dir : /home/oligap/www/wp-content/themes/woodmart/inc/integrations/visual-composer/maps/image.php |
<?php
if ( ! defined( 'WOODMART_THEME_DIR' ) ) {
exit( 'No direct script access allowed' );
}
if ( ! function_exists( 'woodmart_vc_map_image' ) ) {
function woodmart_vc_map_image() {
if ( ! shortcode_exists( 'woodmart_image' ) ) {
return;
}
vc_map(
array(
'name' => esc_html__( 'Image or SVG', 'woodmart' ),
'base' => 'woodmart_image',
'category' => woodmart_get_tab_title_category_for_wpb( esc_html__( 'Theme elements', 'woodmart' ) ),
'icon' => WOODMART_ASSETS . '/images/vc-icon/image-or-svg.svg',
'description' => esc_html__( 'Display JPG, PNG or SVG image', 'woodmart' ),
'params' => array(
array(
'type' => 'woodmart_css_id',
'param_name' => 'woodmart_css_id',
),
/**
* Image Option Section.
*/
array(
'type' => 'woodmart_title_divider',
'holder' => 'div',
'title' => esc_html__( 'Image', 'woodmart' ),
'param_name' => 'extra_divider',
),
array(
'type' => 'attach_image',
'heading' => esc_html__( 'Image', 'woodmart' ),
'param_name' => 'img_id',
'hint' => esc_html__( 'Select images from media library.', 'woodmart' ),
'edit_field_class' => 'vc_col-sm-6 vc_column',
),
array(
'type' => 'textfield',
'heading' => esc_html__( 'Image size', 'woodmart' ),
'param_name' => 'img_size',
'hint' => esc_html__( '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.', 'woodmart' ),
'description' => esc_html__( 'Example: \'thumbnail\', \'medium\', \'large\', \'full\' or enter image size in pixels: \'200x100\'.', 'woodmart' ),
'edit_field_class' => 'vc_col-sm-6 vc_column',
),
array(
'type' => 'woodmart_image_select',
'heading' => esc_html__( 'Image alignment', 'woodmart' ),
'param_name' => 'img_align',
'value' => array(
esc_html__( 'Left', 'woodmart' ) => 'left',
esc_html__( 'Center', 'woodmart' ) => 'center',
esc_html__( 'Right', 'woodmart' ) => 'right',
),
'images_value' => array(
'center' => WOODMART_ASSETS_IMAGES . '/settings/align/center.jpg',
'left' => WOODMART_ASSETS_IMAGES . '/settings/align/left.jpg',
'right' => WOODMART_ASSETS_IMAGES . '/settings/align/right.jpg',
),
'wood_tooltip' => true,
'edit_field_class' => 'vc_col-sm-6 vc_column title-align',
),
/**
* Extra Option Section.
*/
array(
'type' => 'woodmart_title_divider',
'holder' => 'div',
'title' => esc_html__( 'Extra options', 'woodmart' ),
'param_name' => 'extra_divider',
),
array(
'type' => 'woodmart_switch',
'heading' => esc_html__( 'Display inline', 'woodmart' ),
'param_name' => 'display_inline',
'true_state' => 'yes',
'false_state' => 'no',
'default' => 'no',
'edit_field_class' => 'vc_col-sm-12 vc_column',
),
array(
'type' => 'dropdown',
'heading' => esc_html__( 'On click action', 'woodmart' ),
'param_name' => 'click_action',
'value' => array(
esc_html__( 'None', 'woodmart' ) => 'none',
esc_html__( 'Lightbox', 'woodmart' ) => 'lightbox',
esc_html__( 'Custom link', 'woodmart' ) => 'custom_link',
),
'hint' => esc_html__( 'Select action for click action.', 'woodmart' ),
'edit_field_class' => 'vc_col-sm-6 vc_column',
),
array(
'type' => 'textfield',
'heading' => esc_html__( 'Link', 'woodmart' ),
'param_name' => 'img_link',
'hint' => esc_html__( 'Enter URL if you want this image to have a link.', 'woodmart' ),
'dependency' => array(
'element' => 'click_action',
'value' => 'custom_link',
),
),
array(
'type' => 'woodmart_switch',
'heading' => esc_html__( 'Open in new tab', 'woodmart' ),
'param_name' => 'img_link_blank',
'true_state' => 'yes',
'false_state' => 'no',
'default' => 'no',
'dependency' => array(
'element' => 'click_action',
'value' => 'custom_link',
),
'edit_field_class' => 'vc_col-sm-6 vc_column',
),
woodmart_get_vc_animation_map( 'wd_animation' ),
woodmart_get_vc_animation_map( 'wd_animation_delay' ),
woodmart_get_vc_animation_map( 'wd_animation_duration' ),
woodmart_parallax_scroll_map( 'parallax_scroll' ),
woodmart_parallax_scroll_map( 'scroll_x' ),
woodmart_parallax_scroll_map( 'scroll_y' ),
woodmart_parallax_scroll_map( 'scroll_z' ),
woodmart_parallax_scroll_map( 'scroll_smooth' ),
array(
'type' => 'textfield',
'heading' => esc_html__( 'Extra class name', 'woodmart' ),
'param_name' => 'extra_classes',
'hint' => 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.', 'woodmart' ),
),
/**
* Design Option Tab.
*/
array(
'type' => 'css_editor',
'heading' => esc_html__( 'CSS box', 'woodmart' ),
'param_name' => 'css',
'group' => esc_html__( 'Design Options', 'js_composer' ),
),
woodmart_get_vc_responsive_spacing_map(),
array(
'type' => 'woodmart_switch',
'heading' => esc_html__( 'Box Shadow', 'woodmart' ),
'param_name' => 'woodmart_box_shadow',
'group' => esc_html__( 'Design Options', 'js_composer' ),
'true_state' => 'yes',
'false_state' => 'no',
'default' => 'no',
'edit_field_class' => 'vc_col-sm-6 vc_column',
),
array(
'type' => 'wd_box_shadow',
'param_name' => 'wd_box_shadow',
'group' => esc_html__( 'Design Options', 'js_composer' ),
'selectors' => array(
'{{WRAPPER}}' => array(
'box-shadow: {{HORIZONTAL}}px {{VERTICAL}}px {{BLUR}}px {{SPREAD}}px {{COLOR}};',
),
),
'edit_field_class' => 'vc_col-sm-12 vc_column',
'dependency' => array(
'element' => 'woodmart_box_shadow',
'value' => array( 'yes' ),
),
'default' => array(
'horizontal' => '0',
'vertical' => '0',
'blur' => '9',
'spread' => '0',
'color' => 'rgba(0, 0, 0, .15)',
),
),
/**
* Advanced Tab.
*/
woodmart_get_vc_responsive_visible_map( 'responsive_tabs_hide' ),
woodmart_get_vc_responsive_visible_map( 'wd_hide_on_desktop' ),
woodmart_get_vc_responsive_visible_map( 'wd_hide_on_tablet' ),
woodmart_get_vc_responsive_visible_map( 'wd_hide_on_mobile' ),
),
)
);
}
add_action( 'vc_before_init', 'woodmart_vc_map_image' );
}