-
AuthorSearch Results
-
March 27, 2017 at 11:59 pm #2649
In reply to: Fonts different in mobile
I saw problem on IOS 10.2
You can add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS to fix
h1, h2, h3, h4, h5, h6, .f__mont { font-family: “GFS Didot”, serif; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 27, 2017 at 8:55 pm #2638In reply to: All Currencies Fashion 2
7. You can add custom css
.woocommerce-order-received .jas-page .woocommerce header, .woocommerce-order-received .jas-page .woocommerce address { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 27, 2017 at 2:28 pm #2629In reply to: All Currencies Fashion 2
7. Can you try
I check on Chrome, Firefox, Safari my screen https://monosnap.com/file/YV3sGKDwSUs0Px17lfx1I7lT3Fh8kV#
.woocommerce-order-received .woocommerce h2, .woocommerce-order-received .woocommerce table { display: none;}
22. You can edit in
https://monosnap.com/file/zt6G9a9UD5kdhDgx2X5OmjptKkkHpM#
// I will tate and write a big good review – Thanks
23. You can add custom CSS
.search-no-results .jas-container, .error-404.not-found { min-height: 75vh;}
24. You add custom CSS
.header__top .jas-socials { padding-top: 0; }
25. This use on mobile it need have touch action to browser understand
25.1 issue with css will fix after fix issue 24
26. You can add custom CSS
.badge span { position: absolute;}
.badge span.onsale + .new { top: 45px;}
.badge .left, .jas-wc-single .product-extra .badge .left { left: 0;}
27. You can add custom CSS
.woocommerce form.woocommerce-ResetPassword.lost_reset_password .form-row-first { float: none; }
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 27, 2017 at 2:21 am #2620In reply to: All Currencies Fashion 2
25. In mobile version currency drop down menu had two back. If you are click to open it and dont wont to click to uah or eur and just want to roll up menu it didnt work. Just try it
And css bug, part of menu falls on header
March 26, 2017 at 6:04 pm #2604In reply to: Remove overlay on hover
Hi,
You can remove overlay on product when hover by add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-image > .db:before { display: none;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 26, 2017 at 5:15 pm #2598In reply to: Shop now button
Hello,
You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS
html[lang=”nl”] .product-category h3::before {
content: “Shop now”;
}You can change “Shop Now” to your language.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 26, 2017 at 11:42 am #2588In reply to: QUICK VIEW
i installed the child theme and put the code you sent to style.css and function.php then i activate the child theme after i check my website design all change the header logo become big take almost the all page and product loose his size
March 26, 2017 at 11:38 am #2586In reply to: QUICK VIEW
sorry but it actually mess up the all website css
March 26, 2017 at 10:45 am #2585In reply to: All Currencies Fashion 2
3. I checked many time on other browser still see “Moldova & Ukraine”, you want display more country or you saw empty? Can you try clear cache
7. Can you send me the link, because i checked at http://www.swiss-color.com.ua/checkout/order-received/4983/?key=wc_order_58d3abcfa9071 the table below hidden.
21. Yes, i think plugin, because in your backend it also display error
22. You should change to
.footer__top .jas-row .jas-col-md-3.jas-col-sm-6.jas-col-xs-12:nth-child(2) .textwidget,
.footer__top .jas-row .jas-col-md-3.jas-col-sm-6.jas-col-xs-12:nth-child(3) .textwidget,
.footer__top .jas-row .jas-col-md-3.jas-col-sm-6.jas-col-xs-12:nth-child(4) .textwidget {
float: right;
}
23. Can you take a screenshot for which area you want apply this code
24, 24-1 . You can add custom CSS
@media only screen and (max-width: 736px) {
.header__top .jas-col-md-4.start-md.start-sm.center-xs { flex-basis: 50%; justify-content: flex-start; text-align: left;-webkit-box-pack: initial; padding: 0;}
.header__top .jas-col-md-4.end-lg.end-sm.center-xs { flex-basis: 50%; justify-content: flex-end; text-align: right;-webkit-box-pack: initial; padding: 0;}
.metaslider .flexslider .caption-wrap h2 {font-size: 30px;}
a.button-o-w { line-height: 40px;}
}
25, 26,27 You add custom CSS
@media only screen and (max-width: 736px) {
.women-collection h3,.accessories-collection h3, .handbags-collection h3 {left: 20px; top: 20px; }
.women-collection h3.right {
right: auto;
transform: rotate(0deg);
font-size: 20px;
bottom: -40px;
top: auto;
left: 0;
}.women-collection h3.right:before, .handbags-collection h3::before, .accessories-collection h3:before,.men-collection h3.left:before { display: none;}
.men-collection h3.left {
right: auto;
left: 20px;
top: auto;
transform: rotate(0deg);
font-size: 20px;
bottom: -40px;
}.men-collection h3 { margin: 0; right: auto; left: 20px; top: 20px; font-size: 20px;}
.men-collection h3.left span { top: 0;}
}
28, 28.1 We will fix in the next update
We really appreciate if you take a time to help us rate for our theme 5 stars at https://themeforest.net/downloads
Thank you and have nice weekend!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 26, 2017 at 9:57 am #2584In reply to: QUICK VIEW
Hi,
Please follow there steps
1. Install child theme and add this code to functions.php file http://pastebin.com/nLgrCE9Z
2. Open file style.css in child theme too and add this code http://pastebin.com/6cnG1VE1Let me know if you have any difficulties
-
AuthorSearch Results