Home Forums Search Search Results for 'ADDITIONAL INFORMATION products page'

Viewing 30 results - 1 through 30 (of 132 total)
  • Author
    Search Results
  • In reply to: Help with information

    ap1506999
    Participant
    #555063

    Ok,

    Please respond, such as to remove the “Additional information,
    Customer reviews and related products” on each product page

    In reply to: Tabs reorder

    #551669

    Hello,

    You need to take the tab class and set the order:
    https://ibb.co/qCrNCp1

    add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 );
    
    function woo_reorder_tabs( $tabs ) {
        $tabs['wd_additional_tab'] = array(
            'title'     => __( 'Additional Information', 'woocommerce' ),
            'priority'  => 5,
            'callback'  => 'custom_additional_tab_content', // Replace with your callback function
        );
    
        $tabs['more_seller_product'] = array(
            'title'     => __( 'More Seller Products', 'woocommerce' ),
            'priority'  => 10,
            'callback'  => 'custom_more_seller_product_tab_content', // Replace with your callback function
        );
    
        $tabs['seller'] = array(
            'title'     => __( 'Seller', 'woocommerce' ),
            'priority'  => 15,
            'callback'  => 'custom_seller_tab_content', // Replace with your callback function
        );
    
        $tabs['brand_tab'] = array(
            'title'     => __( 'Brand', 'woocommerce' ),
            'priority'  => 20,
            'callback'  => 'custom_brand_tab_content', // Replace with your callback function
        );
    
        // Add other tabs similarly...
        return $tabs;
    }
    
    // Define the callback functions
    function custom_additional_tab_content() {
        // Your additional tab content goes here
    }
    
    function custom_more_seller_product_tab_content() {
        // Your more seller products tab content goes here
    }
    
    function custom_seller_tab_content() {
        // Your seller tab content goes here
    }
    
    function custom_brand_tab_content() {
        // Your brand tab content goes here
    }

    insert the tab class, change 15 to 20, then 25, then 30 for each tab and set the order for each tab from your product page.

    Best Regards.

    haykut
    Participant
    #551230

    Hello,

    Thank you for your response. I appreciate the information you provided regarding setting default variations for individual products and the documentation link. However, I am looking for a solution that automatically selects the color for any product with only one color available, not just for specific products where I set a default manually.

    Additionally, I would like to list each product’s color separately on the product listing pages, without mentioning the sizes. This should apply to all products, regardless of the number of colors available. Is there a way to achieve this automatically for all products in my WooCommerce store?

    I look forward to your guidance on these matters.

    Best regards,

    In reply to: tabs

    Hung Pham
    Keymaster
    #545616

    Hi sakawatamin,

    Thanks for reaching to us.

    There are 3 default tabs of WooCommerce:

    + The Additional Information Tab: Shows when the Attributes are added under a Product. If the Attributes are not added then the Additional Information tab doesn’t show.

    + Description Tab: This is the main description on the product page. Please enter the product and make sure you have added the content.

    + Reviews: Used to show customers’s reviews.

    If you want to add additional tabs for specific product, you can add Tab via Product Setting https://prnt.sc/exIlSVXRC9_d

    You can use Product tabs widget to display Description and Product attributes (Additional Information).

    If you want to display custom attributes, which are separate Product > Attributes, you can create custom table via HTML Block > select via Custom Tab in Product Settings.

    By using HTML Blocks feature https://prnt.sc/OCK8vL0RgRB2 Here is documentation about HTML Blocks https://xtemos.com/docs-topic/html-blocks-usage/

    Please note that it used as Static information, in case you want to create additional for specific products, you can combine with Theme Presets Here is our article on how to use presets: https://xtemos.com/docs-topic/theme-settings-presets/

    Regards,

    In reply to: Theme setup

    #539182

    Hello,

    01. Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for mobile section:

    .wd-timer {
        --wd-timer-size: 10px !important;
    }
    
    span.countdown-sec {
        display: none !important;
    }

    02. WPML plugin is a paid plugin purchased separately.

    03. You need to edit page with page builder which you are using and use the button widget to achieve this:
    Screenshot for clarification:
    https://ibb.co/KD6mzpB

    04. Please refer to article for more details https://xtemos.com/docs-topic/image-size-and-content-alignment-in-a-product-grid/

    05. Custom label is based on your attribute, when you remove the attribute from the product it will not show.

    06. You need to Use the categories widget in the page builder (Elementor or WP bakery) and in the layout tab select the layout carousel.

    07. Try to show a short description of the hover effect of grid products. You can set “Show summary on hover” in the Theme Settings > Product Archives > Product Styles.

    Then show “Additional information” in the Hover content in the Theme Settings > Product Archives > Product Styles.

    Then enable “excerpt” in the Theme Settings > Single product > Elements.
    https://monosnap.com/file/swCqK6RIIrYuhoROH6YOkEfBjfPMKx

    08. Sorry there are no options in theme settings available for that.it requires customization and beyond our support policy.

    09. Navigate to WoodMart > Header Builder > Edit current header > Switch to mobile header > Add the text and HTML in the mobile header.

    10. Navigate to Appearance > Widgets > Add the default filter by price widget in the shop page widget area.
    https://ibb.co/gr5bVTP

    Best Regards.

    In reply to: Slow speeds

    Luke Nielsen
    Keymaster
    #532791

    Hello,

    1. – Eliminate render-blocking resources (https://take.ms/rYN8K) – you may try solutions described here https://onlinemediamasters.com/eliminate-render-blocking-resources-wordpress/

    To reduce the blocking time even more and increase the overall score you can disable Google fonts completely. Or you can download them and load them from your server via Theme Settings -> Typography -> Custom fonts.

    https://take.ms/lwo03

    2. – Reduce initial server response time (https://take.ms/vnpd6)– contact your hosting provider, because it is server-side. Note that you might see this warning from time to time when you clear the cache in the plugin.

    3. -Reduce unused JavaScript (https://take.ms/5YUPo) – these JS files shouldn’t be loaded: https://take.ms/VmxHLF , you need to disable these files from being loaded globally. Go to Slider Revolution -> Globals -> Include libraries globally -> OFF.

    But in most cases, we recommend you replace it completely with our own WoodMart slider which has a lot of great features to create a functional and light slider. Read more information in our documentation https://xtemos.com/docs/woodmart/woodmart-slider/

    4. -Avoid an excessive DOM size (https://take.ms/zQfAY) – The number of DOM elements are generated in the process of content building. All page builder elements are DOM elements. If you want to reduce DOM elements you will have to reduce the content: widgets, products, menu items, and others.

    5. Duplicated Google fonts (https://take.ms/ZCYB1) – You need to disable duplicated fonts from Elementor. To disable them you need to edit any page with Elementor, switch to Site Settings -> Global fonts and reset them all

    https://take.ms/SjzyG

    6. Additionally, to increase performance, you can disable Swiper for mobile here: https://take.ms/1eosc

    Kind Regards

    jakubsendal99
    Participant
    #530010

    UPDATE

    After I reset all settings for woodmart theme, the title appear again.

    But after I start to edit it, title disappear. I’m not able to find the options that cause this bug.

    Here are all the settings:

    {“options”:{“insta_token”:””,”insta_delete_outdated_images”:”0″,”google_map_api_key”:””,”fb_app_id”:””,”fb_app_secret”:””,”fb_notice”:””,”goo_app_id”:””,”goo_app_secret”:””,”goo_notice”:””,”vk_app_id”:””,”vk_app_secret”:””,”vk_notice”:””,”alt_auth_method”:”0″,”ajax_shop”:”1″,”ajax_scroll”:”1″,”shop_page_breadcrumbs”:”1″,”cat_desc_position”:”after”,”products_hover”:”icons”,”base_hover_mobile_click”:”0″,”products_color_scheme”:”default”,”products_bordered_grid”:”0″,”products_bordered_grid_style”:”outside”,”products_with_background”:”0″,”products_background”:{“idle”:””},”products_shadow”:”0″,”stretch_product_desktop”:”0″,”stretch_product_tablet”:”0″,”stretch_product_mobile”:”0″,”product_title_lines_limit”:”none”,”show_empty_star_rating”:”0″,”hover_image”:”1″,”grid_gallery”:”0″,”grid_gallery_control”:”hover”,”grid_gallery_enable_arrows”:”none”,”product_quantity”:”0″,”base_hover_content”:”excerpt”,”stock_status_position”:”thumbnail”,”show_stock_quantity_on_grid”:”0″,”grid_stock_progress_bar”:”0″,”shop_countdown”:”0″,”categories_under_title”:”0″,”brands_under_title”:”0″,”sku_under_title”:”0″,”show_reviews_count”:”0″,”categories_design”:”replace-title”,”categories_rounding”:””,”custom_categories_rounding_size”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”categories_color_scheme”:”default”,”categories_with_shadow”:”disable”,”hide_categories_product_count”:”1″,”shop_layout”:”full-width”,”shop_sidebar_width”:”3″,”shop_hide_sidebar_desktop”:”0″,”shop_hide_sidebar_tablet”:”1″,”shop_hide_sidebar”:”1″,”sticky_filter_button”:”0″,”shop_title”:”1″,”shop_categories”:”0″,”shop_categories_ancestors”:”0″,”show_categories_neighbors”:”0″,”shop_products_count”:”0″,”shop_page_title_hide_empty_categories”:”0″,”shop_page_title_categories_exclude”:””,”shop_view”:”grid”,”products_columns”:”3″,”products_columns_tablet”:”auto”,”products_columns_mobile”:”2″,”products_spacing”:”20″,”products_spacing_tablet”:””,”products_spacing_mobile”:””,”per_row_columns_selector”:”0″,”products_columns_variations”:[“2″,”3″,”4″],”products_masonry”:”1″,”products_different_sizes”:”0″,”shop_per_page”:”12″,”per_page_links”:”0″,”per_page_options”:”9,12,18,24″,”shop_pagination”:”infinit”,”load_more_button_page_url”:”0″,”categories_toggle”:”0″,”widgets_scroll”:”0″,”widget_heights”:”223″,”shop_widgets_collapse”:”disable”,”shop_filters”:”0″,”shop_filters_type”:”widgets”,”shop_filters_columns”:””,”shop_filters_columns_tablet”:”auto”,”shop_filters_columns_mobile”:”auto”,”shop_filters_spacing”:”30″,”shop_filters_spacing_tablet”:””,”shop_filters_spacing_mobile”:””,”hide_sort_by”:”0″,”hide_price_filter”:”0″,”shop_filters_content”:””,”shop_filters_always_open”:”0″,”shop_filters_close”:”0″,”default_header”:”default_header”,”sticky_toolbar”:”0″,”sticky_toolbar_label”:”0″,”sticky_toolbar_fields”:””,”link_1_url”:””,”link_1_text”:””,”link_1_icon”:{“url”:””,”id”:””},”link_2_url”:””,”link_2_text”:””,”link_2_icon”:{“url”:””,”id”:””},”link_3_url”:””,”link_3_text”:””,”link_3_icon”:{“url”:””,”id”:””},”link_4_url”:””,”link_4_text”:””,”link_4_icon”:{“url”:””,”id”:””},”link_5_url”:””,”link_5_text”:””,”link_5_icon”:{“url”:””,”id”:””},”age_verify”:”0″,”age_verify_text”:”<h4 class=\”text-center\”>Are you over 18?<\/h4>\r\n<p class=\”text-center\”>You must be 18 years of age or older to view page. Please verify your age to enter.<\/p>”,”age_verify_text_error”:”<h4 class=\”text-center\”>Access forbidden<\/h4>\r\n<p class=\”text-center\”>Your access is restricted because of your age.<\/p>”,”age_verify_background”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”age_verify_color_scheme”:”dark”,”age_verify_width”:”500″,”promo_popup”:”0″,”promo_popup_content_type”:”html_block”,”popup_text”:””,”popup_html_block”:””,”popup_scroll”:”1000″,”popup-background”:{“color”:”#111111″,”url”:””,”id”:””,”repeat”:”no-repeat”,”size”:”contain”,”attachment”:””,”position”:”left center”},”popup_color_scheme”:”dark”,”popup_width”:”800″,”popup_padding”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”promo_popup_hide_mobile”:”1″,”popup_event”:”time”,”promo_timeout”:”2000″,”popup_pages”:”0″,”promo_version”:”1″,”cookies_info”:”1″,”cookies_text”:”Ta strona u\u017cywa plik\u00f3w cookies.”,”cookies_policy_page”:”21948″,”cookies_version”:”1″,”header_banner”:”0″,”header_banner_link”:””,”header_banner_content_type”:”text”,”header_banner_html_block”:””,”header_banner_shortcode”:””,”header_banner_bg”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”header_banner_color”:”light”,”header_banner_height”:”40″,”header_banner_mobile_height”:”40″,”header_close_btn”:”1″,”header_banner_version”:”1″,”enqueue_posts_results”:”0″,”search_posts_results_column”:”2″,”search_by_sku”:”1″,”relevanssi_search”:”0″,”popular_requests”:””,”full_search_content_type”:”content”,”full_search_content_text”:””,”full_search_content_html_block”:””,”ajax_fullscreen_content”:”1″,”site_width”:”full-width”,”site_custom_width”:”1222″,”main_layout”:”full-width”,”sidebar_width”:”3″,”hide_main_sidebar_mobile”:”1″,”page-title-design”:”centered”,”page-title-size”:”small”,”title-background”:{“color”:”rgb(224,224,224)”,”url”:””,”id”:””,”repeat”:””,”size”:”cover”,”attachment”:””,”position”:”center center”},”page-title-color”:”dark”,”page_title_tag”:”h1″,”breadcrumbs”:”1″,”yoast_shop_breadcrumbs”:”1″,”yoast_pages_breadcrumbs”:”1″,”disable_footer”:”1″,”footer_content_type”:”html_block”,”footer-layout”:”7″,”footer_html_block”:”31996″,”footer-bar-bg”:{“color”:”rgb(218,218,222)”,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”footer-style”:”dark”,”sticky_footer”:”0″,”collapse_footer_widgets”:”1″,”scroll_top_btn”:”1″,”disable_copyrights”:”1″,”copyrights-layout”:”centered”,”copyrights”:”Dawid Craft 2024″,”copyrights2″:””,”prefooter_content_type”:”text”,”prefooter_area”:””,”prefooter_html_block”:””,”text-font”:[{“google”:”1″,”font-family”:”Work Sans”,”font-weight”:”400″,”font-style”:””,”font-subset”:””,”font-size”:”18″,”tablet”:{“font-size”:””},”mobile”:{“font-size”:””},”color”:”rgb(36,36,36)”}],”primary-font”:[{“google”:”1″,”font-family”:”Playfair Display”,”font-weight”:”500″,”font-style”:””,”font-subset”:””,”text-transform”:””,”color”:”#242424″}],”post-titles-font”:[{“google”:”1″,”font-family”:”Poppins”,”font-weight”:”500″,”font-style”:””,”font-subset”:””,”text-transform”:””,”color”:”rgb(36,36,36)”,”hover”:{“color”:”rgb(51 51 51 \/ 65%)”}}],”secondary-font”:[{“google”:”1″,”font-family”:”Playfair Display”,”font-weight”:”400″,”font-style”:””,”font-subset”:””}],”widget-titles-font”:[{“google”:”1″,”font-family”:”Poppins”,”font-weight”:”600″,”font-style”:””,”font-subset”:””,”text-transform”:”uppercase”,”font-size”:”16″,”tablet”:{“font-size”:””},”mobile”:{“font-size”:””},”color”:”rgb(36,36,36)”}],”navigation-font”:[{“google”:”1″,”font-family”:”Work Sans”,”font-weight”:”400″,”font-style”:””,”font-subset”:””,”text-transform”:”uppercase”,”font-size”:”17″,”tablet”:{“font-size”:””},”mobile”:{“font-size”:””}}],”typography_notice”:””,”advanced_typography”:{“0”:{“custom”:””,”custom-selector”:””,”google”:”0″,”font-family”:””,”font-weight”:””,”font-style”:””,”font-subset”:””,”text-transform”:””,”font-size”:””,”tablet”:{“font-size”:””,”line-height”:””},”mobile”:{“font-size”:””,”line-height”:””},”line-height”:””,”color”:””,”hover”:{“color”:””}},”{{index}}”:{“custom”:””,”custom-selector”:””,”google”:”0″,”font-family”:””,”font-weight”:””,”font-style”:””,”font-subset”:””,”text-transform”:””,”font-size”:””,”tablet”:{“font-size”:””,”line-height”:””},”mobile”:{“font-size”:””,”line-height”:””},”line-height”:””,”color”:””,”hover”:{“color”:””}}},”advanced_typography_notice”:””,”multi_custom_fonts_notice”:””,”multi_custom_fonts”:{“0”:{“font-name”:””,”font-weight”:”400″,”font-woff”:{“url”:””,”id”:””},”font-woff2″:{“url”:””,”id”:””}},”{{index}}”:{“font-name”:””,”font-weight”:”400″,”font-woff”:{“url”:””,”id”:””},”font-woff2″:{“url”:””,”id”:””}}},”icon_font”:{“font”:”1″,”weight”:”400″},”typekit_notice”:””,”typekit_id”:””,”typekit_fonts”:””,”rounding_size”:”none”,”custom_rounding_size”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”dark_version”:”0″,”primary-color”:{“idle”:”rgb(212,156,87)”},”secondary-color”:{“idle”:”rgb(212,156,87)”},”link-color”:{“idle”:”rgb(212,156,87)”,”hover”:”rgb(191,144,78)”},”android_browser_bar_color”:{“idle”:””},”body-background”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”pages-background”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”shop-background”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”product-background”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”blog-background”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”blog-post-background”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”portfolio-background”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”portfolio-project-background”:{“color”:””,”url”:””,”id”:””,”repeat”:””,”size”:””,”attachment”:””,”position”:””},”btns_default_style”:”flat”,”btns_default_typography”:[{“google”:”0″,”font-family”:””,”font-weight”:””,”font-style”:””,”font-subset”:””,”text-transform”:””}],”btns_default_bg”:{“idle”:”rgb(212,156,87)”},”btns_default_bg_hover”:{“idle”:”rgb(191,144,78)”},”btns_default_color_scheme”:”dark”,”btns_default_color_scheme_hover”:”dark”,”btns_default_color_scheme_custom”:{“idle”:””},”btns_default_color_scheme_hover_custom”:{“idle”:””},”btns_shop_style”:”flat”,”btns_shop_typography”:[{“google”:”0″,”font-family”:””,”font-weight”:””,”font-style”:””,”font-subset”:””,”text-transform”:””}],”btns_shop_bg”:{“idle”:”rgb(212,156,87)”},”btns_shop_bg_hover”:{“idle”:”rgb(191,144,78)”},”btns_shop_color_scheme”:”dark”,”btns_shop_color_scheme_hover”:”light”,”btns_shop_color_scheme_custom”:{“idle”:””},”btns_shop_color_scheme_hover_custom”:{“idle”:””},”advanced_typography_button”:{“0”:{“custom”:””,”custom-selector”:””,”google”:”0″,”font-family”:””,”font-weight”:””,”font-style”:””,”font-subset”:””,”text-transform”:””,”font-size”:””,”tablet”:{“font-size”:””},”mobile”:{“font-size”:””},”color”:””,”hover”:{“color”:””,”background”:””},”background”:””},”{{index}}”:{“custom”:””,”custom-selector”:””,”google”:”0″,”font-family”:””,”font-weight”:””,”font-style”:””,”font-subset”:””,”text-transform”:””,”font-size”:””,”tablet”:{“font-size”:””},”mobile”:{“font-size”:””},”color”:””,”hover”:{“color”:””,”background”:””},”background”:””}},”form_fields_style”:”square”,”form_border_width”:”1″,”form_color”:{“idle”:””},”form_placeholder_color”:{“idle”:””},”form_brd_color”:{“idle”:””},”form_brd_color_focus”:{“idle”:””},”form_bg”:{“idle”:””},”success_notice_bg_color”:{“idle”:”#459647″},”success_notice_test_color”:{“idle”:”#fff”},”warning_notice_bg_color”:{“idle”:”#E0B252″},”warning_notice_test_color”:{“idle”:”#fff”},”carousel_arrows_position”:”sep”,”carousel_arrows_icon_type”:”2″,”carousel_arrows_hover_style”:”1″,”carousel_arrows_sep_size”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_arrows_sep_icon_size”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_arrows_sep_offset_h”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_arrows_sep_offset_v”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_arrows_sep_color”:{“idle”:””},”carousel_arrows_sep_color_hover”:{“idle”:””},”carousel_arrows_sep_color_dis”:{“idle”:””},”carousel_arrows_sep_bg_color”:{“idle”:””},”carousel_arrows_sep_bg_color_hover”:{“idle”:””},”carousel_arrows_sep_bg_color_dis”:{“idle”:””},”carousel_arrows_sep_border_radius”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_sep_border_style”:””,”carousel_arrows_sep_border_width”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_sep_border_color”:{“idle”:””},”carousel_arrows_sep_border_color_hover”:{“idle”:””},”carousel_arrows_sep_border_color_dis”:{“idle”:””},”carousel_arrows_sep_box_shadow_color”:{“idle”:””},”carousel_arrows_sep_box_shadow_offset_x”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_sep_box_shadow_offset_y”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_sep_box_shadow_blur”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_sep_box_shadow_spread”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_together_gap”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_arrows_together_size”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_arrows_together_icon_size”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_arrows_together_offset_h”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_arrows_together_offset_v”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_arrows_together_color”:{“idle”:””},”carousel_arrows_together_color_hover”:{“idle”:””},”carousel_arrows_together_color_dis”:{“idle”:””},”carousel_arrows_together_bg_color”:{“idle”:””},”carousel_arrows_together_bg_color_hover”:{“idle”:””},”carousel_arrows_together_bg_color_dis”:{“idle”:””},”carousel_arrows_together_border_radius”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_together_border_style”:””,”carousel_arrows_together_border_width”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_together_border_color”:{“idle”:””},”carousel_arrows_together_border_color_hover”:{“idle”:””},”carousel_arrows_together_border_color_dis”:{“idle”:””},”carousel_arrows_together_box_shadow_color”:{“idle”:””},”carousel_arrows_together_box_shadow_offset_x”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_together_box_shadow_offset_y”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_together_box_shadow_blur”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_arrows_together_box_shadow_spread”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_pagin_size”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_pagin_bg_color”:{“idle”:””},”carousel_pagin_bg_color_hover”:{“idle”:””},”carousel_pagin_bg_color_active”:{“idle”:””},”carousel_pagin_border_radius”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_pagin_border_style”:””,”carousel_pagin_border_width”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”carousel_pagin_border_color”:{“idle”:””},”carousel_pagin_border_color_hover”:{“idle”:””},”carousel_pagin_border_color_active”:{“idle”:””},”carousel_scrollbar_height”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”carousel_scrollbar_width”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoiJSJ9LCJ0YWJsZXQiOnsidmFsdWUiOiIiLCJ1bml0IjoiJSJ9LCJtb2JpbGUiOnsidmFsdWUiOiIiLCJ1bml0IjoiJSJ9fX0=”,”carousel_scrollbar_bg_color”:{“idle”:””},”carousel_scrollbar_drag_bg_color”:{“idle”:””},”carousel_scrollbar_drag_bg_hover_color”:{“idle”:””},”blog_layout”:”sidebar-right”,”blog_sidebar_width”:”3″,”single_post_justified_gallery”:”0″,”blog_design”:”masonry”,”blog_style”:”shadow”,”blog_with_shadow”:”1″,”blog_columns”:”3″,”blog_columns_tablet”:”auto”,”blog_columns_mobile”:”auto”,”blog_spacing”:”20″,”blog_spacing_tablet”:””,”blog_spacing_mobile”:””,”blog_pagination”:”pagination”,”blog_excerpt”:”excerpt”,”blog_words_or_letters”:”letter”,”blog_excerpt_length”:”135″,”parts_title”:”1″,”parts_meta”:”1″,”parts_text”:”1″,”parts_btn”:”1″,”single_post_design”:”default”,”single_post_header”:”none”,”blog_share”:”1″,”blog_navigation”:”1″,”blog_author_bio”:”1″,”blog_related_posts”:”1″,”portfolio”:”0″,”portfolio_page”:””,”portfolio_item_slug”:””,”portfolio_cat_slug”:””,”portfolio_full_width”:”0″,”projects_columns”:”3″,”projects_columns_tablet”:”auto”,”projects_columns_mobile”:”auto”,”portfolio_spacing”:”0″,”portfolio_spacing_tablet”:””,”portfolio_spacing_mobile”:””,”portoflio_per_page”:”6″,”portfolio_pagination”:”load_more”,”portoflio_orderby”:”date”,”portoflio_order”:”DESC”,”portoflio_style”:”hover”,”portoflio_image_size”:”large”,”portoflio_filters”:”1″,”portfolio_filters_type”:”links”,”ajax_portfolio”:”1″,”single_portfolio_header”:”none”,”single_portfolio_title_in_page_title”:”0″,”portfolio_navigation”:”1″,”portfolio_related”:”1″,”add_to_cart_action”:”widget”,”add_to_cart_action_timeout”:”0″,”add_to_cart_action_timeout_number”:”3″,”mini_cart_quantity”:”0″,”show_sku_in_mini_cart”:”0″,”show_sku_in_cart”:”0″,”show_sku_in_thank_you_page”:”0″,”show_sku_in_email_order”:”0″,”show_sku_on_ajax”:”0″,”catalog_mode”:”0″,”size_guides”:”1″,”login_prices”:”0″,”quick_shop_variable”:”0″,”quick_shop_variable_type”:”select_options”,”quick_shop_clear_action”:”none”,”grid_swatches_attribute”:””,”swatches_limit”:”0″,”swatches_limit_count”:”5″,”single_product_swatches_limit”:”0″,”single_product_swatches_limit_count”:”10″,”swatches_use_variation_images”:”0″,”swatches_labels_name”:”0″,”swatches_scroll_top_desktop”:”0″,”swatches_scroll_top_mobile”:”0″,”variation_gallery”:”1″,”variation_gallery_storage_method”:”old”,”ajax_variation_threshold”:”30″,”hide_larger_price”:”0″,”single_product_variations_price”:”0″,”label_shape”:”rectangular”,”percentage_label”:”1″,”sale_label_bg_color”:{“idle”:””},”sale_label_text_color”:{“idle”:””},”new_label”:”1″,”new_label_days_after_create”:”0″,”new_label_bg_color”:{“idle”:””},”new_label_text_color”:{“idle”:””},”hot_label”:”1″,”hot_label_bg_color”:{“idle”:””},”hot_label_text_color”:{“idle”:””},”stock_label_bg_color”:{“idle”:””},”stock_label_text_color”:{“idle”:””},”attribute_label_bg_color”:{“idle”:””},”attribute_label_text_color”:{“idle”:””},”brands_attribute”:””,”product_page_brand”:”0″,”product_brand_location”:”about_title”,”brand_tab”:”1″,”brand_tab_name”:”0″,”quick_view”:”0″,”quick_view_layout”:”horizontal”,”quickview_width”:”920″,”quick_view_variable”:”1″,”compare”:”0″,”compare_page”:””,”fields_compare”:[“description”,”sku”,”availability”],”empty_compare_text”:”No products added in the compare list. You must add some products to compare them.<br> You will find a lot of interesting products on our \”Shop\” page.”,”compare_on_grid”:”1″,”compare_save_button_state”:”0″,”compare_by_category”:”0″,”show_more_products_btn”:”1″,”update_cart_quantity_change”:”1″,”empty_cart_text”:”Dodaj produkty do koszyka :)”,”thank_you_page_content_type”:”text”,”thank_you_page_extra_content”:”Dzi\u0119kuj\u0119 za z\u0142o\u017cenie zam\u00f3wienia :)\r\n\r\nPotwierdzenie zosta\u0142o wys\u0142ane na Tw\u00f3j adres e-mail.”,”thank_you_page_html_block”:””,”thank_you_page_default_content”:”1″,”single_product_layout”:”full-width”,”full_height_sidebar”:”0″,”single_sidebar_width”:”3″,”single_product_style”:”2″,”product_design”:”default”,”product_sticky”:”1″,”product_summary_shadow”:”0″,”single_full_width”:”0″,”single_product_header”:”none”,”single_product_builder_post_data”:””,”image_action”:”zoom”,”photoswipe_icon”:”0″,”product_slider_auto_height”:”1″,”pagination_main_gallery”:”0″,”product_images_captions”:”0″,”thums_position”:”bottom”,”single_product_grid_columns_gap”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”single_product_grid_column_desktop”:””,”single_product_grid_column_tablet”:””,”single_product_grid_column_mobile”:””,”single_product_gallery_column_desktop”:”1″,”single_product_gallery_column_tablet”:””,”single_product_gallery_column_mobile”:””,”single_product_thumbnails_vertical_items”:”3″,”single_product_thumbnails_items_desktop”:”4″,”single_product_thumbnails_items_tablet”:”4″,”single_product_thumbnails_items_mobile”:”3″,”main_gallery_on_tablet”:”1″,”main_gallery_on_mobile”:”1″,”main_gallery_center_mode”:”0″,”single_product_thumbnails_wrap_in_mobile_devices”:”1″,”single_product_thumbnails_gallery_width”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”single_product_thumbnails_gallery_height”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifSwidGFibGV0Ijp7InZhbHVlIjoiIiwidW5pdCI6InB4In0sIm1vYmlsZSI6eyJ2YWx1ZSI6IiIsInVuaXQiOiJweCJ9fX0=”,”single_product_thumbnails_gallery_image_width”:”150″,”single_ajax_add_to_cart”:”1″,”single_sticky_add_to_cart”:”0″,”mobile_single_sticky_add_to_cart”:”0″,”sticky_add_to_cart_height_desktop”:”95″,”sticky_add_to_cart_height_tablet”:”95″,”sticky_add_to_cart_height_mobile”:”42″,”before_add_to_cart_content_type”:”text”,”content_before_add_to_cart”:””,”before_add_to_cart_html_block”:””,”after_add_to_cart_content_type”:”text”,”content_after_add_to_cart”:””,”after_add_to_cart_html_block”:””,”single_breadcrumbs_position”:”default”,”product_page_breadcrumbs”:”1″,”products_nav”:”1″,”product_short_description”:”1″,”attr_after_short_desc”:”0″,”stock_status_design”:”default”,”single_stock_progress_bar”:”0″,”product_countdown”:”0″,”sale_countdown_variable”:”0″,”product_show_meta”:”after_tabs”,”product_share”:”0″,”product_share_type”:”share”,”related_products”:”1″,”upsells_position”:”standard”,”related_product_view”:”slider”,”related_product_columns”:”4″,”related_product_columns_tablet”:”auto”,”related_product_columns_mobile”:”auto”,”related_product_count”:”8″,”product_tabs_layout”:”tabs”,”product_tabs_location”:”standard”,”product_accordion_state”:”first”,”hide_tabs_titles”:”1″,”additional_tab_title”:””,”additional_tab_content_type”:”text”,”additional_tab_text”:””,”additional_tab_html_block”:””,”additional_tab_2_title”:””,”additional_tab_2_content_type”:”text”,”additional_tab_2_text”:””,”additional_tab_2_html_block”:””,”additional_tab_3_title”:””,”additional_tab_3_content_type”:”text”,”additional_tab_3_text”:””,”additional_tab_3_html_block”:””,”login_tabs”:”0″,”reg_title”:”Register”,”reg_text”:”Registering for this site allows you to access your order status and history. Just fill in the fields below, and we’ll get a new account set up for you in no time. We will only ask you for information necessary to make the purchase process faster and easier.”,”login_title”:”Login”,”login_text”:””,”my_account_links”:”0″,”custom_css”:””,”css_desktop”:””,”css_tablet”:””,”css_wide_mobile”:””,”css_mobile”:””,”css_backend”:””,”custom_js”:””,”js_ready”:””,”sticky_social”:”0″,”sticky_social_type”:”follow”,”sticky_social_position”:”right”,”social_follow_notice”:””,”fb_link”:”https:\/\/www.facebook.com\/dawidcraftzlotnik”,”twitter_link”:”https:\/\/twitter.com\/dawid_craft”,”isntagram_link”:””,”pinterest_link”:””,”youtube_link”:””,”tumblr_link”:””,”linkedin_link”:””,”vimeo_link”:””,”flickr_link”:””,”github_link”:””,”dribbble_link”:””,”behance_link”:””,”soundcloud_link”:””,”spotify_link”:””,”ok_link”:””,”vk_link”:””,”whatsapp_link”:””,”snapchat_link”:””,”tg_link”:””,”tiktok_link”:””,”discord_link”:””,”social_email_links”:”0″,”social_share_notice”:””,”share_fb”:”1″,”share_twitter”:”1″,”share_pinterest”:”0″,”share_linkedin”:”0″,”share_ok”:”0″,”share_whatsapp”:”1″,”share_vk”:”0″,”share_tg”:”1″,”share_viber”:”0″,”share_email”:”0″,”mobile_optimization”:”0″,”load_text_domain”:”1″,”disable_gutenberg_css”:”1″,”disable_gutenberg_backend_css”:”1″,”styles_always_use”:””,”styles_not_use”:””,”disable_owl_mobile_devices”:”0″,”remove_jquery_migrate”:”0″,”advanced_js_notice”:””,”advanced_js”:”0″,”autocomplete_library”:”required”,”cookie_library”:”required”,”countdown-bundle_library”:”required”,”device_library”:”required”,”isotope-bundle_library”:”required”,”justified_library”:”required”,”magnific_library”:”required”,”panr-parallax-bundle_library”:”required”,”parallax_library”:”required”,”parallax-scroll-bundle_library”:”required”,”photoswipe-bundle_library”:”required”,”pjax_library”:”required”,”sticky-kit_library”:”required”,”wd_swiper_library”:”required”,”threesixty_library”:”required”,”tooltips_library”:”required”,”vivus_library”:”required”,”waypoints_library”:”required”,”leaflet_library”:”required”,”vimeo_player_library”:”required”,”scripts_always_use”:””,”scripts_not_use”:””,”dequeue_scripts”:””,”lazy_loading”:”0″,”lazy_loading_offset”:”0″,”lazy_effect”:”fade”,”lazy_generate_previews”:”1″,”lazy_base_64″:”1″,”lazy_proprtion_size”:”1″,”lazy_custom_placeholder”:{“url”:””,”id”:””},”disable_wordpress_lazy_loading”:”0″,”rocket_delay_js_exclusions”:”0″,”cf7_js”:”0″,”load_elementor_optimized_css”:”0″,”elementor_animations”:”1″,”elementor_icons”:”1″,”elementor_dialog_library”:”1″,”elementor_frontend”:”1″,”swiper_library”:”always”,”el_waypoints_library”:”always”,”google_font_display”:”swap”,”icons_font_display”:”swap”,”font_awesome_css”:”always”,”font_icon_woff2_preload”:”0″,”preloader”:”0″,”preloader_image”:{“url”:””,”id”:””},”preloader_background_color”:{“idle”:”#ffffff”},”preloader_color_scheme”:”dark”,”negative_gap”:”enabled”,”sticky_notifications”:”0″,”page_comments”:”0″,”custom_404_page”:””,”widget_title_tag”:”div”,”woodmart_slider”:”1″,”allow_upload_svg”:”1″,”rev_slider_inherit_theme_font”:”0″,”site_viewport”:”not_scalable”,”maintenance_mode”:”0″,”maintenance_access_key”:””,”white_label”:”0″,”white_label_theme_name”:””,”dummy_import”:”0″,”white_label_theme_license_tab”:”0″,”white_label_changelog_tab”:”1″,”theme_admin_bar_menu”:”1″,”white_label_theme_hints”:”1″,”white_label_sidebar_icon_logo”:{“url”:””,”id”:””},”white_label_dashboard_logo”:{“url”:””,”id”:””},”white_label_appearance_screenshot”:{“url”:””,”id”:””},”white_label_dashboard_title”:””,”white_label_dashboard_text”:””,”reset”:””,”reset_notice”:””,”wishlist”:”0″,”wishlist_page”:””,”wishlist_logged”:”0″,”wishlist_bulk_action”:”1″,”wishlist_empty_text”:”You don’t have any products in the wishlist yet. <br> You will find a lot of interesting products on our \”Shop\” page.”,”wishlist_expanded”:”0″,”wishlist_show_popup”:”enable”,”product_loop_wishlist”:”1″,”wishlist_save_button_state”:”0″,”shipping_progress_bar_enabled”:”0″,”shipping_progress_bar_calculation”:”custom”,”shipping_progress_bar_amount”:”100″,”shipping_progress_bar_include_coupon”:”exclude”,”shipping_progress_bar_location_card_page”:”1″,”shipping_progress_bar_location_mini_cart”:”1″,”shipping_progress_bar_location_checkout”:”0″,”shipping_progress_bar_location_single_product”:”0″,”shipping_progress_bar_message_initial”:”Add [remainder] to cart and get free shipping!”,”shipping_progress_bar_message_success”:”Your order qualifies for free shipping!”,”buy_now_enabled”:”0″,”buy_now_redirect”:”checkout”,”counter_visitor_enabled”:”0″,”counter_visitor_data_source”:”live_data”,”counter_visitor_data_source_min_number”:”10″,”counter_visitor_data_source_max_number”:”20″,”counter_visitor_live_mode”:”0″,”counter_visitor_ajax_update”:”0″,”counter_visitor_live_duration”:”10″,”bought_together_enabled”:”1″,”bought_together_column”:”3″,”bought_together_column_tablet”:”auto”,”bought_together_column_mobile”:”auto”,”bought_together_form_width”:”eyJkZXZpY2VzIjp7ImRlc2t0b3AiOnsidmFsdWUiOiIiLCJ1bml0IjoicHgifX19″,”discounts_enabled”:”0″,”show_discounts_table”:”0″,”checkout_show_product_image”:”1″,”checkout_product_quantity”:”0″,”checkout_remove_button”:”0″,”checkout_link_to_product”:”0″,”reviews_location”:”tabs”,”reviews_section_columns”:”two-column”,”reviews_columns”:”1″,”reviews_columns_tablet”:”1″,”reviews_columns_mobile”:”1″,”reviews_form_location”:”after”,”reviews_style”:”style-1″,”reviews_enable_pros_cons”:”0″,”reviews_enable_likes”:”0″,”show_reviews_purchased_indicator”:”0″,”reviews_sorting”:”0″,”single_product_comment_images”:”0″,”single_product_comment_images_count”:”3″,”single_product_comment_images_upload_size”:”1″,”single_product_comment_images_required”:”0″,”show_reviews_only_image_filter”:”0″,”reviews_rating_summary”:”0″,”reviews_rating_summary_content”:”rating”,”reviews_rating_summary_filter”:”0″,”reviews_rating_by_criteria”:”0″,”reviews_criteria_rating_required”:”0″,”reviews_rating_summary_criteria_1_slug”:””,”reviews_rating_summary_criteria_1″:””,”reviews_rating_summary_criteria_2_slug”:””,”reviews_rating_summary_criteria_2″:””,”reviews_rating_summary_criteria_3_slug”:””,”reviews_rating_summary_criteria_3″:””,”reviews_rating_summary_criteria_4_slug”:””,”reviews_rating_summary_criteria_4″:””,”reviews_rating_summary_criteria_5_slug”:””,”reviews_rating_summary_criteria_5″:””,”reviews_rating_summary_criteria_6_slug”:””,”reviews_rating_summary_criteria_6″:””,”sticky_navigation_notice”:””,”sticky_navigation_menu”:””,”sticky_navigation_title”:””,”sticky_navigation_content_type”:”text”,”sticky_navigation_area”:””,”sticky_navigation_html_block”:””,”single_product_main_gallery_video”:”0″,”checkout_fields_enabled”:”0″,”linked_variations”:”1″,”show_single_variation”:”0″,”hide_variation_parent”:”0″,”sold_counter_enabled”:”0″,”sold_counter_sales_type”:”real_data”,”sold_counter_shown_after”:”0″,”sold_counter_min_count”:”10″,”sold_counter_max_count”:”20″,”sold_counter_hide_on_outofstock”:”0″,”sold_counter_timeframe”:”3″,”sold_counter_timeframe_period”:”minutes”,”sold_counter_transient_hours”:”24″,”carousel_arrows_sep_color_group”:””,”carousel_arrows_sep_bg_color_group”:””,”carousel_arrows_sep_radius_group”:””,”carousel_arrows_sep_box_shadow_group”:””,”carousel_arrows_together_color_group”:””,”carousel_arrows_together_bg_color_group”:””,”carousel_arrows_together_radius_group”:””,”carousel_arrows_together_box_shadow_group”:””,”carousel_pagin_bg_color_group”:””,”carousel_pagin_radius_group”:””,”carousel_scrollbar_bg_color_group”:””,”import_export”:””},”presets”:””}

    willhenrymiller
    Participant
    #526608

    I am working on a single product page and cannot find anywhere where I can turn on and off selected tabs depending on the product. In short, on some products I want to show only two tabs, on other products I want to show all tabs.

    Example

    Product 1 – Only ‘Description + Shipping & Delivery’ tabs are visible
    Product 2 -Only ‘Additional Information + About Brand’ tabs are visible
    Product 3 – Only ‘Reviews’ tab is visible

    It is very unclear as to where you can adjust or edit the tabs and how to select their visibility for individual products.

    Attachments:
    You must be logged in to view attached files.

    In reply to: TAB order

    #526509

    Hello,

    You need to take the tab class and set the order:
    https://ibb.co/qCrNCp1

    add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 );
    
    function woo_reorder_tabs( $tabs ) {
        $tabs['wd_additional_tab'] = array(
            'title'     => __( 'Additional Information', 'woocommerce' ),
            'priority'  => 5,
            'callback'  => 'custom_additional_tab_content', // Replace with your callback function
        );
    
        $tabs['more_seller_product'] = array(
            'title'     => __( 'More Seller Products', 'woocommerce' ),
            'priority'  => 10,
            'callback'  => 'custom_more_seller_product_tab_content', // Replace with your callback function
        );
    
        $tabs['seller'] = array(
            'title'     => __( 'Seller', 'woocommerce' ),
            'priority'  => 15,
            'callback'  => 'custom_seller_tab_content', // Replace with your callback function
        );
    
        $tabs['brand_tab'] = array(
            'title'     => __( 'Brand', 'woocommerce' ),
            'priority'  => 20,
            'callback'  => 'custom_brand_tab_content', // Replace with your callback function
        );
    
        // Add other tabs similarly...
        return $tabs;
    }
    
    // Define the callback functions
    function custom_additional_tab_content() {
        // Your additional tab content goes here
    }
    
    function custom_more_seller_product_tab_content() {
        // Your more seller products tab content goes here
    }
    
    function custom_seller_tab_content() {
        // Your seller tab content goes here
    }
    
    function custom_brand_tab_content() {
        // Your brand tab content goes here
    }

    insert the tab class, change 15 to 20, then 25, then 30 for each tab and set the order for each tab from your product page.

    Best Regards.

    WEDICOM
    Participant
    #525579

    I have activated variable products, however on the product page this creates additional tabs which are displayed first, before the html blocks that I have configured. How not to make it appear?

    Attachments:
    You must be logged in to view attached files.
    Eric
    Participant
    #519286

    Wordpress admin login information is in the private section below. I know you know way more about thse things than I do. I have learned enough to know that a setting in one plugin, theme, or a published Elementor template can override everything.

    I went back through everything again. I do not see any Templates, layouts, or settings that would be interfering.

    Product Archive Settings:
    Shop filters setting: “Enable shop filters widget’s area above the products” – OFF (When it is turned on, the filters show up but only on top” Right now, no filteres displayed at all.
    State: “Shop filters area always opened” – ON
    “Shop sidebar widgets collapse” – Disabled
    Shop Layout “sidebar on left” selected

    Shop page: default template
    Woodmart General Settings: Full width – no side bar
    Appearance/customize/woocommerce/product catalog/
    Appearance/customize/additional css/ (there is custom css in this field)

    Hung Pham
    Keymaster
    #507040

    Hi adbeesolutions,

    If you use Custom Layout, then you can use Product tabs widget to change its layout.

    https://prnt.sc/tBw1rbfIPrvA

    The content for the Description tab can be edited by editing the Product.

    The Reviews tab shows by default, for its settings you can check out the Dashboard > Theme Settings > Single Product > Reviews: https://xtemos.com/wp-content/uploads/2020/09/single-product-reviews-wd-7.jpg

    The Additional Information Tab only shows on the Single Product page when the Attributes are added under a Product. If the Attributes are not added then the Additional Information tab doesn’t show.

    Further, under the Dashboard > Theme Settings > Single Product > Tabs > there are 3 Additional Tabs which works globally for all Products: https://snipboard.io/Uc3MER.jpg

    You can check out the Theme Documentation Guides too for Product Page Options and Product Page Local Options:

    https://xtemos.com/docs-topic/product-page-options/
    https://xtemos.com/docs-topic/product-page-local-settings/

    Regards,

    jamestmorris89
    Participant
    #501144

    Hi Aizaz,

    Yes, if you read what I mentioned above, this is because under the mirrors category they are all simple products, the second I incorporate a variable product(s) into the mix, they do not display correctly, this is because the Variant name on the product page is joined in a string under attribute colour like “Brushed Gold, Matt Black, Chrome” Do you think it would be better to create Single products and then link them to show the attributes correctly? This way I could have separate information for each product and not worry about the additional information tab not dynamically changing on selection?

    In reply to: Product description

    #499369

    Hello,

    By default, WooCommerce uses tabs to display the product description and additional information. But I have visited your site and checked the single product page. I think you are using a custom layout of the theme. Go to Layouts > Edit single product layouts and add the products tabs widgets in the layout.

    If you have any questions feel free to contact us.

    Best Regards.

    Artem Temos
    Keymaster
    #489675

    Dear Valued Customers,

    We are thrilled to announce the release of our highly anticipated 7.3 beta version, a culmination of dedicated effort and innovation from our team! We have been hard at work refining and enhancing this version to provide you with an even more robust and feature-rich experience. Your feedback has been invaluable, and we can’t wait to share these exciting updates with you.

    What’s New in 7.3 Beta:

    New Demo Versions: Get a firsthand experience of the latest features and improvements through our new demo versions. Explore the possibilities and see how the new enhancements could benefit your business.

    Powerful eCommerce Features: We’ve taken your suggestions to heart and incorporated dynamic discounts and a product sold counter to boost your eCommerce capabilities. These features are designed to elevate your sales strategies and create engaging shopping experiences for your customers.

    Join the Beta Test:

    Now, we cordially invite you to participate in the beta test phase of the 7.3 release. Your insights are crucial in helping us refine the software even further before the official launch. This is your chance to explore the new functionalities, provide feedback, and help shape the final version.

    Important Note:

    While we are excited for you to experience the 7.3 beta version, we highly recommend installing it in a staging environment only. Beta versions can sometimes have unforeseen issues, and it’s best to avoid any disruption to your live operations. As always, our support team is here to assist you throughout the process, ensuring a smooth testing experience.

    Download: https://bit.ly/3zcD086

    Full changelog:

    • NEW VERSION: Furniture 2
    • NEW VERSION: Games
    • NEW VERSION: Games Dark
    • NEW FEATURE: Dynamic discounts. (Screenshot)
    • NEW FEATURE: Product sold counter. (Video)
    • ADDED: “Video” element. (Screenshot)
    • ADDED: “Marquee” element. (Video)
    • ADDED: “Nested carousel” element. (Video)
    • ADDED: New product hover “Buttons on hover”. (Screenshot)
    • ADDED: Product category style “Zoom out”. (Screenshot)
    • ADDED: New blog design “List”. (Screenshot)
    • ADDED: New style “Primary” to “Social buttons” element. (Screenshot)
    • ADDED: Shape “Rounded” to “Social buttons” element. (Screenshot)
    • ADDED: New “Search” element form style. (Screenshot)
    • ADDED: “Show HTML Blocks” option to “Mobile menu” header element. (Screenshot)
    • ADDED: New “One column” layout to header row options. (Screenshot)
    • ADDED: Custom social links to “Social buttons” element. (Screenshot)
    • ADDED: Design “Simple” to mega menu element with vertical orientation. (Screenshot)
    • ADDED: Icon alignment option to mega menu element. (Screenshot)
    • ADDED: Star rating to “Icons and add to cart on hover” product loop design. (Screenshot)
    • ADDED: Background image option for “Infobox” element. (Screenshot)
    • ADDED: Icon spacing option to “Information box” element. (Screenshot)
    • ADDED: The ability to choose a custom icon to “Visitor counter” element in Layouts. (Screenshot)
    • ADDED: Layout “Inline” to “Product additional information table” element in Layouts. (Screenshot)
    • ADDED: “Hide image” and “Hide name” option to “Product additional information table” element in Layouts. (Screenshot)
    • ADDED: Video background in “Promo Banner” element. (Screenshot)
    • ADDED: Video in “Image Hotspot” element. (Screenshot)
    • ADDED: Icon color selection in “Image Hotspot” element. (Screenshot)
    • ADDED: Icon on hover option to “Image Hotspot” element. (Video)
    • ADDED: “Categories rounding” option in theme settings. (Screenshot)
    • ADDED: Blog options in theme settings: “Title for posts”, “Meta information”, “Post text”, “Read more button”. (Screenshot)
    • ADDED: Single product gallery combined grid layout “2:3:2” and “1:2”. (Screenshot, Screenshot)
    • ADDED: Option to selection of the number of thumbnails in single product gallery grid from 1 to 6. (Screenshot, Screenshot)
    • ADDED: Option to change gap between thumbnails in single product gallery grid. (Screenshot)
    • ADDED: Option to disable carousel on mobile devices on single product gallery grid. (Screenshot)
    • ADDED: rel=”nofollow” attribute for stock status widget. (Topic)
    • ADDED: Show reviews count on product loop. (Video)
    • ADDED: Delete outdated Instagram images option. (Screenshot)
    • ADDED: Save compare button state after adding in compare list.
    • ADDED: “Apply all” button for patcher page. (Screenshot, Topic)
    • ADDED: “Load text domain” option in Theme settings.
    • ADDED: “Show stock quantity” option for product grid. (Screenshot)
    • ADDED: Quantity buttons to “On variation click” quick shop type. (Screenshot)
    • ADDED: Responsive thumbnails per slide with thumbnails position left. (Screenshot)
    • ADDED: Product archive “Filtered by stock status” condition. (Screenshot)
    • ADDED: “Show checkboxes” option to “Woodmart WooCommerce Layered Nav” widget. (Screenshot)
    • ADDED: Helper tooltip with icon unicode to the Typography -> Icon Fonts section in Theme Settings. (Screenshot)
    • ADDED: “Heading background” option for “Tabs” and “AJAX Products tabs” elements. (Screenshot)
    • ADDED: “Form height” option for “AJAX search” element and header search. (Screenshot)
    • ADDED: Discord messenger follow button to “Social button” element. (Screenshot)
    • CSS: Refactored product hover styles.
    • CSS: Refactored “Information box” element styles.
    • CSS: Refactored single product gallery grid.
    • CSS: Refactored styles on cart and checkout pages.
    • CSS: Refactored Heading in “Tabs” and “AJAX Products tabs” elements.
    • FIXED: Product archive background option.
    • FIXED: Limit swatches with linked product variation.
    • FIXED: “Infobox Carousel” element bottom space in WPBakery page builder.
    • FIXED: Age verify popup closing on mobile. (Topic)
    • FIXED: Collapsible content with disabled “Optimized DOM output” option. (Topic)
    • FIXED: Header banner link z-index with HTML-block content. (Topic)
    • FIXED: Woodmart dashboard header for users with non-admin role. (Topic)
    • FIXED: Menu item label in main header navigation. (Topic)
    • FIXED: Change product image on attribute click with quick shop on variation click.
    • FIXED: Init open street map in popup element. (Screenshot)
    • FIXED: List element translates with WPML. (Screenshot)
    • FIXED: Render multiple markers content in google map element. (Topic)
    • FIXED: Duplicate WooCommerce structured data generation. (Topic)
    • FIXED: Output content in section title element issue. (Topic)
    • FIXED: Scrolling issue with “YITH Frontend Manager for WooCommerce”. (Topic)
    • FIXED: Scrolling issue with “MultivendorX”.
    • FIXED: Related products add to cart button icon on single product page. (Topic)
    • FIXED: Load Instagram image with API connect issue. (Topic)
    • FIXED: Enqueue compare icon style in header builder issue. (Topic)
    • FIXED: Frequently bought together products with 100% discount issue. (Topic)
    • FIXED: Show single variation with draft product variation issue. (Topic) (Topic)
    • FIXED: WPML config file.
    • FIXED: Cart and checkout pages styles on Elementor Pro.
    • FIXED: My account navigation styles on Elementor Pro. (Topic)
    • FIXED: “YITH WooCommerce Request a Quote” plugin enqueue style issue. (Topic)
    • FIXED: “Show summary on hover” product hover with product rating issue. (Topic)
    • FIXED: Instagram duplication images issue. (Topic)
    • FIXED: Vertical image gallery in single product issue. (Topic)
    • FIXED: Output extra description for product category issue. (Topic)
    • FIXED: PHP errors in admin panel. (Topic)
    • FIXED: Elementor accordion widget. (Topic)
    • FIXED: Widget cart enqueue script issue. (Topic)
    • FIXED: AJAX shop issue.
    • FIXED: WooCommerce hook element is empty with WPBakery Page Builder issue. (Topic)
    • FIXED: Compare and wishlist added products issue. (Topic)
    • IMPROVED: Output images with custom sizes for elements.
    • UPDATED: Google fonts list.

    Best regards

    In reply to: Translate product page

    bbdollar
    Participant
    #484554

    Hi,

    It is nos working.
    On this page : https://v.boutique.segasel.fr/product/polo-bleu-marine-daf-femme/?attribute_taille=L
    I can’t find the terms : Guaranteed Safe Checkout / Features & Compatibility
    / Additional information
    / Customer Reviews
    / Related Products
    I have followed what you said. But it is not find.

    + Sometimes I have translated it in Loco but it’s not showing. Like on my screenshot (cart page)

    Attachments:
    You must be logged in to view attached files.
    Artem Temos
    Keymaster
    #478247

    Unfortunately, we don’t know why it doesn’t work on your website.

    Here is Theme Settings from our Lingerie dummy content

    {"options":{"insta_token":"","google_map_api_key":"","fb_app_id":"","fb_app_secret":"","fb_notice":"","goo_app_id":"","goo_app_secret":"","goo_notice":"","vk_app_id":"","vk_app_secret":"","vk_notice":"","alt_auth_method":"0","ajax_shop":"1","ajax_scroll":"1","shop_page_breadcrumbs":"1","cat_desc_position":"before","products_hover":"quick","base_hover_mobile_click":false,"products_color_scheme":"default","products_bordered_grid":"","products_bordered_grid_style":"outside","products_with_background":"","products_background":{"idle":""},"products_shadow":"","stretch_product_desktop":false,"stretch_product_tablet":false,"stretch_product_mobile":false,"product_title_lines_limit":"none","show_empty_star_rating":false,"hover_image":"1","grid_gallery":false,"grid_gallery_control":"hover","grid_gallery_enable_arrows":"none","product_quantity":false,"base_hover_content":"excerpt","stock_status_position":"thumbnail","grid_stock_progress_bar":false,"shop_countdown":false,"categories_under_title":true,"brands_under_title":false,"sku_under_title":false,"categories_design":"default","categories_color_scheme":"default","categories_with_shadow":"enable","hide_categories_product_count":false,"shop_layout":"sidebar-left","shop_sidebar_width":"3","shop_hide_sidebar_desktop":false,"shop_hide_sidebar_tablet":"1","shop_hide_sidebar":"1","sticky_filter_button":false,"shop_title":"1","shop_categories":"1","shop_categories_ancestors":false,"show_categories_neighbors":false,"shop_products_count":"1","shop_page_title_hide_empty_categories":false,"shop_page_title_categories_exclude":"","shop_view":"grid","products_columns":"3","products_columns_tablet":"auto","products_columns_mobile":"2","products_spacing":"20","per_row_columns_selector":"1","products_columns_variations":["2","3","4"],"products_masonry":false,"products_different_sizes":false,"shop_per_page":"12","per_page_links":"1","per_page_options":"9,12,18,24","shop_pagination":"pagination","load_more_button_page_url":true,"categories_toggle":"1","widgets_scroll":"1","widget_heights":"223","shop_widgets_collapse":"disable","shop_filters":false,"shop_filters_type":"widgets","shop_filters_content":"","shop_filters_always_open":false,"shop_filters_close":false,"default_header":"header_515836","sticky_toolbar":true,"sticky_toolbar_label":"1","sticky_toolbar_fields":["shop","sidebar","wishlist","cart","account"],"link_1_url":"","link_1_text":"","link_1_icon":"","link_2_url":"","link_2_text":"","link_2_icon":"","link_3_url":"","link_3_text":"","link_3_icon":"","link_4_url":"","link_4_text":"","link_4_icon":"","link_5_url":"","link_5_text":"","link_5_icon":"","age_verify":false,"age_verify_text":"<h4 class=\"text-center\">Are you over 18?<\/h4>\n<p class=\"text-center\">You must be 18 years of age or older to view page. Please verify your age to enter.<\/p>","age_verify_text_error":"<h4 class=\"text-center\">Access forbidden<\/h4>\n<p class=\"text-center\">Your access is restricted because of your age.<\/p>","age_verify_background":"","age_verify_color_scheme":"dark","age_verify_width":"500","promo_popup":false,"promo_popup_content_type":"html_block","popup_text":"","popup_html_block":"724","popup_scroll":"1000","popup-background":{"color":"#111111","url":"https:\/\/sandbox.com:8890\/wp-content\/uploads\/2021\/08\/promo-popup-4.jpg","id":711,"repeat":"no-repeat","size":"cover","attachment":"","position":"center center"},"popup_color_scheme":"dark","popup_width":"800","promo_popup_hide_mobile":"1","popup_event":"time","promo_timeout":"2000","popup_pages":"0","promo_version":"1","cookies_info":false,"cookies_text":"We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.","cookies_policy_page":"","cookies_version":"1","header_banner":"1","header_banner_link":"#","header_banner_content_type":"text","header_banner_html_block":"","header_banner_shortcode":"<p class=\"font-alt\" style=\"text-align: center;color: white\">Lingerie spring sale for all bras Discount 30%<\/p>","header_banner_bg":{"color":"rgb(192,17,87)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"header_banner_color":"light","header_banner_height":"40","header_banner_mobile_height":"40","header_close_btn":"0","header_banner_version":"1","enqueue_posts_results":false,"search_posts_results_column":"2","search_by_sku":"1","relevanssi_search":"0","popular_requests":"","full_search_content_type":"content","full_search_content_text":"","full_search_content_html_block":"","ajax_fullscreen_content":true,"site_width":"full-width","site_custom_width":"1222","main_layout":"sidebar-right","sidebar_width":"3","hide_main_sidebar_mobile":"1","page-title-design":"centered","page-title-size":"default","title-background":{"color":"#0a0a0a","url":"https:\/\/sandbox.com:8890\/wp-content\/uploads\/2021\/09\/lingerie-page-title.jpg","id":3245,"repeat":"","size":"cover","attachment":"","position":"center center"},"page-title-color":"light","page_title_tag":"default","breadcrumbs":"1","yoast_shop_breadcrumbs":false,"yoast_pages_breadcrumbs":false,"disable_footer":"1","footer_content_type":"widgets","footer-layout":"13","footer_html_block":"","footer-bar-bg":{"color":"#ffffff"},"footer-style":"dark","sticky_footer":false,"collapse_footer_widgets":true,"scroll_top_btn":"1","disable_copyrights":"1","copyrights-layout":"two-columns","copyrights":"Based on <a href=\"http:\/\/woodmart.xtemos.com\"><strong>WoodMart<\/strong><\/a> theme<i class=\"fa fa-copyright\"><\/i> 2023 <a href=\"https:\/\/themeforest.net\/item\/woodmart-woocommerce-wordpress-theme\/20264492\"><strong>WooCommerce Themes<\/strong><\/a>.","copyrights2":"<img src=\"https:\/\/sandbox.com:8890\/wp-content\/themes\/woodmart\/images\/payments.png\" alt=\"payments\">","prefooter_content_type":"html_block","prefooter_area":"[html_block id=\"258\"]","prefooter_html_block":"728","text-font":[{"custom":"","google":"1","font-family":"Karla","font-weight":"400","font-style":"","font-subset":"","font-size":"14","tablet":{"font-size":""},"mobile":{"font-size":""},"color":"#777777"}],"primary-font":[{"custom":"","google":"1","font-family":"Rosarivo","font-weight":"400","font-style":"","font-subset":"","text-transform":"","color":"#242424"}],"post-titles-font":[{"custom":"","google":"1","font-family":"Rosarivo","font-weight":"400","font-style":"","font-subset":"","text-transform":"","color":"#333333","hover":{"color":"rgb(51 51 51 \/ 65%)"}}],"secondary-font":[{"custom":"","google":"1","font-family":"Dancing Script","font-weight":"400","font-style":"","font-subset":""}],"widget-titles-font":[{"custom":"","google":"true","font-family":"Rosarivo","font-weight":"400","font-style":"","font-subset":"","text-transform":"uppercase","font-size":"16","tablet":{"font-size":""},"mobile":{"font-size":""},"color":"#333"}],"navigation-font":[{"custom":"","google":"1","font-family":"Karla","font-weight":"400","font-style":"","font-subset":"","text-transform":"uppercase","font-size":"14","tablet":{"font-size":""},"mobile":{"font-size":""}}],"typography_notice":"","advanced_typography":"","advanced_typography_notice":"","multi_custom_fonts_notice":"","multi_custom_fonts":"","icon_font":{"font":"1","weight":"400"},"typekit_notice":"","typekit_id":"","typekit_fonts":"","rounding_size":"none","custom_rounding_size":"","dark_version":false,"primary-color":{"idle":"rgb(192,17,87)"},"secondary-color":{"idle":"#fbbc34"},"link-color":{"idle":"#333333","hover":"#242424"},"android_browser_bar_color":[],"body-background":[],"pages-background":[],"shop-background":[],"product-background":[],"blog-background":[],"blog-post-background":[],"portfolio-background":[],"portfolio-project-background":[],"btns_default_style":"flat","btns_default_typography":[{"font-family":"","font-weight":"","font-style":"","text-transform":""}],"btns_default_bg":{"idle":"#f7f7f7"},"btns_default_bg_hover":{"idle":"#efefef"},"btns_default_color_scheme":"dark","btns_default_color_scheme_hover":"dark","btns_default_color_scheme_custom":"","btns_default_color_scheme_hover_custom":"","btns_shop_style":"flat","btns_shop_typography":[{"font-family":"","font-weight":"","font-style":"","text-transform":""}],"btns_shop_bg":{"idle":"rgb(192,17,87)"},"btns_shop_bg_hover":{"idle":"rgb(173,12,80)"},"btns_shop_color_scheme":"light","btns_shop_color_scheme_hover":"light","btns_shop_color_scheme_custom":"","btns_shop_color_scheme_hover_custom":"","advanced_typography_button":[{"font-family":"","font-weight":"","font-style":"","font-size":"","line-height":"","color":"","background":"","hover":{"color":"","background":""},"text-transform":""}],"form_fields_style":"square","form_border_width":"2","form_color":"","form_placeholder_color":"","form_brd_color":"","form_brd_color_focus":"","form_bg":"","success_notice_bg_color":{"idle":"#459647"},"success_notice_test_color":{"idle":"#fff"},"warning_notice_bg_color":{"idle":"#E0B252"},"warning_notice_test_color":{"idle":"#fff"},"blog_layout":"sidebar-right","blog_sidebar_width":"3","single_post_justified_gallery":"0","blog_design":"masonry","blog_style":"flat","blog_with_shadow":true,"blog_columns":"3","blog_columns_tablet":"auto","blog_columns_mobile":"auto","blog_spacing":"20","blog_pagination":"pagination","blog_excerpt":"excerpt","blog_words_or_letters":"letter","blog_excerpt_length":"100","single_post_design":"default","single_post_header":"none","blog_share":"1","blog_navigation":"1","blog_author_bio":"1","blog_related_posts":"1","portfolio":"1","portfolio_page":"51","portfolio_item_slug":"","portfolio_cat_slug":"","portfolio_full_width":false,"projects_columns":"3","projects_columns_tablet":"auto","projects_columns_mobile":"auto","portfolio_spacing":"0","portoflio_per_page":"6","portfolio_pagination":"load_more","portoflio_orderby":"date","portoflio_order":"DESC","portoflio_style":"hover","portoflio_image_size":"large","portoflio_filters":"1","portfolio_filters_type":"links","ajax_portfolio":"1","single_portfolio_header":"none","single_portfolio_title_in_page_title":false,"portfolio_navigation":"1","portfolio_related":"1","add_to_cart_action":"widget","add_to_cart_action_timeout":false,"add_to_cart_action_timeout_number":"3","mini_cart_quantity":"0","show_sku_in_mini_cart":false,"show_sku_in_cart":false,"show_sku_in_email_order":false,"show_sku_on_ajax":false,"catalog_mode":false,"size_guides":"1","login_prices":false,"quick_shop_variable":"1","quick_shop_variable_type":"select_options","quick_shop_clear_action":"none","grid_swatches_attribute":"","swatches_limit":false,"swatches_limit_count":"5","single_product_swatches_limit":false,"single_product_swatches_limit_count":"10","swatches_use_variation_images":false,"swatches_labels_name":false,"swatches_scroll_top_desktop":false,"swatches_scroll_top_mobile":false,"variation_gallery":"1","variation_gallery_storage_method":"new","ajax_variation_threshold":"30","hide_larger_price":false,"single_product_variations_price":"0","label_shape":"rounded","percentage_label":"1","sale_label_bg_color":"","sale_label_text_color":"","new_label":"1","new_label_days_after_create":"0","new_label_bg_color":"","new_label_text_color":"","hot_label":"1","hot_label_bg_color":"","hot_label_text_color":"","stock_label_bg_color":"","stock_label_text_color":"","attribute_label_bg_color":"","attribute_label_text_color":"","brands_attribute":"pa_brand","product_page_brand":"1","product_brand_location":"about_title","brand_tab":"1","brand_tab_name":false,"quick_view":"1","quick_view_layout":"horizontal","quickview_width":"920","quick_view_variable":"1","compare":"1","compare_page":"3083","compare_on_grid":"1","fields_compare":["description","sku","availability"],"empty_compare_text":"No products added in the compare list. You must add some products to compare them.<br> You will find a lot of interesting products on our \"Shop\" page.","compare_by_category":"0","show_more_products_btn":"1","update_cart_quantity_change":false,"empty_cart_text":"Before proceed to checkout you must add some products to your shopping cart.<br> You will find a lot of interesting products on our \"Shop\" page.","thank_you_page_content_type":"text","thank_you_page_extra_content":"","thank_you_page_html_block":"","thank_you_page_default_content":"1","single_product_layout":"full-width","full_height_sidebar":false,"single_sidebar_width":"3","product_design":"default","product_sticky":false,"product_summary_shadow":false,"single_full_width":false,"single_product_header":"none","single_product_builder_post_data":"","single_product_style":"2","image_action":"zoom","photoswipe_icon":"1","product_slider_auto_height":false,"product_images_captions":false,"thums_position":"left","pagination_main_gallery":false,"single_product_thumbnails_vertical_items":"3","single_product_thumbnails_items_desktop":"4","single_product_thumbnails_items_tablet":"4","single_product_thumbnails_items_mobile":"3","single_product_thumbnails_gallery_image_width":"150","single_ajax_add_to_cart":"1","single_sticky_add_to_cart":false,"mobile_single_sticky_add_to_cart":false,"sticky_add_to_cart_height_desktop":"95","sticky_add_to_cart_height_tablet":"95","sticky_add_to_cart_height_mobile":"42","before_add_to_cart_content_type":"text","content_before_add_to_cart":"","before_add_to_cart_html_block":"","after_add_to_cart_content_type":"text","content_after_add_to_cart":"","after_add_to_cart_html_block":"","single_breadcrumbs_position":"default","product_page_breadcrumbs":"1","products_nav":"1","product_short_description":"1","attr_after_short_desc":false,"stock_status_design":"default","single_stock_progress_bar":false,"product_countdown":false,"sale_countdown_variable":false,"product_show_meta":"add_to_cart","product_share":"1","product_share_type":"share","related_products":"1","upsells_position":"standard","related_product_view":"slider","related_product_columns":"4","related_product_count":"8","product_tabs_layout":"tabs","product_tabs_location":"standard","product_accordion_state":"first","hide_tabs_titles":"1","additional_tab_title":"Shipping & Delivery","additional_tab_content_type":"html_block","additional_tab_text":"","additional_tab_html_block":"726","additional_tab_2_title":"","additional_tab_2_content_type":"text","additional_tab_2_text":"","additional_tab_2_html_block":"","additional_tab_3_title":"","additional_tab_3_content_type":"text","additional_tab_3_text":"","additional_tab_3_html_block":"","login_tabs":"1","reg_title":"Register","reg_text":"Registering for this site allows you to access your order status and history. Just fill in the fields below, and we'll get a new account set up for you in no time. We will only ask you for information necessary to make the purchase process faster and easier.","login_title":"Login","login_text":"","my_account_links":"1","custom_css":"","css_desktop":"","css_tablet":"","css_wide_mobile":"","css_mobile":"","css_backend":"","custom_js":"","js_ready":"","sticky_social":false,"sticky_social_type":"follow","sticky_social_position":"right","social_follow_notice":"","fb_link":"#","twitter_link":"#","isntagram_link":"#","pinterest_link":"#","youtube_link":"#","tumblr_link":"","linkedin_link":"","vimeo_link":"","flickr_link":"","github_link":"","dribbble_link":"","behance_link":"","soundcloud_link":"","spotify_link":"","ok_link":"","vk_link":"","whatsapp_link":"","snapchat_link":"","tg_link":"","tiktok_link":"","social_email_links":false,"social_share_notice":"","share_fb":"1","share_twitter":"1","share_pinterest":"1","share_linkedin":"1","share_ok":false,"share_whatsapp":false,"share_vk":false,"share_tg":"1","share_viber":false,"share_email":false,"mobile_optimization":false,"disable_gutenberg_css":false,"disable_gutenberg_backend_css":false,"styles_always_use":[],"styles_not_use":[],"disable_owl_mobile_devices":false,"remove_jquery_migrate":false,"advanced_js_notice":"","advanced_js":false,"autocomplete_library":"required","flickity_library":"required","flickity-fade_library":"required","cookie_library":"required","countdown-bundle_library":"required","device_library":"required","isotope-bundle_library":"required","justified_library":"required","magnific_library":"required","owl_library":"required","panr-parallax-bundle_library":"required","parallax_library":"required","parallax-scroll-bundle_library":"required","photoswipe-bundle_library":"required","pjax_library":"required","slick_library":"required","sticky-kit_library":"required","threesixty_library":"required","tooltips_library":"required","vivus_library":"required","waypoints_library":"required","leaflet_library":"required","vimeo_player_library":"required","scripts_always_use":[],"scripts_not_use":[],"dequeue_scripts":"","lazy_loading":false,"lazy_loading_offset":"0","lazy_effect":"fade","lazy_generate_previews":"1","lazy_base_64":"1","lazy_proprtion_size":"1","lazy_custom_placeholder":"","disable_wordpress_lazy_loading":false,"rocket_delay_js_exclusions":false,"cf7_js":true,"load_elementor_optimized_css":"0","elementor_animations":"1","elementor_icons":"1","elementor_dialog_library":true,"elementor_frontend":"1","swiper_library":"always","el_waypoints_library":"always","google_font_display":"disable","icons_font_display":"disable","font_awesome_css":"not_use","font_icon_woff2_preload":false,"preloader":false,"preloader_image":"","preloader_background_color":{"idle":"#ffffff"},"preloader_color_scheme":"dark","negative_gap":"enabled","sticky_notifications":"0","page_comments":"1","custom_404_page":"","widget_title_tag":"h5","woodmart_slider":"1","allow_upload_svg":"1","rev_slider_inherit_theme_font":"0","site_viewport":"not_scalable","maintenance_mode":false,"maintenance_access_key":"","white_label":false,"white_label_theme_name":"","dummy_import":"1","white_label_theme_license_tab":"1","white_label_changelog_tab":"1","theme_admin_bar_menu":"1","white_label_theme_hints":"1","white_label_sidebar_icon_logo":"","white_label_dashboard_logo":"","white_label_appearance_screenshot":"","white_label_dashboard_title":"","white_label_dashboard_text":"","reset":"","reset_notice":"","wishlist":"1","wishlist_page":"60","wishlist_logged":"0","wishlist_bulk_action":"1","wishlist_empty_text":"You don't have any products in the wishlist yet. <br> You will find a lot of interesting products on our \"Shop\" page.","wishlist_expanded":"0","wishlist_show_popup":"enable","product_loop_wishlist":"1","wishlist_save_button_state":"0","shipping_progress_bar_enabled":"0","shipping_progress_bar_calculation":"custom","shipping_progress_bar_amount":"100","shipping_progress_bar_include_coupon":"exclude","shipping_progress_bar_location_card_page":"1","shipping_progress_bar_location_mini_cart":"1","shipping_progress_bar_location_checkout":"0","shipping_progress_bar_location_single_product":"0","shipping_progress_bar_message_initial":"<p>Add [remainder] to cart and get free shipping!<\/p>","shipping_progress_bar_message_success":"<p>Your order qualifies for free shipping!<\/p>","buy_now_enabled":false,"buy_now_redirect":"checkout","counter_visitor_enabled":"0","counter_visitor_data_source":"live_data","counter_visitor_data_source_min_number":"10","counter_visitor_data_source_max_number":"20","counter_visitor_live_mode":"0","counter_visitor_ajax_update":"0","counter_visitor_live_duration":"10","bought_together_enabled":"1","bought_together_column":"3","bought_together_column_tablet":"auto","bought_together_column_mobile":"auto","bought_together_form_width":"","checkout_show_product_image":false,"checkout_product_quantity":false,"checkout_remove_button":false,"checkout_link_to_product":false,"reviews_location":"tabs","reviews_section_columns":"two-column","reviews_columns":"1","reviews_columns_tablet":"1","reviews_columns_mobile":"1","reviews_form_location":"after","reviews_style":"style-1","reviews_enable_pros_cons":false,"reviews_enable_likes":false,"show_reviews_purchased_indicator":false,"reviews_sorting":false,"single_product_comment_images":false,"single_product_comment_images_count":"3","single_product_comment_images_upload_size":"1","single_product_comment_images_required":"0","show_reviews_only_image_filter":false,"reviews_rating_summary":false,"reviews_rating_summary_content":"rating","reviews_rating_summary_filter":false,"reviews_rating_by_criteria":false,"reviews_criteria_rating_required":false,"reviews_rating_summary_criteria_1_slug":"","reviews_rating_summary_criteria_1":"","reviews_rating_summary_criteria_2_slug":"","reviews_rating_summary_criteria_2":"","reviews_rating_summary_criteria_3_slug":"","reviews_rating_summary_criteria_3":"","reviews_rating_summary_criteria_4_slug":"","reviews_rating_summary_criteria_4":"","reviews_rating_summary_criteria_5_slug":"","reviews_rating_summary_criteria_5":"","reviews_rating_summary_criteria_6_slug":"","reviews_rating_summary_criteria_6":"","sticky_navigation_notice":"","sticky_navigation_menu":"","sticky_navigation_title":"","sticky_navigation_content_type":"text","sticky_navigation_area":"","sticky_navigation_html_block":"","single_product_main_gallery_video":true,"linked_variations":true,"show_single_variation":false,"hide_variation_parent":false,"151":{"products_columns":"4","products_bordered_grid":"1","products_bordered_grid_style":"inside","shop_hide_sidebar_desktop":"1","fields_to_save":"products_columns,products_bordered_grid,products_bordered_grid_style,shop_hide_sidebar_desktop"},"150":{"shop_widgets_collapse":"layered-nav","categories_toggle":"1","fields_to_save":"shop_widgets_collapse,categories_toggle"},"149":{"label_shape":"rectangular","attribute_label_bg_color":{"idle":"rgb(36,36,36)"},"attribute_label_text_color":{"idle":"rgb(255,255,255)"},"checkout_show_product_image":"1","checkout_product_quantity":"1","checkout_remove_button":"1","product_quantity":"1","fields_to_save":"label_shape,attribute_label_bg_color,attribute_label_text_color,checkout_show_product_image,checkout_product_quantity,checkout_remove_button,product_quantity"},"148":{"counter_visitor_enabled":"1","counter_visitor_data_source":"fake_data","counter_visitor_data_source_min_number":"10","counter_visitor_data_source_max_number":"20","fields_to_save":"counter_visitor_enabled,counter_visitor_data_source,counter_visitor_data_source_min_number,counter_visitor_data_source_max_number"},"147":{"advanced_typography_button":{"0":{"custom":"","selector":["single_buy_now"],"custom-selector":"","google":"0","font-family":"","font-weight":"","font-style":"","font-subset":"","text-transform":"","font-size":"","tablet":{"font-size":""},"mobile":{"font-size":""},"color":"rgb(255,255,255)","hover":{"color":"rgb(255,255,255)","background":"rgb(0,0,0)"},"background":"rgb(36,36,36)"},"{{index}}":{"custom":"","custom-selector":"","google":"0","font-family":"","font-weight":"","font-style":"","font-subset":"","text-transform":"","font-size":"","tablet":{"font-size":""},"mobile":{"font-size":""},"color":"","hover":{"color":"","background":""},"background":""}},"buy_now_enabled":"1","buy_now_redirect":"checkout","fields_to_save":"advanced_typography_button,buy_now_enabled,buy_now_redirect"},"146":{"brands_under_title":"1","categories_under_title":"1","single_stock_progress_bar":"1","fields_to_save":"brands_under_title,categories_under_title,single_stock_progress_bar"},"145":{"products_hover":"standard","stretch_product_desktop":"1","product_quantity":"1","fields_to_save":"products_hover,stretch_product_desktop,product_quantity"},"144":{"single_product_layout":"sidebar-right","full_height_sidebar":"1","single_full_width":"1","upsells_position":"sidebar","fields_to_save":"single_product_layout,full_height_sidebar,single_full_width,upsells_position"},"143":{"image_action":"popup","photoswipe_icon":"0","pagination_main_gallery":"1","fields_to_save":"image_action,photoswipe_icon,pagination_main_gallery"},"142":{"stretch_product_desktop":"1","grid_gallery":"1","fields_to_save":"stretch_product_desktop,grid_gallery"},"141":{"quick_shop_variable_type":"variation_form","fields_to_save":"quick_shop_variable_type"},"140":{"age_verify":"1","fields_to_save":"age_verify"},"137":{"breadcrumbs":"1","product_design":"alt","single_product_style":"4","image_action":"popup","thums_position":"carousel_two_columns","single_breadcrumbs_position":"below_header","fields_to_save":"breadcrumbs,product_design,single_product_style,image_action,thums_position,single_breadcrumbs_position"},"139":{"login_prices":"1","products_hover":"standard","fields_to_save":"login_prices,products_hover"},"136":{"product-background":{"color":"rgb(250,250,250)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"single_product_layout":"sidebar-right","single_product_style":"4","image_action":"popup","photoswipe_icon":"0","thums_position":"carousel_two_columns","product_short_description":"0","product_show_meta":"after_tabs","upsells_position":"sidebar","fields_to_save":"product-background,single_product_layout,single_product_style,image_action,photoswipe_icon,thums_position,product_short_description,product_show_meta,upsells_position"},"134":{"single_product_layout":"sidebar-right","full_height_sidebar":"1","single_product_style":"4","thums_position":"centered","upsells_position":"sidebar","fields_to_save":"single_product_layout,full_height_sidebar,single_product_style,thums_position,upsells_position"},"133":{"stock_status_position":"after_title","fields_to_save":"stock_status_position"},"132":{"products_hover":"icons","sku_under_title":"1","fields_to_save":"products_hover,sku_under_title"},"131":{"products_hover":"icons","show_empty_star_rating":"1","fields_to_save":"products_hover,show_empty_star_rating"},"130":{"products_hover":"base","products_shadow":"1","stretch_product_desktop":"1","fields_to_save":"products_hover,products_shadow,stretch_product_desktop"},"129":{"products_hover":"fw-button","products_with_background":"1","products_background":{"idle":"rgb(250,250,250)"},"stretch_product_desktop":"1","fields_to_save":"products_hover,products_with_background,products_background,stretch_product_desktop"},"128":{"products_columns":"4","products_bordered_grid":"1","products_bordered_grid_style":"outside","shop_hide_sidebar_desktop":"1","fields_to_save":"products_columns,products_bordered_grid,products_bordered_grid_style,shop_hide_sidebar_desktop"},"127":{"default_header":"header_802259","disable_footer":"1","footer_content_type":"widgets","footer-bar-bg":{"color":"rgb(26,26,26)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"footer-style":"light","prefooter_content_type":"text","prefooter_area":"","dark_version":"1","primary-color":{"idle":"rgb(203,149,0)"},"shop-background":{"color":"rgb(26,26,26)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"btns_shop_typography":[{"google":"0","font-family":"","font-weight":"","font-style":"","font-subset":"","text-transform":""}],"btns_shop_bg":{"idle":"rgb(203,149,0)"},"products_hover":"alt","products_color_scheme":"dark","products_with_background":"1","products_background":{"idle":"rgb(250,250,250)"},"stretch_product_desktop":"1","fields_to_save":"default_header,disable_footer,footer_content_type,footer-bar-bg,footer-style,prefooter_content_type,prefooter_area,dark_version,primary-color,shop-background,btns_shop_typography,btns_shop_bg,products_hover,products_color_scheme,products_with_background,products_background,stretch_product_desktop"},"126":{"products_hover":"fw-button","stretch_product_desktop":"1","fields_to_save":"products_hover,stretch_product_desktop"},"125":{"shop-background":{"color":"rgb(250,250,250)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"products_hover":"fw-button","stretch_product_desktop":"1","base_hover_content":"additional_info","fields_to_save":"shop-background,products_hover,stretch_product_desktop,base_hover_content"},"124":{"products_hover":"fw-button","products_shadow":"1","stretch_product_desktop":"1","fields_to_save":"products_hover,products_shadow,stretch_product_desktop"},"108":{"shop_pagination":"more-btn","products_hover":"quick","shop_per_page":"9","fields_to_save":"shop_pagination,products_hover,shop_per_page"},"98":{"thums_position":"bottom","product_sticky":"1","fields_to_save":"thums_position,product_sticky"},"107":{"shop_pagination":"infinit","shop_per_page":"6","products_hover":"quick","fields_to_save":"shop_pagination,shop_per_page,products_hover"},"118":{"blog_design":"mask","blog_layout":"full-width","fields_to_save":"blog_design,blog_layout"},"117":{"blog_style":"flat","blog_design":"default","fields_to_save":"blog_style,blog_design"},"116":{"blog_style":"flat","fields_to_save":"blog_style"},"115":{"blog_pagination":"infinit","fields_to_save":"blog_pagination"},"113":{"blog_design":"chess","fields_to_save":"blog_design"},"112":{"blog_design":"small-images","fields_to_save":"blog_design"},"111":{"blog_design":"default-alt","blog_style":"flat","fields_to_save":"blog_design,blog_style"},"114":{"blog_design":"meta-image","blog_pagination":"load_more","blog_layout":"full-width","fields_to_save":"blog_design,blog_pagination,blog_layout"},"110":{"cookies_info":"1","fields_to_save":"cookies_info"},"109":{"catalog_mode":"1","fields_to_save":"catalog_mode"},"13":{"shop_pagination":"infinit","products_hover":"quick","prefooter_content_type":"text","prefooter_area":"","footer_content_type":"widgets","disable_footer":"0","default_header":"header_952974","title-background":{"color":"#0a0a0a","url":"https:\/\/sandbox.com:8890\/wp-content\/uploads\/2021\/08\/page-title-shop.jpg","id":"569","repeat":"","size":"cover","attachment":"","position":"center center"},"promo_popup":"1","promo_popup_content_type":"html_block","popup_html_block":"724","popup-background":{"color":"#111111","url":"https:\/\/sandbox.com:8890\/wp-content\/uploads\/2021\/08\/promo-popup.jpg","id":"711","repeat":"no-repeat","size":"cover","attachment":"","position":"center center"},"additional_tab_content_type":"html_block","additional_tab_html_block":"726","portfolio_page":"51","fields_to_save":"shop_pagination,products_hover,prefooter_content_type,prefooter_area,footer_content_type,disable_footer,default_header,title-background,promo_popup,promo_popup_content_type,popup_html_block,popup-background,additional_tab_content_type,additional_tab_html_block,portfolio_page"},"106":{"thums_position":"without","image_action":"popup","fields_to_save":"thums_position,image_action"},"105":{"single_product_style":"3","fields_to_save":"single_product_style"},"104":{"single_product_style":"1","thums_position":"bottom","fields_to_save":"single_product_style,thums_position"},"103":{"single_product_style":"5","thums_position":"centered","product_design":"alt","products_hover":"icons","fields_to_save":"single_product_style,thums_position,product_design,products_hover"},"102":{"thums_position":"bottom_combined","image_action":"popup","product_sticky":"1","fields_to_save":"thums_position,image_action,product_sticky"},"101":{"product-background":{"color":"rgb(250,250,250)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"thums_position":"bottom_grid","image_action":"popup","product_sticky":"1","fields_to_save":"product-background,thums_position,image_action,product_sticky"},"100":{"thums_position":"bottom_column","product_sticky":"1","product_design":"alt","product_summary_shadow":"1","product-background":{"color":"rgb(250,250,250)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"single_full_width":"1","product_show_meta":"after_tabs","image_action":"popup","fields_to_save":"thums_position,product_sticky,product_design,product_summary_shadow,product-background,single_full_width,product_show_meta,image_action"},"99":{"product_sticky":"1","product_tabs_layout":"accordion","product_tabs_location":"summary","fields_to_save":"product_sticky,product_tabs_layout,product_tabs_location"},"86":{"products_hover":"button","fields_to_save":"products_hover"},"97":{"single_product_layout":"sidebar-right","thums_position":"bottom","product_brand_location":"sidebar","upsells_position":"sidebar","fields_to_save":"single_product_layout,thums_position,product_brand_location,upsells_position"},"96":{"single_sticky_add_to_cart":"1","mobile_single_sticky_add_to_cart":"1","fields_to_save":"single_sticky_add_to_cart,mobile_single_sticky_add_to_cart"},"95":{"product_tabs_layout":"accordion","product_tabs_location":"summary","thums_position":"bottom","product_page_brand":"0","reviews_location":"separate","fields_to_save":"product_tabs_layout,product_tabs_location,thums_position,product_page_brand,reviews_location"},"94":{"product_tabs_layout":"accordion","fields_to_save":"product_tabs_layout"},"93":{"product_design":"alt","product_show_meta":"after_tabs","product-background":{"color":"rgb(250,250,250)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"fields_to_save":"product_design,product_show_meta,product-background"},"92":{"product_summary_shadow":"1","product_design":"alt","product_show_meta":"after_tabs","single_product_style":"3","product-background":{"color":"rgb(249,249,249)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"fields_to_save":"product_summary_shadow,product_design,product_show_meta,single_product_style,product-background"},"91":{"product_sticky":"1","thums_position":"bottom_column","image_action":"popup","fields_to_save":"product_sticky,thums_position,image_action"},"90":{"product_show_meta":"after_tabs","product_design":"alt","fields_to_save":"product_show_meta,product_design"},"89":{"products_hover":"tiled","fields_to_save":"products_hover"},"88":{"products_hover":"quick","fields_to_save":"products_hover"},"87":{"products_hover":"standard","fields_to_save":"products_hover"},"85":{"products_hover":"info-alt","fields_to_save":"products_hover"},"83":{"products_hover":"alt","fields_to_save":"products_hover"},"82":{"products_hover":"icons","fields_to_save":"products_hover"},"81":{"default_header":"header_764078","fields_to_save":"default_header"},"80":{"shop_layout":"full-width","fields_to_save":"shop_layout"},"79":{"shop-background":{"color":"rgb(250,250,250)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"pages-background":{"color":"rgb(250,250,250)","url":"","id":"","repeat":"","size":"","attachment":"","position":""},"fields_to_save":"shop-background,pages-background"},"78":{"shop_view":"list","fields_to_save":"shop_view"},"77":{"products_bordered_grid":"1","shop_hide_sidebar_desktop":"1","products_columns":"4","fields_to_save":"products_bordered_grid,shop_hide_sidebar_desktop,products_columns"},"76":{"shop_products_count":"0","page-title-size":"small","page-title-design":"centered","shop_title":"0","title-background":{"color":"#0a0a0a","url":"","id":"","repeat":"","size":"cover","attachment":"","position":"center center"},"fields_to_save":"shop_products_count,page-title-size,page-title-design,shop_title,title-background"},"75":{"page-title-design":"disable","fields_to_save":"page-title-design"},"68":{"shop_hide_sidebar_desktop":"1","shop_hide_sidebar_tablet":"1","fields_to_save":"shop_hide_sidebar_desktop,shop_hide_sidebar_tablet"},"67":{"shop_filters":"1","shop_layout":"full-width","products_columns":"4","fields_to_save":"shop_filters,shop_layout,products_columns"},"import_export":""},"presets":{"67":{"id":67,"name":"filters_area","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":""}]}},"68":{"id":68,"name":"hidden_sidebar","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":""}]}},"75":{"id":75,"name":"no_page_heading","condition":[]},"76":{"id":76,"name":"small_categories","condition":[]},"77":{"id":77,"name":"bordered_grid","condition":[]},"78":{"id":78,"name":"list_view","condition":[]},"79":{"id":79,"name":"with_background","condition":[]},"80":{"id":80,"name":"only_categories","condition":[]},"81":{"id":81,"name":"header_overlap","condition":[]},"82":{"id":82,"name":"hover_icons","condition":[]},"83":{"id":83,"name":"hover_icons_cart","condition":[]},"85":{"id":85,"name":"hover_info","condition":[]},"87":{"id":87,"name":"button_standard","condition":[]},"88":{"id":88,"name":"quick_shop","condition":[]},"89":{"id":89,"name":"tiled_hover","condition":[]},"90":{"id":90,"name":"product_center","condition":[]},"91":{"id":91,"name":"product_sticky","condition":[]},"92":{"id":92,"name":"product_shadow","condition":[]},"93":{"id":93,"name":"product_bg","condition":[]},"94":{"id":94,"name":"product_accordion","condition":[]},"95":{"id":95,"name":"accordion_content","condition":[]},"96":{"id":96,"name":"sticky_add_to_cart","condition":[]},"97":{"id":97,"name":"product_sidebar","condition":[]},"86":{"id":86,"name":"image_button","condition":[]},"99":{"id":99,"name":"images_sticky","condition":[]},"100":{"id":100,"name":"images_col1","condition":[]},"101":{"id":101,"name":"images_col2","condition":[]},"102":{"id":102,"name":"images_combined","condition":[]},"103":{"id":103,"name":"product_img_fullwidth","condition":[]},"104":{"id":104,"name":"images_small","condition":[]},"105":{"id":105,"name":"images_large","condition":[]},"106":{"id":106,"name":"without_thumb","condition":[]},"13":{"id":13,"name":"infinite-scrolling","condition":{"relation":"OR","rules":[{"type":"post_id","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"1451"}]}},"109":{"id":109,"name":"catalog_mode","condition":[]},"110":{"id":110,"name":"cookies_law","condition":[]},"114":{"id":114,"name":"blog_meta_on_image","condition":[]},"111":{"id":111,"name":"blog_alt","condition":[]},"112":{"id":112,"name":"blog_small","condition":[]},"113":{"id":113,"name":"blog_chess","condition":[]},"115":{"id":115,"name":"blog_infinit","condition":[]},"116":{"id":116,"name":"blog_flat","condition":[]},"117":{"id":117,"name":"blog_default_flat","condition":[]},"118":{"id":118,"name":"blog_mask","condition":[]},"107":{"id":107,"name":"infinit_scrolling","condition":[]},"98":{"id":98,"name":"images_bottom","condition":[]},"108":{"id":108,"name":"load_more","condition":[]},"124":{"id":124,"name":"full_width_button","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"125":{"id":125,"name":"additional_information","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"126":{"id":126,"name":"even_product_grid","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"127":{"id":127,"name":"products_color_scheme","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"128":{"id":128,"name":"bordered_grid","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"129":{"id":129,"name":"products_background","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"130":{"id":130,"name":"products_shadow","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"131":{"id":131,"name":"show_star_rating","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"132":{"id":132,"name":"show_sku","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"133":{"id":133,"name":"stock_status_position","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"134":{"id":134,"name":"fullheight_product_sidebar","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"136":{"id":136,"name":"carousel_2_columns","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"139":{"id":139,"name":"login_see_prices","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"137":{"id":137,"name":"product_image_fullwidth_container","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"140":{"id":140,"name":"age_verification","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"141":{"id":141,"name":"quick_shop_options_click","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"142":{"id":142,"name":"product_gallery","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"143":{"id":143,"name":"pagination_gallery","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"144":{"id":144,"name":"full_width_product_page","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"145":{"id":145,"name":"quantity_input_on_product","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"146":{"id":146,"name":"show_product_brands","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"147":{"id":147,"name":"buy_now_button","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"148":{"id":148,"name":"visitor_counter","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"149":{"id":149,"name":"custom_product_label","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"150":{"id":150,"name":"shop_sidebar_widgets_collapse","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""},"151":{"id":151,"name":"bordered_grid_inside","condition":{"relation":"OR","rules":[{"type":"","comparison":"equals","post_type":"post","taxonomy":"category","custom":"search","value_id":"","user_role":"administrator"}]},"priority":""}}}

    mwick
    Participant
    #477773

    Hello!

    It’s been a while since we last connected. Hope everything is well!

    I recently purchased support in the hopes of finding some answers. I’ve been facing challenges over the past week, trying to identify the source of memory leaks and excessively long loading times. I’ve already taken several steps to optimize performance, such as enabling CDN and Redis caching. Additionally, I’ve optimized various aspects including lazy loading, CSS and JS minification, reducing file sizes, activating preloading, etc.
    Furthermore, I’m running the server on a VPS with enough CPU and RAM to handle the workload of over 100,000 products.

    However, the most unexpected discovery was disabling the theme, which surprisingly improved the situation. I noticed a significant reduction in page loading times, dropping from over 8 seconds to less than 3/2 seconds. The attached screenshots show the insights from GTmetrix.

    One notable issue highlighted in the screenshots is the excessive use of DOM elements, with over 16,000 elements loaded on a single page. I believe this is contributing to the prolonged load times.

    To assist you in troubleshooting, I’ve included the login information to the backend of the site in the private content area.

    I’m really hoping you can provide me with some guidance as I’m currently struggling and unable to resolve the issue on my own.

    Thank you in advance for your prompt response.

    Attachments:
    You must be logged in to view attached files.
    fcoerezza
    Participant
    #475718

    let me recap, to see if I understood well:
    01. the additional info elements works only on attributes. so if I add attributes to a product, I’ll see the new attributes in the element. right?
    03. compare. it also works with attributes. so if I want to increase the values to compare, I must add attributes. right?
    02. extra content element. this is an HTML block that I can add at the product level, and this led me to 2 more questions:
    021. if I were to link the same extra content/HTML block to all products, and I have thousands of products, should I do manually 1 by 1 in the product settings page, or there is a smarter way?
    022. the extra content/HTML block, even if it’s linked to a single product, cannot contains the single product widgets, because you for some strange reasons doesn’t allow it. it can contain only generic information. right?

    #459093

    Hi,

    When a customer hovers over a product image in Woodmart, a popup window appears that displays important product details such as price, product name, and product description. This feature allows customers to quickly and easily gather important information about a product without having to click through to a separate product page.

    Woodmart’s product hover feature can also display additional information such as product brand, product category, product sku and much more.

    Go to Theme setting> Product Archive> Product Styles enable hover image for products and set the design as per your need.

    Best Regards.

    Orange
    Participant
    #458794

    Hi,

    For “Variable product”, we can demonstrate the swatches to tell customers what they can expect. For example, https://prnt.sc/EvLg0SMCSBBO, customers know that there are 2 options they can expect, 90克(90g) or 170克(170g).

    But for “Simple product”, there is no option to demonstration an attribute to tell customers what this product is about. For example, https://prnt.sc/jsW3HynV9d23. These simple products are 85g. But I cannot show a label of the attribute on the catalogue page or the single product page to tell customers. Instead, I have to write it down on the product title: https://prnt.sc/jR4cpmbeZR6M

    This is not a preferred way:
    1. The product title is usually linked to the SEO title which is limited number of words. Sometimes the title of the product is quite long and no more space for the attribute.
    2. The outlook of the shop page will be inconsistent because some products (the Simple products) showing the attribute on the title, but some don’t (the Variable products). Somehow create confusions to customers.

    Solutions:
    1. Transform all simple products into variable products so that there will be a single option of swatch to demonstrate what this product is about.
    2. Choose “Additional information” here: https://prnt.sc/wj5XHwaN2G6l

    But both solutions are not very good:
    1. customers have to “choose” the single option, and then “add to the cart”, 1 step more has to take.
    2. I tested this “Additional information” feature, its ok for desktop version, but not showing up on mobile version.

    Is there a simple way to demonstrate the attribute for simple products on the catalogue page?
    Or is it possible to change this SKU (https://prnt.sc/LdgSoMj4dF_-) to show any other attributes?

    Thanks!

    #453863

    Hello,

    By default for the Simple Products at WooCommerce end, the Attributes doesn’t show on the Single Product page above the Add to Cart buttons. They are shown under the Additional Information tab: https://snipboard.io/vws3ae.jpg

    If you want a Single Attribute to show for the Product and selected by default then you need to make your Product a Variable Product and add only one Variation in it. Now, to make that only Attribute selected by default, you need to select the Default Form Values as the one Attribute that you created: https://snipboard.io/pfEGzl.jpg

    And then when you view the Product, that Attribute Variation will be selected by default: https://snipboard.io/Oyti2X.jpg

    Hope this helps !

    Best Regards.

    #451001

    Hello,

    There are 3 Tabs that come from WooCommerce by default which are Description, Reviews and Additional Information Tab. So, the content for the Description tab can be edited by editing the Product.

    The Reviews tab shows by default, for its settings you can check out the Dashboard > Theme Settings > Single Product > Reviews: https://xtemos.com/wp-content/uploads/2020/09/single-product-reviews-wd-7.jpg

    The Additional Information Tab only shows on the Single Product page when the Attributes are added under a Product. If the Attributes are not added then the Additional Information tab doesn’t show.

    Further, under the Dashboard > Theme Settings > Single Product > Tabs > there are 3 Additional Tabs which works globally for all Products: https://snipboard.io/Uc3MER.jpg

    These Tabs accept simple Text or HTML Block whichever you like.

    Secondly, under the Product Edit area you will find two specific Tabs to add too: https://snipboard.io/1mizWH.jpg

    So, these are the location and information related to Tabs under the Theme.

    You can check out the Theme Documentation Guides too for Product Page Options and Product Page Local Options:

    https://xtemos.com/docs-topic/product-page-options/
    https://xtemos.com/docs-topic/product-page-local-settings/

    Hope this helps !

    Best Regards.

    amilfashion2023
    Participant
    #450302

    Hello dear
    I tried to find the product description and additional information in product page but I can’t find how I can edit.

    Please see the attached screenshot

    Attachments:
    You must be logged in to view attached files.

    In reply to: category product page

    #448367

    Hello,

    I am afraid I am still confused. I will try to explain in more detail.

    The content (Description, images, gallery, and others) of any product page is added/edited in the Dashboard > Products > All products, you will see the products and the option to edit/duplicate and edit.

    The product page design may be provided by Theme Settings > Single products or Woocommerce builder. If there is a single product created in Woocommerce builder, the Theme Settings are not in force.

    You have created the layout in Woocommerce builder: https://gyazo.com/6147fe816e85bbb5489b037095ceffa3

    You can edit the layout with the WP Bakery page builder https://gyazo.com/d2ba988e1065b392290671e45352df02

    If you want to edit the content of the product page, you can edit the Description of the Product page with the builder: https://gyazo.com/81b5ed12fa710a1bf37cf39b69757941

    As for the other tabs of the product page:

    Description – this is the main description on the product page.

    Reviews are disabled in Woocommerce > Settings > Product. It is not editable.

    Additional tab (with the attributes) enter each attribute in the product page and disable showing on the product page. Not editable.

    Additional tab (Shipping information) You can edit it in the Theme Settings > Product page > Tabs: https://xtemos.com/docs/woodmart/html-blocks-2/#shipment_delivery

    If you have any questions please feel free to contact us.

    Best Regards

    #447416

    Hello,

    For the Products on the Archive pages, you can only show Excerpt, Additional Information or None right now. Excerpt basically shows some part of the Product Description text. If any of the Product has Short Description defined then it shows that Short Description text like you can see in the following Image from our Test Site: https://snipboard.io/resYcl.jpg

    So, you need to select the Excerpt option from the earlier told location and make sure to add Short Description under the Product to make it available and show in the required place.

    Best Regards

    #440264

    Hello,

    Actually, on your Site the Additional Information tab was the default one which is why our applied CSS wasn’t working that way completely because when the Product page is getting loaded, that Add. Info. tab was getting loaded first and that’s why the Tab Hiding CSS is only working for Tab Title.

    We have now added the Description for a Product on your Site on which we were checking and then checked back the concern again, our CSS was working fine by then because the Description is now the default one: https://snipboard.io/2OJdvm.jpg

    So, you need to have Description for the Products and the CSS for hiding Add. Info. tab will automatically work.

    Please check back your Site after completely clearing browser and server cache.

    Best Regards.

    akinay
    Participant
    #439154

    As you can see i added icons to attributes from products > attributes and they are showing in additional information part (in single product page)
    but woocoommerce weight and dimensions attributes are does not have icons.
    how can i add them?

    Attachments:
    You must be logged in to view attached files.

    In reply to: Product description.

    #432409

    Hello,

    When you edit the Product on the Site > the first thing that you see after adding the Product Title is the Description area > there you can change or edit the Product Description for a Product: https://snipboard.io/otPdvR.jpg

    Further, if you want you can edit the Description of a Product with the page builder plugin (i.e. Elementor or WPBakery) active on your Site: https://snipboard.io/MAE4aO.jpg

    Secondly, the Additional Information tab isn’t directly editable. It comes from WooCommerce by default and it is shown on those Products only which we have Attributes define on them > if a Product doesn’t have Attributes defined, the Additional Information tab doesn’t show: https://snipboard.io/DcBTbP.jpg

    Best Regards

    In reply to: Fix Issue

    #430441

    Hello,

    1- The Additional Information tab only appears on those Products which have Attributes defined. If any of the Product doesn’t have Attributes defined then it will not show on them.

    But if you explicitly hide this tab irrespective of the Attributes defined, then please try using the following Custom CSS code on your Site and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    #tab-title-additional_information { display: none !important; }

    2- To hide the Brand tab from the Single Product page, please go to Dashboard > Theme Setting > Shop > Brands > there you can find the Show tab with brand information toggle option > just turn this option off: https://snipboard.io/X3dVHj.jpg

    Best Regards

Viewing 30 results - 1 through 30 (of 132 total)