PATH:
home
/
thebhoeo
/
.trash
/
woodmart
/
inc
/
modules
/
layouts
/
wpb
/
maps
/
single-product
<?php /** * Count product visits map. * * @package Woodmart */ if ( ! defined( 'ABSPATH' ) ) { exit; // Direct access not allowed. } if ( ! function_exists( 'woodmart_get_vc_map_single_product_visitor_counter' ) ) { /** * Count product visits map. */ function woodmart_get_vc_map_single_product_visitor_counter() { $visitor_counter_typography = woodmart_get_typography_map( array( 'key' => 'typography', 'selector' => '{{WRAPPER}}.wd-visits-count', 'group' => esc_html__( 'Style', 'woodmart' ), ) ); return array( 'base' => 'woodmart_single_product_visitor_counter', 'name' => esc_html__( 'Product visitor counter', 'woodmart' ), 'category' => woodmart_get_tab_title_category_for_wpb( esc_html__( 'Single product elements', 'woodmart' ), 'single_product' ), 'description' => esc_html__( 'Show number of visitors for the product', 'woodmart' ), 'icon' => WOODMART_ASSETS . '/images/vc-icon/sp-icons/sp-product-visitor-counter.svg', 'params' => array( array( 'param_name' => 'style', 'type' => 'dropdown', 'heading' => esc_html__( 'Style', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'value' => array( esc_html__( 'Default', 'woodmart' ) => 'default', esc_html__( 'With background', 'woodmart' ) => 'with-bg', ), 'std' => 'default', 'edit_field_class' => 'vc_col-sm-6 vc_column', ), /** * Text settings. */ array( 'type' => 'woodmart_title_divider', 'holder' => 'div', 'title' => esc_html__( 'Text', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'title_divider_text', ), $visitor_counter_typography['font_family'], $visitor_counter_typography['font_size'], $visitor_counter_typography['font_weight'], $visitor_counter_typography['text_transform'], $visitor_counter_typography['font_style'], $visitor_counter_typography['line_height'], array( 'heading' => esc_html__( 'Text color', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_colorpicker', 'param_name' => 'text_color', 'selectors' => array( '{{WRAPPER}}.wd-product-info .wd-info-number, {{WRAPPER}} .wd-info-msg' => array( 'color: {{VALUE}};', ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), /** * Icon settings. */ array( 'type' => 'woodmart_title_divider', 'holder' => 'div', 'title' => esc_html__( 'Icon', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'title_divider_icon', ), array( 'type' => 'dropdown', 'heading' => esc_html__( 'Icon type', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'icon_type', 'value' => array( esc_html__( 'Default icon', 'woodmart' ) => 'default', esc_html__( 'Custom icon', 'woodmart' ) => 'icon', esc_html__( 'Custom image', 'woodmart' ) => 'image', ), 'std' => 'default', 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'type' => 'attach_image', 'heading' => esc_html__( 'Image', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'image', 'value' => '', 'hint' => esc_html__( 'Select image from media library.', 'woodmart' ), 'dependency' => array( 'element' => 'icon_type', 'value' => 'image', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'textfield', 'heading' => esc_html__( 'Image size', 'woodmart' ), 'group' => esc_html__( 'Style', '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: 200x50 (Width x Height). Leave empty to use \'thumbnail\' size.', 'woodmart' ), 'dependency' => array( 'element' => 'icon_type', 'value' => 'image', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'dropdown', 'heading' => esc_html__( 'Icon library', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'icon_library', 'value' => array( esc_html__( 'Font Awesome', 'woodmart' ) => 'fontawesome', esc_html__( 'Open Iconic', 'woodmart' ) => 'openiconic', esc_html__( 'Typicons', 'woodmart' ) => 'typicons', esc_html__( 'Entypo', 'woodmart' ) => 'entypo', esc_html__( 'Linecons', 'woodmart' ) => 'linecons', esc_html__( 'Mono Social', 'woodmart' ) => 'monosocial', esc_html__( 'Material', 'woodmart' ) => 'material', ), 'hint' => esc_html__( 'Select icon library.', 'woodmart' ), 'dependency' => array( 'element' => 'icon_type', 'value' => 'icon', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'iconpicker', 'heading' => esc_html__( 'Icon', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'icon_fontawesome', 'value' => 'far fa-bell', 'settings' => array( 'emptyIcon' => false, 'iconsPerPage' => 50, ), 'dependency' => array( 'element' => 'icon_library', 'value' => 'fontawesome', ), 'hint' => esc_html__( 'Select icon from library.', 'woodmart' ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'iconpicker', 'heading' => esc_html__( 'Icon', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'icon_openiconic', 'settings' => array( 'emptyIcon' => false, 'type' => 'openiconic', 'iconsPerPage' => 50, ), 'dependency' => array( 'element' => 'icon_library', 'value' => 'openiconic', ), 'hint' => esc_html__( 'Select icon from library.', 'woodmart' ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'iconpicker', 'heading' => esc_html__( 'Icon', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'icon_typicons', 'settings' => array( 'emptyIcon' => false, 'type' => 'typicons', 'iconsPerPage' => 50, ), 'dependency' => array( 'element' => 'icon_library', 'value' => 'typicons', ), 'hint' => esc_html__( 'Select icon from library.', 'woodmart' ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'iconpicker', 'heading' => esc_html__( 'Icon', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'icon_entypo', 'settings' => array( 'emptyIcon' => false, 'type' => 'entypo', 'iconsPerPage' => 50, ), 'dependency' => array( 'element' => 'icon_library', 'value' => 'entypo', ), 'hint' => esc_html__( 'Select icon from library.', 'woodmart' ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'iconpicker', 'heading' => esc_html__( 'Icon', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'icon_linecons', 'settings' => array( 'emptyIcon' => false, 'type' => 'linecons', 'iconsPerPage' => 50, ), 'dependency' => array( 'element' => 'icon_library', 'value' => 'linecons', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', 'hint' => esc_html__( 'Select icon from library.', 'woodmart' ), ), array( 'type' => 'iconpicker', 'heading' => esc_html__( 'Icon', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'icon_monosocial', 'settings' => array( 'emptyIcon' => false, 'type' => 'monosocial', 'iconsPerPage' => 50, ), 'dependency' => array( 'element' => 'icon_library', 'value' => 'monosocial', ), 'hint' => esc_html__( 'Select icon from library.', 'woodmart' ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'iconpicker', 'heading' => esc_html__( 'Icon', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'icon_material', 'settings' => array( 'emptyIcon' => false, 'type' => 'material', 'iconsPerPage' => 50, ), 'dependency' => array( 'element' => 'icon_library', 'value' => 'material', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', 'hint' => esc_html__( 'Select icon from library.', 'woodmart' ), ), array( 'heading' => esc_html__( 'Icon size', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_slider', 'param_name' => 'icon_size', 'selectors' => array( '{{WRAPPER}} .wd-info-icon' => array( 'font-size: {{VALUE}}px;', ), ), 'devices' => array( 'desktop' => array( 'value' => '', 'unit' => 'px', ), ), 'range' => array( 'px' => array( 'min' => 0, 'max' => 50, 'step' => 1, ), ), 'dependency' => array( 'element' => 'icon_type', 'value_not_equal_to' => 'image', ), ), array( 'heading' => esc_html__( 'Icon color', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_colorpicker', 'param_name' => 'icon_color', 'selectors' => array( '{{WRAPPER}}.wd-product-info .wd-info-icon' => array( 'color: {{VALUE}};', ), ), 'dependency' => array( 'element' => 'icon_type', 'value_not_equal_to' => 'image', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'group' => esc_html__( 'Design Options', 'js_composer' ), 'type' => 'woodmart_css_id', 'param_name' => 'woodmart_css_id', ), 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(), // Width option (with dependency Columns option, responsive). woodmart_get_responsive_dependency_width_map( 'responsive_tabs' ), woodmart_get_responsive_dependency_width_map( 'width_desktop' ), woodmart_get_responsive_dependency_width_map( 'custom_width_desktop' ), woodmart_get_responsive_dependency_width_map( 'width_tablet' ), woodmart_get_responsive_dependency_width_map( 'custom_width_tablet' ), woodmart_get_responsive_dependency_width_map( 'width_mobile' ), woodmart_get_responsive_dependency_width_map( 'custom_width_mobile' ), ), ); } }
[-] compare-button.php
[edit]
[-] brands.php
[edit]
[-] reviews.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]
[-] 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]