Forum Replies Created
-
AuthorPosts
-
Hello,
1. Please adđ below code to claue-child > functions.php
add_filter( 'woocommerce_get_image_size_gallery_thumbnail', 'override_woocommerce_image_size_gallery_thumbnail' ); function override_woocommerce_image_size_gallery_thumbnail( $size ) { // Gallery thumbnails: proportional, max width 200px return array( 'width' => '170', 'height' => 170, 'crop' => 0, ); }And change 170 with your number for gallery image’s size
2. I tried the code and see it work, please check all your custom css code.
.product-extra {
display: none;
}Or you can add below code to claue-child > functions.php
remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
I’m sorry i not clear with WCAG 2 AA for color, it so complex
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 30, 2022 at 9:01 am in reply to: The currencies have not been changing, it stays stuck in one currency. #43076Hi,
I check your site and see theme and plugins outdated. Please update theme and plugins to new version https://support.janstudio.net/forums/topic/updating-the-theme/
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=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Manzocosmos,
Did you add sub-category for brand category?
And try this setting https://tppr.me/s9jBQ
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.product-info.mt__15 { font-family: Poppins; }and change Poppin with your font
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Please add below code to Claue > Theme Option > General Layout > Custom CSS
.pw_brand_product_list a { text-transform: uppercase; font-weight: bold; }Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Claue-child is child theme, the claue-child.zip included in the package you download from ThemeForest
You can install claue-child.zip via Appearance > Themes like do for claue.zip and after that extract woocommerce.zip to woocommerce and upload to wp-content > themes > claue-child through FTP
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1, 2. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS
#jas-footer .widget-title { color: #fff; } .entry-summary .single_add_to_cart_button, .entry-summary .external_single_add_to_cart_button { border-radius: 50px; }and change #fff with your color
3. It defend on browser, can you take a screenshot describe more about this issue
kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts