Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
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=janstudioHi,
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=janstudioHi,
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=janstudioHi 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=janstudioHi,
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=janstudioJanuary 28, 2022 at 9:08 pm in reply to: Issues with the YITH Product Add-on Premium Plugin and the cart #42780We 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=janstudioJanuary 28, 2022 at 9:00 pm in reply to: Issues with the YITH Product Add-on Premium Plugin and the cart #42778Yes, 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=janstudioJanuary 28, 2022 at 8:53 pm in reply to: Issues with the YITH Product Add-on Premium Plugin and the cart #42776Hi 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=janstudioHi 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 -
AuthorPosts