-
AuthorSearch Results
-
March 7, 2017 at 9:35 pm #2325
In reply to: Adjustments…
Hi,
Sorry for late reply
I checked your site and saw you added padding so what i did for you before display not good.
1. To edit content display better on desktop and mobile you need experience about css or you can hire some freelancer at http://studiotracking.envato.com/SHOF to help you do this.
2. You can check solution at https://www.wordher.com/why-is-wordpress-cropping-my-images/
Best regards
-
This reply was modified 8 years ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 7, 2017 at 8:33 am #2316In reply to: SKU Numbers for Product Variations
Hi,
Sorry for late reply.
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS to hide SKU
.product_meta span.sku_wrapper { display: none;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 6, 2017 at 11:58 pm #2313In reply to: SKU Numbers for Product Variations
No. Just if we later decide not to display the SKU number. Is it in a configuration or is it a line of CSS somewhere?
March 5, 2017 at 10:44 pm #2288In reply to: Set responsive feature for background image
Hi,
1. You can set image background responsive on mobile by set it as cover https://monosnap.com/file/aLcXx1qKX3zlwJdUHCf8BZ0BKqL8Tr#
2. For the text you can add css for responsive in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 480px) {
.your_class { font-size: 12px;}
}
Change “your_class” with your class you added for text and change 12 with your number
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 4, 2017 at 10:25 am #2252In reply to: Product image Help
Hi there,
For 1st question please add this code to Gecko theme options / General Layout / Custom JS code
And next question, you just need add CSS class “btn-quickview” and HTML attribute data-prod=”product_id” to HTML dom of Essential Grid item, like this http://take.ms/jGttI
March 3, 2017 at 5:59 pm #2237In reply to: Adjust Images to fit
Hi,
1. You can add custom css for image on popup in JanStudio > Theme Option > General Layout > Custom CSS
.ypop-woo-thumb .yit-popup-image img { width: 160px;}
2. We check your site on retina device and saw place holder at logo, you can upload your logo for retina and mobile device at JanStudio > Theme Option > Header > Retina Logo
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 2, 2017 at 9:01 pm #2227In reply to: Disable image zoom and hover
Hi there,
Sorry for the delay, if you want to do it on mobile only, you need to some custom code in child theme, please follow there step
1. Install gecko child theme and copy file core / libraries / vendors / woocommerce / single-product / product-image.php of parent theme to child theme like this structure gecko-child / woocommerce / single-product / product-image.php
2. Open this file and find http://pastebin.com/87RU82xz
To disable flip image on hover on mobile, please use this custom CSS code
And the last question: This image for our demo only, not feature of theme
BTW: I will move this topic to Gecko support forum
March 2, 2017 at 3:42 pm #2226In reply to: Slow in terms of mobile speed and desktop speed
Hi,
You can use some plugin for cache, compress js/css
https://wordpress.org/plugins/w3-total-cache/
and optimize your image at https://tinypng.com/ for before upload your website to live.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 1, 2017 at 11:30 pm #2221In reply to: Preview Error on Mobile Device
Hi,
1. The issue with image color swatch because have flip thumbnail it get second default image in gallery when mouse over, when mouse out the image will change as color swatch image.
2. You can hide product attribute when touch on mobile by add custom css in JanStudio > Theme Option > General > Custom CSS
@media only screen and (max-width: 736px) {
.product-image .product-attr, .product-image:hover .product-attr { display: none;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMarch 1, 2017 at 2:07 am #2207In reply to: Woocommerce Tax Not Working
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
#jas-header { border-bottom: 1px solid #000;}
Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 8 years ago by
-
AuthorSearch Results