Forum Replies Created

Viewing 10 posts - 1,151 through 1,160 (of 15,006 total)
  • Author
    Posts
  • in reply to: Icons in my woocommerce account #41371

    Hi Mikelare,

    I see the Categories, tag and attributes not translate https://tppr.me/Auray Please try translate the text first.

    Kind regards

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

    in reply to: Icons in my woocommerce account #41368

    Hi Mikelare,

    Can you send me admin account to check?

    Thanks

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

    in reply to: Custom tab + pin glitch? #41367

    Hi,

    The issue because the custom tab plugin not support load js and css of plugin PinMaker

    You need add the suggested code i gave to you to hide description tab while still have to add any pin shortcode to product description. On the product it will not show the pin in description but it can help to load js and css code of plugin to show pin in custom tab

    Kind regards

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

    in reply to: load JavaScript deferred #41362

    Can you send me authentication account to check.

    Thanks

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

    in reply to: black popup to be removed #41359

    Hi,

    You can turn off this popup in Claue > Theme Option > WooCommerce > Product Detail Settings > Enable Sticky Add to cart > Off

    Kind regards

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

    in reply to: Custom tab + pin glitch? #41358

    Hi,

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

    .wc-tabs li.product-information_tab a {border-color: #222222 }
    #tab-product-information {display: block !important;}

    2. and add below code to claue-child > functions.php

    // Remove Tabs.
    add_filter( 'woocommerce_product_tabs', 'yikes_woo_remove_tabs', 20, 1 );
    function yikes_woo_remove_tabs( $tabs ) {
    
    	// Remove the description tab.
    	if ( isset( $tabs['description'] ) ) {
    		unset( $tabs['description'] );
    	}
    
    	return $tabs;
    }

    Kind regards

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

    in reply to: Some Questions #41357

    You’re welcome. Have a nice day!

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

    in reply to: Some Questions #41350

    Hi Chen,

    Thank you for choose our theme.

    1. The shop page generate by plugin WooCommerce so you can’t edit with Elementor.

    2, 7. You can change the text by use plugin Loco Translate follow this topic http://support.janstudio.net/forums/topic/theme-translation/
    and you can change badge background in Claue > Theme Option > Color Scheme > Product Badge Color

    3. Please go to WooCommerce > Settings > Products > Add to cart behavior and uncheck 2 last fields.

    4. Please go to Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Products Attribute On Product List and uncheck all

    5,6. Please add below code to Claue > Theme Option > General Layout > Custom CSS

    @media screen and (-webkit-min-device-pixel-ratio:0) {
    .product .stripe-enabled  #wc-stripe-payment-request-wrapper {
        margin-right: 15px;
    }}
    .jas-wc-single .entry-summary > .price-review {
        justify-content: flex-start;
    }
    .legal-price-info {
        margin-left: 15px;
    }
    .badge span {
    	z-index: 1;
    }
    

    8. You can move column switcher to center by enable filter icon in Claue > Theme Option > WooCommerce > Product Listing Settings > Enable Sidebar Filter

    9. You can change size of product title on the shop by add below code to Claue > Theme Option > General Layout > Custom CSS

    .elementor-kit-8 h3.product-title  {
    	font-size: 14px;
    }

    Kind regards

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

    Hi Esteban,

    Please go to Appearance > Menus and create new Menu and after that go to Apppearance > Widgets > WooCommerce Categories Menu Sidebar > Add Navigation Menu Widget and select the menu you just created in prev step https://tppr.me/A8SKI

    Btw, your support expired. Please renew your support at 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: Disable the sliding Cart Sidebar #41340

    Hi,

    You can add below code to Theme Option > General Layout > Custom CSS to enable click on swatch

    .swatch__list--item.disabled {
    	pointer-events: initial !important;
    }

    Kind regards

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

Viewing 10 posts - 1,151 through 1,160 (of 15,006 total)