Forum Replies Created

Viewing 10 posts - 11,811 through 11,820 (of 15,048 total)
  • Author
    Posts
  • in reply to: Problem with variations dropdown #11100

    Hi,

    The issue on your site related to AliDropship Woo Plugin please check config of this plugin or ask plugin author support.

    Best regards

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

    in reply to: Add to Cart button looks off (unaligned) #11089

    please copy full the code you add in Custom CSS to https://pastebin.com/ and give me the link, I need to check more.

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

    in reply to: Add to Cart button looks off (unaligned) #11088

    I mean are you using CDN services (CloudFalre, MaxCDN) and enable cache on this. I check your site the code still not apply 🙁

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

    in reply to: metaslider and layout #11087

    Hi,

    This base on your site speed, hosting.

    I saw your site it now run smooth.

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

    in reply to: Add to Cart button looks off (unaligned) #11085

    Do you use a cache plugin? or cache from CDN service (CloudFlare). I checked your site but see the code not apply.

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

    in reply to: Add to Cart button looks off (unaligned) #11083

    Sorry the correct code lost close tag please use below code

    @supports (-webkit-appearance: -apple-pay-button) {
    @media only screen and (max-width: 767px) {
    .single-product div.product .stripe-enabled form.cart .quantity {
    width: 100%;
    }
    .single-product div.product .stripe-enabled form.cart .quantity~.button,
    .single-product div.product .stripe-enabled form.cart .quantity+.button {
    width: calc(100% – 95px);
    margin: 10px 0 0 15px;
    }
    }
    }

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

    in reply to: Add to Cart button looks off (unaligned) #11079

    Do you use minify css plugin? I’m online now. please apply code.

    Thanks

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

    in reply to: Multiple Questions #11066

    Hi,

    1,4. You can use custom css in JanStudio > Theme Option > General Layout > Custom CSS

    @media only screen and (min-width: 1280px) {
    .product-image img {
    min-height: 190px;
    }
    .product-image .db {
    height: 190px;
    overflow: hidden;
    }
    .slick-slide img {
    display: block;
    min-height: 400px;
    width: auto;
    }
    }

    6. I saw you set content of layout width is 1400px https://monosnap.com/file/46PDj8Sr9Lo2bvVyGiZeLlIL4YoTgZ# Most of screen resolution now is 1366px and 1280px. I recommend change this number to 1280px it will fit with popular screen.

    8. You can add custom css to hide page title background

    .page-head {
    background: none !important;
    }

    Best regards

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

    in reply to: Attribute Size is not appearing on product page #11061

    Could you send us your site url, admin account and link of product you set up as private reply. We will take a look and help you solve your issue.

    Thanks

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

    in reply to: Problem with Google Analytic #11059

    Hi Stephane,

    Sorry because inconvenience.

    Now google analytics update the tracking code so user have to add full code to tracking

    You have to use plugin https://wordpress.org/plugins/insert-headers-and-footers/

    to add full tracking code like this

    <!-- Global Site Tag (gtag.js) - Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=UA-76959356-3"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments)};
      gtag('js', new Date());
    
      gtag('config', 'UA-xxxxxxxx-x');
    </script>

    Best regards

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

Viewing 10 posts - 11,811 through 11,820 (of 15,048 total)