Forum Replies Created
-
AuthorPosts
-
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=janstudioplease 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=janstudioI 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=janstudioHi,
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=janstudioDo 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=janstudioSorry 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=janstudioDo 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=janstudioHi,
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=janstudioCould 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=janstudioHi 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 -
AuthorPosts