Forum Replies Created
-
AuthorPosts
-
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=janstudioHi 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=janstudioHi,
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=janstudioHello Emanuele,
Thank you for choose our theme.
Please install plugin Loco Translate and follow our topic
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
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=janstudioNo, 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=janstudioHi 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=janstudioHi,
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=janstudioHi 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=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts