Forum Replies Created

Viewing 10 posts - 611 through 620 (of 1,457 total)
  • Author
    Posts
  • in reply to: Add to Cart (slide sidebar) #12175

    Hi,

    If you know JavaScript code, please find this function initAddToCart in theme.js file and change that function to

    Best regards

    in reply to: Automatic Currency Conversion #12174

    Hi,

    We saw this issue, we will fix it ASAP. Sorry for the unwanted inconvenience.

    in reply to: Help required regarding issue of infinite scrolling #12146

    Hi Faheem,

    I’m processing on it. Please wait.

    Best regards,

    in reply to: SHOP CATEGORIES FILTER #12088

    Hi

    Please add below css code in Claude -> Theme Option -> General -> Custom CSS

    .jas-masonry .product-info {min-height: 66px;}

    Best regards, Neo

    Hi

    Did you update woocommerce before this error occurs ?

    Please go to plugins and update all plugins, so i can check it for you.

    Clear all your browser cache, and system cache if you used them

    Best regards,

    in reply to: Who can I edit url for logout in header menu? #12080

    Hi

    I don’t understand your question, could you explain more a bit ?

    This menu is render by function  jas_claue_wc_my_account and this function is called in header files claude -> views -> header

    Best regards, Neo

    in reply to: Add to Cart (slide sidebar) #11999

    Hello,

    I will help you to update whenever we have a new version.

    in reply to: Product page #11985

    Hi

    Please remove value in  Theme Option -> Woocommerce -> Product Detail Settings -> Size guide image

    Then click save button.

    Best regards, Neo

    in reply to: Who can I edit url for logout in header menu? #11984

    Hi

    Please find this function jas_claue_wc_my_account in

    claue/core/libraries/vendors/woocommerce/init.php

    But you should add a filter in child theme function for wp_logout_url

    add_filter( 'logout_url', 'your_prefix_logout_url' );
    function your_prefix_logout_url( $default ) 
    {
        return 'http://example.com/custom';
    }

    Best regards,

     

    in reply to: two issues about main menu #11982

    Hi Tekir,

    1. Do you want to hide action icons on right corner ?

    Please add this custom css code in child-theme

    .header-5 .jas-action {
    
    display: none;
    
    }
    

    2. Could you let me know the font family which you want to use ?

    Best regards, Neo

Viewing 10 posts - 611 through 620 (of 1,457 total)