Forum Replies Created
-
AuthorPosts
-
Hello,
Our team guide you at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281/comments?page=69&filter=all#comment_27558134.
Please check your comment.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHI,
I create new custom tab and it still work well https://tppr.me/lBN0P https://tppr.me/jFGkD
Please try again.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 22, 2021 at 11:07 am in reply to: I would like to hide the SKU and show the Tags under the Categories. How? #42536Hi,
Please edit page in Elementor and change margin top from -60 to 0.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 20, 2021 at 3:37 pm in reply to: I would like to hide the SKU and show the Tags under the Categories. How? #42534Hi,
1. Please follow this to add category to menu https://www.megamenu.com/documentation/how-to-display-woocommerce-categories-in-menu/
2. please use this plugin https://wordpress.org/plugins/restore-classic-widgets/ to restore classic view.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Spontini,
Thank you for choose our theme.
Sorry because inconvenience.
It now have issue when connect to fixer.io. Please try other https://wordpress.org/plugins/woocommerce-currency-switcher/
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 20, 2021 at 2:18 pm in reply to: I would like to hide the SKU and show the Tags under the Categories. How? #42531Hi Danaceleste,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.sku_wrapper { display: none !important; }
By default the tags under categories, you can add tag for product to check.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioNovember 18, 2021 at 8:23 am in reply to: Trying to Add text above Footer on Product Category pages for SEO purposes. #42527Hi Tom,
If you only want use category description please use our code.
1. Add below code to claue-child > functions.php
//Change position of category text function remove_shop_heading() { remove_action( 'woocommerce_before_main_content', 'jas_claue_wc_page_head', 15 ); } add_action('wp_head', 'remove_shop_heading'); function jas_claue_child_wc_page_head() { if ( ! cs_get_option( 'wc-enable-page-title' ) || ( class_exists( 'WCV_Vendors' ) && WCV_Vendors::is_vendor_page() ) ) return; $title = cs_get_option( 'wc-page-title' ); if ( is_search() ) { $output .= '<h1 class="mb__5 tc fs__24">' . sprintf(__( 'Search Results for: %s', 'claue' ), '<span>' . get_search_query() . '</span>' ) . '</h1>'; } elseif ( is_shop() ) { $output = '<div class="page-head pr tc"><div class="jas-container pr">'; $output .= '<h1 class="mb__5 cw">' . esc_html( cs_get_option( 'wc-page-title' ) ) . '</h1>'; $output .= '<p class="mg__0">' . do_shortcode( cs_get_option( 'wc-page-desc' ) ) . '</p>'; $output .= '</div></div>'; } elseif ( is_product_category() ) { $output = '<div class="page-head pr tc"><div class="jas-container pr">'; $output .= '<h1 class="mb__5 cw">' . esc_html( cs_get_option( 'wc-page-title' ) ) . '</h1>'; remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 10 ); $output .= '</div></div>'; } else { // Remove old position of category description remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 ); $output .= '<h1 class="tc fs__24">' . single_cat_title( '', false ) . '</h1>'; //$output .= do_shortcode( category_description() ); add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 10 ); } ob_start(); $output .= ob_get_clean(); echo wp_kses_post( $output ); } add_action( 'woocommerce_before_main_content', 'jas_claue_child_wc_page_head', 15 );
2. Add below code to claue-child > style.css
.term-description { display: block; width: 100%; max-width: 1170px; margin: 30px auto; text-align: center; }
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHello Tom,
Glad to hear your issue resolved.
Here is the link you can renew the support https://themeforest.net/downloads
Thank and regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Balint,
I check your site and it now work well on mobile.
Did you fix it?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Nuria,
Please follow our topic at http://support.janstudio.net/forums/topic/theme-translation/
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts