-
AuthorSearch Results
-
September 19, 2017 at 11:09 am #10363
In reply to: Change style of Products Attribute On hover
Hi,
1. You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.product-image .product-attr p {
color: #fff;
font-size: 14px;
}and chane #fff with your color and change 14 to your font size
2. It now only support add border for div wrap all attribute, not for single attribute
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 19, 2017 at 12:12 am #10344In reply to: Instagram suddenly stopped showing square images
Is there no other solution?
When I add this custom css code the photos starts to appear with white borders. It’s not aesthetically good 🙁
September 18, 2017 at 10:43 pm #10335In reply to: How t make the Products name More Blod
Hi,
1. You can add custom css in JanStudio > Theme Options > General Layout > Custom CSS
h1.product_title.entry-title { font-size: 20px; font-weight: bold;}
And change 20 with your number
2. I checked your site on my phone iphone 6 and 7+ on iOS 10.3.3 it still work well. could you tell me which device you have this issue?
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 18, 2017 at 10:26 pm #10333In reply to: Size attributes on product picture
Hi,
- You mean when you click on the product size, the image didn’t change?
- Which IE version do you using? Our theme supports IE 11+ only
- Please use this custom CSS code (add it into Claue Theme Options) https://pastebin.com/ySLVCXA3
- Some strings from the plugin, You need to translate it in the plugin. Could you please provide me all words which you can’t translate, I will give you a guide.
Best regards,
FosterSeptember 18, 2017 at 4:23 pm #10313In reply to: RTL issues
This reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 18, 2017 at 12:36 am #10291In reply to: grid with filter
Hi,
I put 3 attachment to show you that it is ok. 1) I apply the themeforest-1586…zip 2)I go in gecko_main_files 3)Go in gecko-child 4) In the folder that has: funtions.php, screenshot.png and style.css I should have a create to “woocomerce and loop” folder and then copy “loop-start.php” file into this folder. Is it ok? thanks
September 18, 2017 at 12:21 am #10290In reply to: Size Guide Image
Hi,
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
.single-product img.mfp-img { max-height: inherit !important;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 17, 2017 at 11:11 pm #10287In reply to: Icons turn to Squares
Hi,
Sorry i check again and saw the plugin combine css file and and save to another folder so the path to font file wrong. Could you tell me which plugin you are using to combine css. We recommend disable this plugin and use plugin autoptimize https://wordpress.org/plugins/autoptimize/ to minify css and https://wordpress.org/plugins/wp-super-cache/ to push your site speed
Now, I upload font files to upload folder to temporary fix issue with font icon on your site.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 17, 2017 at 9:06 am #10258In reply to: product no title
Hi,
You can add custom css code in JanStudio > Theme Option > General Layout > Custom CSS
.jas-wc-single {
padding-top: 100px;
}Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSeptember 16, 2017 at 11:12 pm #10245In reply to: sale, hot or new tag
Hi,
1. The new badge display when you publish product. You can edit number day display this badge when you edit this product and scroll down to Product Detail Layout Option > New Arrival Product
2. The sale badge display when you set sale price for product.
3. Our theme doesn’t support Hot badge
4. You can change background color for badge by add custom css or wait for next update version
.badge span.new {
background: #56cfe1;
}
.badge span.sale {
background: #fe9931;
}change #56cfe1 and #fe9931 with your color
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorSearch Results