Forum Replies Created

Viewing 10 posts - 1,171 through 1,180 (of 15,006 total)
  • Author
    Posts
  • in reply to: Double-Click on Bootstrap Dropdown #41303

    Hi Onrax,

    Sorry for late reply because miss your topic.

    Did your issue fixed? If not please add below code to Claue > Theme Option > General Layout > Custom CSS

    
    @media only screen and (max-width: 736px) {
    .variations .value select {
        -webkit-appearance: inherit;
        -moz-appearance: inherit;
        appearance: inherit;
        background: none;
    }}
    .variations .value:after {
        right: 15px;
        font-size: 18px;
    }

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

    in reply to: Size swatches on product detail page #41298

    Hi,

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

    .swatch__value {
        display: block;
        width: 28px;
        height: 28px;
        line-height: 30px;
    }
    .swatch.is-label .swatch__value {
        font-size: 14px;
    }

    And change number as you want.

    Kind regards

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

    in reply to: Size swatches on product detail page #41295

    Hi Reinhard,

    You can change to square for swatch by add below code to Claue > Theme Option > General Layout > Custom CSS

    .swatch__list--item,
    .swatch__value {
        border-radius: 0;
    }

    Kind regards

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

    in reply to: Error on FrontEnd and BackEnd with Debug on True #41293

    Hi,

    1. Yes, we update file in theme > gecko > core > libraries > vendors > woocommerce > templates > loop > loop-start.php line 53 to

    if ( isset($jassc['slider']) && isset($jassc['issc']) ) {

    2. Please reactivate the access so we can check.

    Thank and regards

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

    in reply to: Question about Product Variation plugin for claue theme #41291

    Hi,

    Yes, our theme already support hover effect to show second image. You can turn it on in Claue > Theme Option > WooCommerce > Product Listing Settings > Flip Product Thumbnail > On and you should set the second image in gallery different with main image https://tppr.me/9ZCYi

    To enable metro layout you need turn on Enable Large Thumbnail of main image.

    Kind regards

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

    in reply to: Question about Product Variation plugin for claue theme #41288

    Hi anjetrading,

    I’m sorry the plugin variation swatch not work with elementor for gallery color so you can switch layout define by theme.

    I recommend use global attribute, more plugin not work with custom attribute.

    Kind regards

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

    in reply to: How can I disable the built-in LazyLoad? #41287

    Hi hlainin,

    I tried add class of image to skip lazyload but it still not work. Can you try contact to plugin author for help https://tppr.me/oAyB2.

    I test your test site on real device iPhone and Android it work well without issue.

    Kind regards

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

    in reply to: How can I disable the built-in LazyLoad? #41281

    Can you send me your site url and login credentials to check?

    I test on my local it work well.

    Kind regards

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

    in reply to: How can I disable the built-in LazyLoad? #41279

    Hi Hlainin,

    We don’t use built-in lazy load for image of product. You can disable lazyload for main image of product by go to Settings > BJ Lazyload and add class “.single-product-thumbnail .slick-slide img” https://tppr.me/VxuSv

    Kind regards

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

    in reply to: Issue with color customization #41278

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

    .product-image a.db::before {
    	display: none;
    }

    Kind regards

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

Viewing 10 posts - 1,171 through 1,180 (of 15,006 total)