Forum Replies Created
-
AuthorPosts
-
You can edit file layout-x.php in claue-child > woocommerce > extras >
Below code
do_action( ‘woocommerce_after_single_product_summary’ ); ?>
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioFeel free contact us if you need more help 🙂
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2017 at 5:19 pm in reply to: Problem with variable product when decide to add to cart. #4541Glad to hear you solved your issue.
Hope you love our theme and take a time to help us give our theme good review at https://themeforest.net/downloads.
We are really appreciate.
Thank you so much!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
I logged in your site and drag to reorder size, it now working well. You can check it again.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi, it impossible create menu like this. you can use another menu https://wordpress.org/plugins/clever-mega-menu/ to help you make a menu like this.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThank you for purchase!
You can go to Dashboard > Products > Attributes > Configure Term > Drag to reorder
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Thank you so much for purchase and your kind words!
Could you send us your website link and admin account as private reply. We will take a look and help you solve your issue.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 25, 2017 at 3:48 pm in reply to: Problem with variable product when decide to add to cart. #4530You can follow our document at http://janstudio.net/claue/document/ navigate to WooCommerce Settings > Product Attributes, Product Attributes on listing page, Product color & size
If you still have issue, please send us your admin account as private reply. We will take a look and help you solve your issue.
Thanks
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio1. You can change sub-menu color in Claue > Theme Option > Color Scheme
2.1 You need add some code in claue-child > functions.php
add_action( ‘woocommerce_single_product_summary’, ‘remove_jas_claue_wc_single_social_share’ );
function remove_jas_claue_wc_single_social_share(){
remove_action( ‘woocommerce_single_product_summary’, ‘jas_claue_wc_single_social_share’, 50 );
}2.2 Copy file all file layout-x.php in “claue > core > libraries > vendors > woocommerce > templates > extras” to “claue-child > woocommerce > extras”
and add code of follow button.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. You can change font on menu and add more space between menu item by add custom css in Claue > Theme Option > General Layout > Custom CSS
.jas-menu > li > a { font-family: “Coda”;}
.jas-menu > li:not(:first-child) { margin-left: 40px;}
2. You can hide categories and tags by add custom css
.product_meta .posted_in, .product_meta .tagged_as { display: none;}
3. No, if you want change you have to use child theme to override function.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts