Forum Replies Created

Viewing 10 posts - 721 through 730 (of 15,006 total)
  • Author
    Posts
  • in reply to: How to Change Video on Home – Video Banner Layout #42540

    Hello,

    Our team guide you at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281/comments?page=69&filter=all#comment_27558134.

    Please check your comment.

    Kind regards

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

    in reply to: Save Custom Tabs option not working #42539

    HI,

    I create new custom tab and it still work well https://tppr.me/lBN0P https://tppr.me/jFGkD

    Please try again.

    Kind regards

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

    Hi,

    Please edit page in Elementor and change margin top from -60 to 0.

    Kind regards

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

    Hi,

    1. Please follow this to add category to menu https://www.megamenu.com/documentation/how-to-display-woocommerce-categories-in-menu/

    2. please use this plugin https://wordpress.org/plugins/restore-classic-widgets/ to restore classic view.

    Kind regards

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

    in reply to: Currency breaks my site #42533

    Hi Spontini,

    Thank you for choose our theme.

    Sorry because inconvenience.

    It now have issue when connect to fixer.io. Please try other https://wordpress.org/plugins/woocommerce-currency-switcher/

    Kind regards

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

    Hi Danaceleste,

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

    .sku_wrapper {
    	display: none !important;
    }

    By default the tags under categories, you can add tag for product to check.

    Kind regards

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

    Hi Tom,

    If you only want use category description please use our code.

    1. Add below code to claue-child > functions.php

    //Change position of category text
    function remove_shop_heading() {
        remove_action( 'woocommerce_before_main_content', 'jas_claue_wc_page_head', 15 );
    }
    add_action('wp_head', 'remove_shop_heading');
    
    function jas_claue_child_wc_page_head() {
        if ( ! cs_get_option( 'wc-enable-page-title' ) || ( class_exists( 'WCV_Vendors' ) && WCV_Vendors::is_vendor_page() ) ) return;
    
        $title = cs_get_option( 'wc-page-title' );
    
        
            if ( is_search() ) {
                $output .= '<h1 class="mb__5 tc fs__24">' . sprintf(__( 'Search Results for: %s', 'claue' ), '<span>' . get_search_query() . '</span>' ) . '</h1>';
            } elseif ( is_shop() ) {
                $output = '<div class="page-head pr tc"><div class="jas-container pr">';
                    $output .= '<h1 class="mb__5 cw">' . esc_html( cs_get_option( 'wc-page-title' ) ) . '</h1>';
                    $output .= '<p class="mg__0">' . do_shortcode( cs_get_option( 'wc-page-desc' ) ) . '</p>';
                $output .= '</div></div>';
            } elseif ( is_product_category() ) {
                $output = '<div class="page-head pr tc"><div class="jas-container pr">';
                    $output .= '<h1 class="mb__5 cw">' . esc_html( cs_get_option( 'wc-page-title' ) ) . '</h1>';
                    remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
                    add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 10 );
                $output .= '</div></div>';
            } else {
                // Remove old position of category description
                remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
                $output .= '<h1 class="tc fs__24">' . single_cat_title( '', false ) . '</h1>';
                //$output .= do_shortcode( category_description() );
                add_action( 'woocommerce_after_shop_loop', 'woocommerce_taxonomy_archive_description', 10 );
            }
            ob_start();
            $output .= ob_get_clean();
        
    
        echo wp_kses_post( $output );
    }
    add_action( 'woocommerce_before_main_content', 'jas_claue_child_wc_page_head', 15 );

    2. Add below code to claue-child > style.css

    .term-description {
        display: block;
        width: 100%;
        max-width: 1170px;
        margin: 30px auto;
        text-align: center;
    }

    Kind regards

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

    in reply to: Category display behave differently. #42526

    Hello Tom,

    Glad to hear your issue resolved.

    Here is the link you can renew the support https://themeforest.net/downloads

    Thank and regards

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

    in reply to: On mobile the website is wider then it should be #42525

    Hi Balint,

    I check your site and it now work well on mobile.

    Did you fix it?

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

    in reply to: Edit “your order” pop up. Translation. #42524

    Hi Nuria,

    Please follow our topic at http://support.janstudio.net/forums/topic/theme-translation/

    Kind regards

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

Viewing 10 posts - 721 through 730 (of 15,006 total)