PATH:
home
/
thebhoeo
/
.trash
/
woodmart
/
inc
/
modules
/
layouts
/
wpb
/
maps
/
single-product
<?php /** * Countdown map. * * @package Woodmart */ use Elementor\Core\Editor\Data\Globals\Endpoints\Typography; if ( ! defined( 'ABSPATH' ) ) { exit; // Direct access not allowed. } if ( ! function_exists( 'woodmart_get_vc_map_single_product_countdown' ) ) { /** * Countdown map. */ function woodmart_get_vc_map_single_product_countdown() { $typography = woodmart_get_typography_map( array( 'key' => 'title', 'selector' => '{{WRAPPER}}.wd-single-countdown .element-title', ) ); $time_typography = woodmart_get_typography_map( array( 'key' => 'time', 'title' => esc_html__( 'Numbers typography', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'selector' => '{{WRAPPER}} .wd-timer-value', 'edit_field_class' => 'vc_col-sm-6 vc_column', ) ); $label_typography = woodmart_get_typography_map( array( 'key' => 'label', 'title' => esc_html__( 'Labels typography', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'selector' => '{{WRAPPER}} .wd-timer-text', 'edit_field_class' => 'vc_col-sm-6 vc_column', ) ); return array( 'base' => 'woodmart_single_product_countdown', 'name' => esc_html__( 'Product countdown', 'woodmart' ), 'category' => woodmart_get_tab_title_category_for_wpb( esc_html__( 'Single product elements', 'woodmart' ), 'single_product' ), 'description' => esc_html__( 'Sale price end date countdown', 'woodmart' ), 'icon' => WOODMART_ASSETS . '/images/vc-icon/sp-icons/sp-countdown.svg', 'params' => array( array( 'type' => 'woodmart_css_id', 'param_name' => 'woodmart_css_id', ), array( 'title' => esc_html__( 'Title', 'woodmart' ), 'type' => 'woodmart_title_divider', 'param_name' => 'title_divider', ), array( 'type' => 'textfield', 'heading' => esc_html__( 'Element title', 'woodmart' ), 'param_name' => 'title', ), array( 'heading' => esc_html__( 'Color', 'woodmart' ), 'type' => 'wd_colorpicker', 'param_name' => 'title_color', 'selectors' => array( '{{WRAPPER}}.wd-single-countdown .element-title' => array( 'color: {{VALUE}};', ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), $typography['font_family'], $typography['font_size'], $typography['font_weight'], $typography['text_transform'], $typography['font_style'], $typography['line_height'], array( 'title' => esc_html__( 'General', 'woodmart' ), 'type' => 'woodmart_title_divider', 'param_name' => 'general_divider', ), array( 'type' => 'woodmart_switch', 'heading' => esc_html__( 'Labels', 'woodmart' ), 'param_name' => 'labels', 'true_state' => 'yes', 'false_state' => 'no', 'default' => 'yes', 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'type' => 'woodmart_switch', 'heading' => esc_html__( 'Separator', 'woodmart' ), 'param_name' => 'separator', 'true_state' => 'yes', 'false_state' => 'no', 'default' => 'no', 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'textfield', 'heading' => esc_html__( 'Text', 'woodmart' ), 'param_name' => 'separator_text', 'std' => ':', 'edit_field_class' => 'vc_col-sm-6 vc_column', 'dependency' => array( 'element' => 'separator', 'value' => array( 'yes' ), ), ), array( 'title' => esc_html__( 'General', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'woodmart_title_divider', 'param_name' => 'settings_divider', ), array( 'type' => 'woodmart_dropdown', 'heading' => esc_html__( 'Layout', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'layout', 'value' => array( esc_html__( 'Block', 'woodmart' ) => 'block', esc_html__( 'Inline', 'woodmart' ) => 'inline', ), 'std' => 'block', 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'dropdown', 'heading' => esc_html__( 'Size', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'size', 'value' => array( esc_html__( 'Small (20px)', 'woodmart' ) => 'small', esc_html__( 'Medium (24px)', 'woodmart' ) => 'medium', esc_html__( 'Large (28px)', 'woodmart' ) => 'large', esc_html__( 'Extra Large (42px)', 'woodmart' ) => 'xlarge', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'heading' => esc_html__( 'Alignment', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_select', 'param_name' => 'alignment', 'style' => 'images', 'selectors' => array(), 'devices' => array( 'desktop' => array( 'value' => 'left', ), ), 'value' => array( esc_html__( 'Left', 'woodmart' ) => 'left', esc_html__( 'Center', 'woodmart' ) => 'center', esc_html__( 'Right', 'woodmart' ) => 'right', ), 'images' => array( 'left' => WOODMART_ASSETS_IMAGES . '/settings/align/left.jpg', 'center' => WOODMART_ASSETS_IMAGES . '/settings/align/center.jpg', 'right' => WOODMART_ASSETS_IMAGES . '/settings/align/right.jpg', ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'title' => esc_html__( 'Items', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'woodmart_title_divider', 'param_name' => 'items_divider', ), array( 'type' => 'woodmart_dropdown', 'heading' => esc_html__( 'Background', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'timer_style', 'value' => array( esc_html__( 'Default', 'woodmart' ) => 'simple', esc_html__( 'Primary color', 'woodmart' ) => 'active', esc_html__( 'Custom', 'woodmart' ) => 'custom', ), 'std' => 'simple', 'style' => array( 'active' => woodmart_get_color_value( 'primary-color', '#7eb934' ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'wd_colorpicker', 'heading' => esc_html__( 'Background color', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'background_color', 'selectors' => array( '{{WRAPPER}} .wd-timer' => array( '--wd-timer-bg:{{VALUE}};', ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', 'dependency' => array( 'element' => 'timer_style', 'value' => array( 'custom' ), ), ), array( 'type' => 'woodmart_button_set', 'heading' => esc_html__( 'Color scheme', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'woodmart_color_scheme', 'value' => array( esc_html__( 'Inherit', 'woodmart' ) => '', esc_html__( 'Light', 'woodmart' ) => 'light', esc_html__( 'Dark', 'woodmart' ) => 'dark', ), 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'type' => 'woodmart_switch', 'heading' => esc_html__( 'Border', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'enable_border', 'true_state' => 'yes', 'false_state' => 'no', 'default' => 'no', 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'heading' => esc_html__( 'Border type', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_select', 'param_name' => 'border_type', 'style' => 'select', 'selectors' => array( '{{WRAPPER}} .wd-item' => array( 'border-style: {{VALUE}};', ), ), 'devices' => array( 'desktop' => array( 'value' => '', ), ), 'value' => array( esc_html__( 'Inherit', 'woodmart' ) => '', esc_html__( 'None', 'woodmart' ) => 'none', esc_html__( 'Solid', 'woodmart' ) => 'solid', esc_html__( 'Dotted', 'woodmart' ) => 'dotted', esc_html__( 'Double', 'woodmart' ) => 'double', esc_html__( 'Dashed', 'woodmart' ) => 'dashed', esc_html__( 'Groove', 'woodmart' ) => 'groove', ), 'dependency' => array( 'element' => 'enable_border', 'value' => array( 'yes' ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'heading' => esc_html__( 'Border color', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_colorpicker', 'param_name' => 'border_color', 'selectors' => array( '{{WRAPPER}} .wd-item' => array( 'border-color: {{VALUE}};', ), ), 'dependency' => array( 'element' => 'enable_border', 'value' => array( 'yes' ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'heading' => esc_html__( 'Border width', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_dimensions', 'param_name' => 'border_width', 'selectors' => array( '{{WRAPPER}} .wd-item' => array( 'border-top-width: {{TOP}}px;', 'border-right-width: {{RIGHT}}px;', 'border-bottom-width: {{BOTTOM}}px;', 'border-left-width: {{LEFT}}px;', ), ), 'devices' => array( 'desktop' => array( 'unit' => 'px', ), ), 'range' => array( 'px' => array(), ), 'dependency' => array( 'element' => 'enable_border', 'value' => array( 'yes' ), ), ), array( 'heading' => esc_html__( 'Border radius', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_dimensions', 'param_name' => 'border_radius', 'selectors' => array( '{{WRAPPER}} .wd-item' => array( 'border-top-left-radius: {{TOP}}{{UNIT}};', 'border-top-right-radius: {{RIGHT}}{{UNIT}};', 'border-bottom-right-radius: {{BOTTOM}}{{UNIT}};', 'border-bottom-left-radius: {{LEFT}}{{UNIT}};', ), ), 'devices' => array( 'desktop' => array( 'unit' => 'px', ), 'tablet' => array( 'unit' => 'px', ), 'mobile' => array( 'unit' => 'px', ), ), 'range' => array( 'px' => array(), '%' => array(), ), 'dependency' => array( 'element' => 'enable_border', 'value' => array( 'yes' ), ), ), array( 'type' => 'woodmart_switch', 'heading' => esc_html__( 'Box shadow', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'enable_box_shadow', 'true_state' => 'yes', 'false_state' => 'no', 'default' => 'no', 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'type' => 'wd_box_shadow', 'group' => esc_html__( 'Style', 'woodmart' ), 'param_name' => 'items_box_shadow', 'selectors' => array( '{{WRAPPER}} .wd-item' => array( 'box-shadow: {{HORIZONTAL}}px {{VERTICAL}}px {{BLUR}}px {{SPREAD}}px {{COLOR}};', ), ), 'edit_field_class' => 'vc_col-sm-12 vc_column', 'dependency' => array( 'element' => 'enable_box_shadow', 'value' => array( 'yes' ), ), 'default' => array( 'horizontal' => '0', 'vertical' => '0', 'blur' => '9', 'spread' => '0', 'color' => '', ), ), $time_typography['font_family'], $time_typography['font_size'], $time_typography['font_weight'], $time_typography['text_transform'], $time_typography['font_style'], $time_typography['line_height'], array( 'heading' => esc_html__( 'Numbers color', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_colorpicker', 'param_name' => 'time_color', 'selectors' => array( '{{WRAPPER}} .wd-timer-value' => array( 'color: {{VALUE}};', ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), $label_typography['font_family'], $label_typography['font_size'], $label_typography['font_weight'], $label_typography['text_transform'], $label_typography['font_style'], $label_typography['line_height'], array( 'heading' => esc_html__( 'Labels color', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_colorpicker', 'param_name' => 'label_color', 'selectors' => array( '{{WRAPPER}} .wd-timer-text' => array( 'color: {{VALUE}};', ), ), 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'heading' => esc_html__( 'Gap', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_slider', 'param_name' => 'items_gap', 'devices' => array( 'desktop' => array( 'unit' => 'px', 'value' => '', ), 'tablet' => array( 'unit' => 'px', 'value' => '', ), 'mobile' => array( 'unit' => 'px', 'value' => '', ), ), 'range' => array( 'px' => array( 'min' => 1, 'max' => 200, 'step' => 1, ), ), 'selectors' => array( '{{WRAPPER}} .wd-timer' => array( 'gap: {{VALUE}}{{UNIT}};', ), ), 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'heading' => esc_html__( 'Min height', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_slider', 'param_name' => 'items_min_height', 'devices' => array( 'desktop' => array( 'unit' => 'px', 'value' => '', ), 'tablet' => array( 'unit' => 'px', 'value' => '', ), 'mobile' => array( 'unit' => 'px', 'value' => '', ), ), 'range' => array( 'px' => array( 'min' => 1, 'max' => 200, 'step' => 1, ), ), 'selectors' => array( '{{WRAPPER}} .wd-item' => array( 'min-height: {{VALUE}}{{UNIT}};', ), ), 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'heading' => esc_html__( 'Min width', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_slider', 'param_name' => 'items_min_width', 'devices' => array( 'desktop' => array( 'unit' => 'px', 'value' => '', ), 'tablet' => array( 'unit' => 'px', 'value' => '', ), 'mobile' => array( 'unit' => 'px', 'value' => '', ), ), 'range' => array( 'px' => array( 'min' => 1, 'max' => 200, 'step' => 1, ), ), 'selectors' => array( '{{WRAPPER}} .wd-item' => array( 'min-width: {{VALUE}}{{UNIT}};', ), ), 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'title' => esc_html__( 'Separator', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'woodmart_title_divider', 'param_name' => 'separator_divider', 'dependency' => array( 'element' => 'separator', 'value' => array( 'yes' ), ), ), array( 'heading' => esc_html__( 'Font size', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_slider', 'param_name' => 'separator_font_size', 'devices' => array( 'desktop' => array( 'unit' => 'px', 'value' => '', ), 'tablet' => array( 'unit' => 'px', 'value' => '', ), 'mobile' => array( 'unit' => 'px', 'value' => '', ), ), 'range' => array( 'px' => array( 'min' => 1, 'max' => 100, 'step' => 1, ), ), 'selectors' => array( '{{WRAPPER}} .wd-timer .wd-sep' => array( 'font-size: {{VALUE}}{{UNIT}};', ), ), 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'heading' => esc_html__( 'Color', 'woodmart' ), 'group' => esc_html__( 'Style', 'woodmart' ), 'type' => 'wd_colorpicker', 'param_name' => 'separator_color', 'selectors' => array( '{{WRAPPER}} .wd-timer .wd-sep' => array( 'color: {{VALUE}};', ), ), 'edit_field_class' => 'vc_col-sm-12 vc_column', ), array( 'heading' => esc_html__( 'CSS box', 'woodmart' ), 'group' => esc_html__( 'Design Options', 'js_composer' ), 'type' => 'css_editor', 'param_name' => 'css', ), array( 'type' => 'woodmart_switch', 'heading' => esc_html__( 'Box shadow', 'woodmart' ), 'group' => esc_html__( 'Design Options', 'js_composer' ), 'param_name' => 'box_shadow', 'true_state' => 'yes', 'false_state' => 'no', 'default' => 'no', 'edit_field_class' => 'vc_col-sm-6 vc_column', ), array( 'type' => 'wd_box_shadow', 'group' => esc_html__( 'Design Options', 'js_composer' ), 'param_name' => 'box_shadow_value', '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' => 'box_shadow', 'value' => array( 'yes' ), ), 'default' => array( 'horizontal' => '0', 'vertical' => '0', 'blur' => '9', 'spread' => '0', 'color' => '', ), ), 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]