Forum Replies Created

Viewing 10 posts - 631 through 640 (of 15,006 total)
  • Author
    Posts
  • in reply to: WC Waitlist and Variation Swatch #42802
    This reply has been marked as private.

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

    in reply to: optimise initial server response time #42801

    Hi,

    Please use plugin to optimize the images https://wordpress.org/plugins/wp-smushit/ and css/js https://wordpress.org/plugins/autoptimize/ on your site

    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 #42794

    Hi,

    Please change code to

    add_action( 'woocommerce_single_product_summary', 'custom_single_product_styles', 2 );
    function custom_single_product_styles() {
        global $product;
    	// Only for variable products
        if ( ! $product->is_type('variable') ) return;
        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: Go back previous version woocomerce #42792

    Hi,

    Please go to Claue > Theme Option > WooCommerce > General Setting > Catalog Mode and turn it off.

    Kind regards

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

    in reply to: Go back previous version woocomerce #42790

    Hi Rosep,

    Our theme support latest version of WooCommerce but Envato don’t show it in list and don’t need worry about it.
    If you want go back old version please download file at https://developer.woocommerce.com/releases/ and delete current WooCommerce in Dashboard > Plugins and install old version as you want.

    Kind regards

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

    in reply to: Questions #42786

    Hi,

    1,2. You can change font size and color by add custom css code to Claue > Theme Option > General Layout > Custom CSS

    .header__search input[type="text"] {
    	border-bottom: 1px solid #fff;
    	font-size: 20px;
    	color: #fff;
    }

    and change 20 to your number, #fff with your color

    3. Please use this plugin https://wordpress.org/plugins/header-footer-elementor/

    4. Please add below code to to Claue > Theme Option > General Layout > Custom CSS

    .archive .woocommerce-breadcrumb {
    	display: block;
    	background: #f6f6f8;
    	padding: 15px;
    }
    .jas-wc .page-head {
    	display: none;
    }

    5. you can change in Appearance > Customize > WooCOmmerce > Product Catalog > Default product sorting

    Kind regards

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

    We checked more add-on plugin. And all of them not support Ajax.

    If you need add-on for product you have to turn off Ajax option.

    Kind regards

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

    Yes, the feature slide sidebar need Ajax while plugin not support Ajax.

    Kind regards

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

    Hi Chen,

    Please go to WooCommerce > Settings > Products > Add to cart behavior and uncheck 2 last fields related to Ajax.

    Kind regards

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

    in reply to: wordpress issues #42772

    Hi Tom,

    I check your site and not see problem https://tppr.me/NHjof did you fix?

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

Viewing 10 posts - 631 through 640 (of 15,006 total)