Forum Replies Created

Viewing 10 posts - 651 through 660 (of 15,006 total)
  • Author
    Posts
  • in reply to: Change Product page #42741

    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=janstudio

    in reply to: Woocommerce Hooks Ordering #42739

    Hi,

    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=janstudio

    in reply to: Woocommerce Hooks Ordering #42732

    Hi 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=janstudio

    in reply to: Woocommerce Hooks Ordering #42731

    Hi 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=janstudio

    in reply to: WC Waitlist and Variation Swatch #42727

    Hi,

    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 Spot

    I set this vảiation out of stock https://tppr.me/HfsSE and the waitlist button show

    https://tppr.me/shUcJ

    Kind regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: sub category images blurry #42725

    You’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=janstudio

    in reply to: WC Waitlist and Variation Swatch #42724

    Hi,

    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=janstudio

    in reply to: WC Waitlist and Variation Swatch #42721

    Hi 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=janstudio

    in reply to: wp bakery update #42720

    Hi 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=janstudio

    in reply to: Change Product page #42717

    Hi 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

Viewing 10 posts - 651 through 660 (of 15,006 total)