Forum Replies Created
-
AuthorPosts
-
Hi Chen,
1. You can change font size of price box by add below code to Claue > Theme Option > General Layout > Custom CSS
.wapo-product-price #wapo-total-price-table table { font-size: 15px; }
2. You can change setting of plugin or add custom css code to Claue > Theme Option > General Layout > Custom CSS
.yith-wapo-block .yith-wapo-addon .options.per-row-5 .yith-wapo-option { max-width: 70% !important; }
I also updated your purchase code.
Kind regards
-
This reply was modified 3 years, 7 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Please change code to
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_rating', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_title', 5 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_rating', 10 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_price', 20 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_excerpt', 15 );
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Jascom,
Thank you for choose our theme and contact us.
Please add below code to claue-child > functions.php
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_rating', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_title', 5 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_rating', 10 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_price', 10 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_excerpt', 15 );
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Jascom,
Thank you for choose our theme and contact us.
Please add below code to claue-child > functions.php
remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_title', 5 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_rating', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 ); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_title', 5 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_rating', 10 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_price', 10 ); add_action( 'woocommerce_single_variation','woocommerce_template_single_excerpt', 15 );
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
I still see you not add price for each variation.
1. Please change the code in Claue > Theme Option > General Layout > Custom CSS to
.swatch__list--item.disabled { opacity: 1; position: relative; pointer-events: inherit; display: block; }
2. You can try this product with variation:
– Size 1
– Color Pastel Pink/Pink SpotI set this vảiation out of stock https://tppr.me/HfsSE and the waitlist button show
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYou’re welcome!
By the way, 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=janstudioHi,
Don’t worry about the message.
Can you send me the admin account to check?
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Daniel,
Please check all variation and upload image, add price for each variation.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Eli,
We working on other issue and will release update with new version of wp bakery update soon.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi Chen,
Can you send me the link of 2 page you want to change.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 3 years, 7 months ago by
-
AuthorPosts