Forum Replies Created

Viewing 10 posts - 13,821 through 13,830 (of 15,048 total)
  • Author
    Posts
  • in reply to: Need some customization help. #4553

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

    in reply to: Attributes order #4543

    Feel free contact us if you need more help 🙂

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

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

    in reply to: Attributes order #4540

    Hi,

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

    in reply to: Need some customization help. #4539

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

    in reply to: Attributes order #4534

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

    in reply to: mobile wrong behavior #4531

    Hi,

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

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

    in reply to: Need some customization help. #4529

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

    in reply to: Need some customization help. #4520

    Hi,

    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

Viewing 10 posts - 13,821 through 13,830 (of 15,048 total)