Forum Replies Created
-
AuthorPosts
-
Hi,
You can add custom CSS in JanStudio > Theme Option > General Layout > Custom CSS
@media only screen and (max-width: 767px) {
.jas-container { width: 100%;}
}
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can enable Visual Composer for Product page by go to Visual Composer > Role Manager > Post Types > Custom > Check in Product
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. For the font family you can change in Theme Option > Typography
2. You can use plugin https://wordpress.org/plugins/svg-support/
3. you can add custom css
.jas-action .sf-open { display: none;}
4. You can customize Checkout page you can copy files from “your_wordpress > wp-content > plugins > woocommerce > templates > checkout” to “gecko-child > woocommerce > checkout”
5. You need upload the images have dimension fit with your layout (min-width is :570px)
6. I helped you update permalink
https://monosnap.com/file/1Kys30ycMW1YiDmJr6R1BLWZnSGltd#
7. You can add custom CSS
.woocommerce-order-received .woocommerce h2, .woocommerce-order-received .woocommerce .shop_table.order_details { display: none;}
8. You can add custom CSS
.entry-summary .social-share { display: none;}
9. Because your images have different dimension it get the biggest size of images to generate layout https://monosnap.com/file/06luUm6qHyJkbGoimx1ITFxQhkxGyz#
10. It’s in theme.js and don’t support translate, let us find a solution for this text.
11. You can add custom css
.woocommerce-MyAccount-navigation ul li::before { display: none;}
12. You can add custom CSS
.page-head a {
color: #fff;
}.page-head a:hover {
color: #b59677;
}Change #fff and #b50677 with your color
13. I checked your site but do not see white space around slider. Did you fix?
14. Pls don’t edit css in parent theme because when you update parent theme your custom code will be remove, you should add custom code in Theme Option or on child theme
For this case you need revert css code for member and use Visual Composer add 3 cols, insert image to center columns and left, right column let it empty
15. You can ask support from plugin author
16. You can change social in JanStudio > Theme Option > Social Network
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
5. You can add custom css
#jas-footer-menu li.current-menu-item a { color: #b59677;}
6.7 Let us know we will take a look and help you solve.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Thank you for your rate!
1. I helped you remove gray bar
2. I checked and saw still have padding on this section
https://monosnap.com/file/IYD9GSFXoUR2eXnHPnb34yly268DHp#
3. You can add custom code in JanStudio > Theme Option > General Layout > Custom CSS
.ypop-modal .ypop-wrapper a.close { background-color: rgba(255, 255, 255, 0.8); background-image: none; }
.ypop-modal .ypop-wrapper a.close::after { color: #3e3e3e; content: “‘\e680”; font-family: “Pe-icon-7-stroke”; font-size: 30px; line-height: 30px; position: absolute; right: -2px; top: 0; }
And change #3e3e3e with your color.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1. If you want customize My Account page you can copy files from “your_wordpress > wp-content > plugins > woocommerce > templates > myaccount” to “gecko-child > woocommerce > myaccount”
– dashboard.php
– navigation.php
– You find some plugins, i don’t have any experience with this issue.
2. You can do like first step for override WooCommerce https://docs.woocommerce.com/document/template-structure/
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioWe really appreciate if you take a time to help us rate for our theme 5 stars at https://themeforest.net/downloads
Thank you very much!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
1,2. I helped you do this
3. You should change to
@media only screen and (max-width: 768px) {
.vc_custom_1487705315336 h3 span {
font-size: 20px !important;
}
}@media only screen and (max-width: 736px) {
.vc_custom_1487705315336 h3 span {
font-size: 18px !important;
}
}@media only screen and (max-width: 480px) {
.vc_custom_1487705315336 h3 span {
font-size: 15px !important;
}
}@media only screen and (max-width: 320px) {
.vc_custom_1487705315336 h3 span{
font-size: 10px !important;
}
}Best regards
-
This reply was modified 9 years, 4 months ago by
Harry.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
Glad to hear you solved your issue. We recommend you do your custom job on child theme, so in future you can update theme without losing your custom code.
Feel free contact us again if you need more assist.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi
On mobile they (iOS or Android) disable auto play because they want save data for user. So it hard to control mobile.
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
This reply was modified 9 years, 4 months ago by
-
AuthorPosts