Forum Replies Created
-
AuthorPosts
-
Hi,
1. Please use icon on this cheatsheet at https://fontawesome.com/v4/icons/ on front it now use FontAwesome version 4.7 and backend use other version.
2. Please edit the row or column and add padding, margin value https://tppr.me/zKk5J
3. Please try change background position option.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Cairs,
1. I’m not clear the issue. Can you take screenshot?
2. Please edit the row wrapped content and uncheck “Full Height” https://tppr.me/UY1ZQ
3. Please edit the row and change background position https://tppr.me/pWEVSKind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Jennifer,
Can you send me admin account to check?
Btw, your support expired. Please renew your support at https://themeforest.net/downloads
Thank and regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYou’re welcome.
You can copy file from original WooCommerce to child theme to override theme and do not have to change file name in parent theme when update.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
I see you use plugin for variation image but not upload image for each variation https://tppr.me/wMY4B. Please try deactivate plugin related to this option.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
I tried login your site dashboard but can’t access. Please check and send me account again.
Btw, your support expired so long, please renew your support at https://themeforest.net/downloads
Thank and regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
I’m sorry for late reply. I answered your question but the error with my internet and it not submit my answer so I lost my reply.
The image of product generate in claue > core > libraries > vendors > woocommerce > templates > single-product > product-image.php
But i not found where generate “aria-describedby”
You can override code by copy file product-image.php to claue-child > woocommerce > single-product.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Please go to Claue > Theme Option > Header and upload your logo.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHello,
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=janstudio -
AuthorPosts