PATH:
home
/
thebhoeo
/
public_html
/
wp-content
/
themes
/
woodmart
/
inc
/
modules
/
layouts
/
wpb
/
maps
/
single-product
<?php /** * Gallery map. * * @package woodmart */ if ( ! defined( 'ABSPATH' ) ) { exit; // Direct access not allowed. } if ( ! function_exists( 'woodmart_get_vc_map_single_product_gallery' ) ) { /** * Gallery map. */ function woodmart_get_vc_map_single_product_gallery() { return array( 'base' => 'woodmart_single_product_gallery', 'name' => esc_html__( 'Product gallery', 'woodmart' ), 'category' => woodmart_get_tab_title_category_for_wpb( esc_html__( 'Single product elements', 'woodmart' ), 'single_product' ), 'description' => esc_html__( 'Featured image and product gallery', 'woodmart' ), 'icon' => WOODMART_ASSETS . '/images/vc-icon/sp-icons/sp-gallery.svg', 'params' => array( array( 'type' => 'woodmart_css_id', 'param_name' => 'woodmart_css_id', ), array( 'title' => esc_html__( 'General', 'woodmart' ), 'type' => 'woodmart_title_divider', 'param_name' => 'general_divider', ), array( 'heading' => esc_html__( 'Gallery layout', 'woodmart' ), 'type' => 'dropdown', 'param_name' => 'thumbnails_position', 'description' => esc_html__( 'Set your thumbnails display or leave default set from Theme Settings.', 'woodmart' ), 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'Thumbnails left', 'woodmart' ) => 'left', esc_html__( 'Thumbnails bottom', 'woodmart' ) => 'bottom', esc_html__( 'Carousel', 'woodmart' ) => 'without', esc_html__( 'Grid', 'woodmart' ) => 'bottom_column', esc_html__( 'Bottom grid', 'woodmart' ) => 'bottom_grid', esc_html__( 'Combined grid 1', 'woodmart' ) => 'bottom_combined', esc_html__( 'Combined grid 2', 'woodmart' ) => 'bottom_combined_2', esc_html__( 'Combined grid 3', 'woodmart' ) => 'bottom_combined_3', ), ), array( 'heading' => esc_html__( 'Slides per view', 'woodmart' ), 'type' => 'wd_select', 'param_name' => 'slides_per_view', 'style' => 'select', 'selectors' => array(), 'devices' => array( 'desktop' => array( 'value' => '', ), 'tablet' => array( 'value' => '', ), 'mobile' => array( 'value' => '', ), ), 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => '', esc_html__( '1', 'woodmart' ) => '1', esc_html__( '2', 'woodmart' ) => '2', esc_html__( '3', 'woodmart' ) => '3', esc_html__( '4', 'woodmart' ) => '4', esc_html__( '5', 'woodmart' ) => '5', esc_html__( '6', 'woodmart' ) => '6', ), 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'without' ), ), ), array( 'heading' => esc_html__( 'Grid columns', 'woodmart' ), 'type' => 'wd_select', 'param_name' => 'grid_columns', 'style' => 'select', 'selectors' => array(), 'devices' => array( 'desktop' => array( 'value' => '', ), 'tablet' => array( 'value' => '', ), 'mobile' => array( 'value' => '', ), ), 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => '', esc_html__( '1', 'woodmart' ) => '1', esc_html__( '2', 'woodmart' ) => '2', esc_html__( '3', 'woodmart' ) => '3', esc_html__( '4', 'woodmart' ) => '4', esc_html__( '5', 'woodmart' ) => '5', esc_html__( '6', 'woodmart' ) => '6', ), 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'bottom_column', 'bottom_grid' ), ), ), array( 'type' => 'woodmart_button_set', 'heading' => esc_html__( 'Thumbnails per slide', 'woodmart' ), 'param_name' => 'thumbnails_bottom_columns_tabs', 'tabs' => true, 'value' => array( esc_html__( 'Desktop', 'woodmart' ) => 'desktop', esc_html__( 'Tablet', 'woodmart' ) => 'tablet', esc_html__( 'Mobile', 'woodmart' ) => 'mobile', ), 'default' => 'desktop', 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'bottom', 'left' ), ), 'edit_field_class' => 'wd-res-control wd-custom-width vc_col-sm-12 vc_column', ), array( 'type' => 'dropdown', 'param_name' => 'thumbnails_left_vertical_columns', 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'Auto', 'woodmart' ) => 'auto', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6', ), 'std' => 'inherit', 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'left' ), ), 'wd_dependency' => array( 'element' => 'thumbnails_bottom_columns_tabs', 'value' => array( 'desktop' ), ), ), array( 'type' => 'dropdown', 'param_name' => 'thumbnails_bottom_columns_desktop', 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'Auto', 'woodmart' ) => 'auto', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6', ), 'std' => 'inherit', 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'bottom' ), ), 'wd_dependency' => array( 'element' => 'thumbnails_bottom_columns_tabs', 'value' => array( 'desktop' ), ), 'edit_field_class' => 'wd-res-item vc_col-sm-12 vc_column', ), array( 'type' => 'dropdown', 'param_name' => 'thumbnails_bottom_columns_tablet', 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'Auto', 'woodmart' ) => 'auto', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6', ), 'std' => 'inherit', 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'bottom', 'left' ), ), 'wd_dependency' => array( 'element' => 'thumbnails_bottom_columns_tabs', 'value' => array( 'tablet' ), ), 'edit_field_class' => 'wd-res-item vc_col-sm-12 vc_column', ), array( 'type' => 'dropdown', 'param_name' => 'thumbnails_bottom_columns_mobile', 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'Auto', 'woodmart' ) => 'auto', '2' => '2', '3' => '3', '4' => '4', '5' => '5', '6' => '6', ), 'std' => 'inherit', 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'bottom', 'left' ), ), 'wd_dependency' => array( 'element' => 'thumbnails_bottom_columns_tabs', 'value' => array( 'mobile' ), ), 'edit_field_class' => 'wd-res-item vc_col-sm-12 vc_column', ), array( 'heading' => esc_html__( 'Gallery gap', 'woodmart' ), 'type' => 'wd_slider', 'param_name' => 'grid_columns_gap', 'selectors' => array( '{{WRAPPER}} .woocommerce-product-gallery' => array( '--wd-gallery-gap: {{VALUE}}{{UNIT}};', ), ), 'devices' => array( 'desktop' => array( 'value' => '', 'unit' => 'px', ), 'tablet_vertical' => array( 'value' => '', 'unit' => 'px', ), 'mobile' => array( 'value' => '', 'unit' => 'px', ), ), 'range' => array( 'px' => array( 'min' => 0, 'max' => 50, 'step' => 1, ), ), 'generate_zero' => true, 'dependency' => array( 'element' => 'thumbnails_position', 'value_not_equal_to' => 'inherit', ), ), array( 'heading' => esc_html__( 'Carousel on tablet', 'woodmart' ), 'type' => 'dropdown', 'param_name' => 'carousel_on_tablet', 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'Enable', 'woodmart' ) => 'enable', esc_html__( 'Disable', 'woodmart' ) => 'disable', ), 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'bottom_column', 'bottom_grid', 'bottom_combined', 'bottom_combined_2', 'bottom_combined_3' ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'heading' => esc_html__( 'Carousel on mobile', 'woodmart' ), 'type' => 'dropdown', 'param_name' => 'carousel_on_mobile', 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'Enable', 'woodmart' ) => 'enable', esc_html__( 'Disable', 'woodmart' ) => 'disable', ), 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'bottom_column', 'bottom_grid', 'bottom_combined', 'bottom_combined_2', 'bottom_combined_3' ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'heading' => esc_html__( 'Center mode in main gallery', 'woodmart' ), 'type' => 'dropdown', 'param_name' => 'main_gallery_center_mode', 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'Enable', 'woodmart' ) => 'enable', esc_html__( 'Disable', 'woodmart' ) => 'disable', ), 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'without' ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'heading' => esc_html__( 'Thumbnails position bottom on mobile devices', 'woodmart' ), 'type' => 'dropdown', 'param_name' => 'thumbnails_wrap_in_mobile_devices', 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'On', 'woodmart' ) => 'on', esc_html__( 'Off', 'woodmart' ) => 'off', ), 'dependency' => array( 'element' => 'thumbnails_position', 'value' => array( 'left' ), ), ), array( 'heading' => esc_html__( 'Thumbnails gallery width', 'woodmart' ), 'type' => 'wd_slider', 'param_name' => 'thumbnails_left_gallery_width', 'selectors' => array( '{{WRAPPER}} .woocommerce-product-gallery.thumbs-position-left' => array( '--wd-thumbs-width: {{VALUE}}{{UNIT}};', ), ), 'devices' => array( 'desktop' => array( 'value' => '', 'unit' => 'px', ), 'tablet_vertical' => array( 'value' => '', 'unit' => 'px', ), 'mobile' => array( 'value' => '', 'unit' => 'px', ), ), 'range' => array( 'px' => array( 'min' => 0, 'max' => 1000, 'step' => 1, ), '%' => array( 'min' => 0, 'max' => 100, 'step' => 1, ), ), 'generate_zero' => true, 'dependency' => array( 'element' => 'thumbnails_position', 'value' => 'left', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'heading' => esc_html__( 'Thumbnails gallery height', 'woodmart' ), 'type' => 'wd_slider', 'param_name' => 'thumbnails_left_gallery_geight', 'selectors' => array( '{{WRAPPER}} .woocommerce-product-gallery.thumbs-position-left' => array( '--wd-thumbs-height: {{VALUE}}{{UNIT}};', ), ), 'devices' => array( 'desktop' => array( 'value' => '', 'unit' => 'px', ), 'tablet_vertical' => array( 'value' => '', 'unit' => 'px', ), 'mobile' => array( 'value' => '', 'unit' => 'px', ), ), 'range' => array( 'px' => array( 'min' => 0, 'max' => 1000, 'step' => 1, ), ), 'generate_zero' => true, 'dependency' => array( 'element' => 'thumbnails_position', 'value' => 'left', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'heading' => esc_html__( 'Main carousel with pagination', 'woodmart' ), 'type' => 'dropdown', 'param_name' => 'pagination_main_gallery', 'value' => array( esc_html__( 'Inherit from Theme Settings', 'woodmart' ) => 'inherit', esc_html__( 'Enable', 'woodmart' ) => 'enable', esc_html__( 'Disable', 'woodmart' ) => 'disable', ), 'dependency' => array( 'element' => 'thumbnails_position', 'value_not_equal_to' => 'inherit', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'title' => esc_html__( 'Product labels', 'woodmart' ), 'type' => 'woodmart_title_divider', 'param_name' => 'labels_divider', ), array( 'heading' => esc_html__( 'Labels', 'woodmart' ), 'type' => 'woodmart_switch', 'param_name' => 'product_labels', 'true_state' => 'yes', 'false_state' => 'no', 'default' => 'yes', ), array( 'heading' => esc_html__( 'CSS box', 'woodmart' ), 'group' => esc_html__( 'Design Options', 'js_composer' ), 'type' => 'css_editor', 'param_name' => 'css', ), woodmart_get_vc_responsive_spacing_map(), array( 'param_name' => 'wd_backdrop_filter', 'heading' => esc_html__( 'Backdrop filter', 'woodmart' ), 'group' => esc_html__( 'Design Options', 'woodmart' ), 'type' => 'wd_backdrop_filter', 'selectors' => array( '{{WRAPPER}}' => array( 'backdrop-filter: {{VALUE}};', '-webkit-backdrop-filter: {{VALUE}};', ), ), 'class' => 'xts-col-6', ), ), ); } } add_filter( 'vc_autocomplete_woodmart_single_product_gallery_product_id_callback', 'woodmart_product_id_autocomplete_suggester_new', 10, 1 ); add_filter( 'vc_autocomplete_woodmart_single_product_gallery_product_id_render', 'woodmart_product_id_autocomplete_render', 10, 1 );
[-] compare-button.php
[edit]
[-] brands.php
[edit]
[-] reviews.php
[edit]
[-] labels.php
[edit]
[-] linked-variations.php
[edit]
[-] size-guide-button.php
[edit]
[-] countdown.php
[edit]
[-] title.php
[edit]
[-] brand-information.php
[edit]
[-] frequently-bought-together.php
[edit]
[-] stock-progress-bar.php
[edit]
[-] dynamic-discounts-table.php
[edit]
[-] label.php
[edit]
[-] sold-counter.php
[edit]
[-] stock-status.php
[edit]
[-] short-description.php
[edit]
[-] price-tracker.php
[edit]
[-] price.php
[edit]
[+]
..
[-] additional-info-table.php
[edit]
[-] content.php
[edit]
[-] nav.php
[edit]
[-] meta-value.php
[edit]
[-] extra-content.php
[edit]
[-] tabs.php
[edit]
[-] estimate-delivery.php
[edit]
[-] wishlist-button.php
[edit]
[-] gallery.php
[edit]
[-] add-to-cart.php
[edit]
[-] meta.php
[edit]
[-] rating.php
[edit]
[-] visitor-counter.php
[edit]