Forum Replies Created
-
AuthorPosts
-
Sorry for late reply.
You can add custom css in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 568px) {
.vc_custom_1495880494649 { min-height: inherit !important; padding: 80px 0 100px !important;}
}
The best dimension for main banner is : 1920 x 1080
Best regards
-
This reply was modified 9 years, 2 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYou can change like this by add custom css
@media only screen and (max-width: 414px) {
.badge span.new { top: 0; left :0; right: auto;}.badge span.onsale { top: auto; right: 0; bottom: 0; left: auto;}
.product-image .yith-wcwl-add-to-wishlist {top: 30px;}
.btn-quickview { top: 65px;}
}Regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudiothis issue because you set row equal height while content have one col
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThis because the code you added in child theme.
.jas-menu li { font-size: 25px; font-weight: bold; list-style: outside none none; margin-top: -52px; position: relative; }
You should change to
.jas-menu > li { margin-top: -52px; }
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioMay 27, 2017 at 1:58 pm in reply to: Problem with errors in display list for attribute swatchs #4653Hi,
1. I fixed issue with error message on your site.
2. To fix issue with swatches not circle you can upload thumbnail as square or add custom css in JanStudio > Theme Option > General Layout > Custom CSS
#pa_color.swatch li span {width: 24px;}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThank you we will check and fix
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio1. You can try this plugin https://wordpress.org/plugins/language-redirect
2. For currency on mobile, do you want like this https://monosnap.com/file/CxqwXA8fN2q2Dujkyn97PQ95Zv7DEJ# ?
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
The issue because you set first row that contain banner is full-height and background is cover so the ratio between width and height on mobile (w < h ) different with on desktop (w > h).
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThank you for info
1. Issue related to additional information when use product bundle, we tell it to plugin author and wait for him fix this.
2. Can you explain more issue, we check product bundle on cart page it display thumbnail with color and style.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 9 years, 2 months ago by
-
AuthorPosts