Forum Replies Created

Viewing 10 posts - 571 through 580 (of 15,048 total)
  • Author
    Posts
  • in reply to: Broken ARIA reference #43084

    Hello,

    1. Please adđ below code to claue-child > functions.php

    add_filter( 'woocommerce_get_image_size_gallery_thumbnail', 'override_woocommerce_image_size_gallery_thumbnail' );
    function override_woocommerce_image_size_gallery_thumbnail( $size ) {
        // Gallery thumbnails: proportional, max width 200px
        return array(
    	'width'  => '170',
            'height' => 170,
            'crop'   => 0,
        );
    }

    And change 170 with your number for gallery image’s size

    2. I tried the code and see it work, please check all your custom css code.

    .product-extra {
    display: none;
    }

    Or you can add below code to claue-child > functions.php

    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_related_products', 20 );

    Kind regards

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

    in reply to: Cant find Claue woocomerce change colour for text #43081

    Hi,

    I’m sorry i not clear with WCAG 2 AA for color, it so complex

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

    Hi,

    I check your site and see theme and plugins outdated. Please update theme and plugins to new version https://support.janstudio.net/forums/topic/updating-the-theme/

    Kind regards

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

    in reply to: Sample Data is not being Imported #43074
    This reply has been marked as private.

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

    in reply to: Sample Data is not being Imported #43072
    This reply has been marked as private.

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

    in reply to: the submenu does not appear #43070

    Hi Manzocosmos,

    Did you add sub-category for brand category?

    And try this setting https://tppr.me/s9jBQ

    Kind regards

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

    in reply to: Align center #43068

    Hi,

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

    .product-info.mt__15 {
    	font-family: Poppins;
    }

    and change Poppin with your font

    Kind regards

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

    in reply to: Align center #43064

    Hi,

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

    .pw_brand_product_list a {
    	text-transform: uppercase;
    	font-weight: bold;
    }

    Kind regards

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

    in reply to: Few issues & tweaks #43062

    Hi,

    Claue-child is child theme, the claue-child.zip included in the package you download from ThemeForest

    You can install claue-child.zip via Appearance > Themes like do for claue.zip and after that extract woocommerce.zip to woocommerce and upload to wp-content > themes > claue-child through FTP

    Kind regards

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

    in reply to: Color text in Footer #43058

    Hi,

    1, 2. Please add below code to JanStudio > Theme Option > General Layout > Custom CSS

    #jas-footer .widget-title {
    	color: #fff;
    }
    .entry-summary .single_add_to_cart_button, .entry-summary .external_single_add_to_cart_button {
    	border-radius: 50px;
    }

    and change #fff with your color

    3. It defend on browser, can you take a screenshot describe more about this issue

    kind regards

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

Viewing 10 posts - 571 through 580 (of 15,048 total)