Forum Replies Created
-
AuthorPosts
-
Hi guys,
Sorry because miss your reply
You can add custom css to fix issue with meta slider on mobile
@media only screen and (max-width: 480px) {
.metaslider .slides img { height: auto;}}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can add custom css code
@media only screen and (max-width: 736px) {
.jas-col-xs-12 { flex-basis: 50%; max-width: 50%; }
}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioI checked your site ans saw YITH Wishlist plugin still run.
I disable this plugin and now this icon hide.
Regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioI’m not sure it default of WooCommerce, you can try turn off light box, if still have issue you need contact with plugin author to help you customize because they override product image layout
Regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYou can disable wishlist on all any where by Deactivate YITH Wishlist plugin.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioCan you send us your site link and name of plugin you’re using for zoom function.
With our theme, on quick view when you turn off light box and click on image it still direct to new window with this image.
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioYou can remove space between menu and slider by add custom css
.jas-page > div { margin: 0;}
for button need more custom code and have to change html you can hire some freelancer for help.
Regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can replace in “wp-content/themes/gecko/assets/images/icons/hamburger-black.svg”
But i recommend you do in childtheme and override layout of header you choose
Best regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
You can add custom css
.footer__top { padding: 10px 0;}
#jas-footer, #jas-footer .widget-title, #jas-footer a { color: #2e2e2e;}
.widget_wysija_cont .widget_wysija.shortcode_wysija {text-align: center;}
.widget_wysija_cont form .wysija-submit { display: inline-block;}
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioSorry this is my mistake
Correct code is
@media only screen and (max-width: 480px) {
.metaslider .slides img { height: auto; }}
I helped you correct code on your site.
For the next custom code you should put in the end of textarea so if have problem prev code still run.
Regards!
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
AuthorPosts