Forum Replies Created

Viewing 10 posts - 541 through 550 (of 15,048 total)
  • Author
    Posts
  • in reply to: Category menu slider and mega menu #43168

    HI Gio,

    I’m sorry our theme not support auto arrange menu to 4 columns, you have to manual arrange the menu.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: About display issue of my product review #43165

    Hi Amy,

    Please update theme to latest version after you can click on “Update Required” to update plugin.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Category menu slider and mega menu #43163

    Hi,

    Thank you for choose our theme.

    1. Please add below code to Claue > Theme Option > General Layout > Custom CSS

    @media only screen and (max-width: 767px) {
    .menu-nieuw-header-container {
    min-width: 1150px;
    width: auto;
    text-align: left;
    }}

    2. Please go to Menus > Edit Main menu and add class “mega-menu” to parent menu item https://tppr.me/KWysu

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Change language #43161

    Hello Emanuele,

    Thank you for choose our theme.

    Please install plugin Loco Translate and follow our topic

    Theme Translation

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: About display issue of my product review #43159

    Hi,

    I see the HTML code removed https://tppr.me/ZYlKK, please check again. For the badge “Support Expired” the issue related to the API, we confirmed your support until November 10, 2022.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: About display issue of my product review #43155

    No, you don’t need to copy file again, the file in child theme is override core file.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: About display issue of my product review #43153

    Hi Amy,

    Please copy file from wp-content/themes/claue/core/libraries/vendors/woocommerce/templates/single-product/tabs/tabs.php to claue-child > woocommerce > single-product > tabs/ tabs.php

    and customize as you want.

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: About display issue of my product review #43151

    Hi,

    Can you reset the code and tell me what you want to change? I still not clear your issue.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: About display issue of my product review #43149

    Hi Amy,

    Please remove your code add to child theme and revert the file wp-content/themes/claue/core/libraries/vendors/woocommerce/templates/single-product/tabs/tabs.php

    And add only below code to claue-child > functions.php

    /** Remove product data tabs */
     
    add_filter( 'woocommerce_product_tabs', 'my_remove_product_tabs', 98 );
     
    function my_remove_product_tabs( $tabs ) {
      unset( $tabs['additional_information'] ); // To remove the additional information tab
      return $tabs;
    }

    The code only remove Additional Information tab

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: About display issue of my product review #43142
    This reply has been marked as private.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 posts - 541 through 550 (of 15,048 total)