Hello,
Could you please provide wp-admin access in Private Content?
Regards
Hello,
Could you please provide wp-admin access in Private Content?
Regards
Hello,
Please read this article https://docs.woocommerce.com/document/fixing-blurry-product-images/
Settings from our demo – http://prntscr.com/g4aall
Don’t forget Regenerate thumbnails after changes in WooCommerce-> Settings-> Product -> Display https://wordpress.org/plugins/regenerate-thumbnails/.
Regards
Oh I see, add this also
.portfolio .portfolio-image {
pointer-events: none;
}
.portfolio .portfolio-image a {
pointer-events: all;
}
Regards
Hello,
Please try to change this code:
.portfolio {
height: auto !important;
}
.portfolio .portfolio-item.col-xs-6 {
position: relative !important;
left: auto !important;
top: auto !important;
transform: none !important;
float: left;
opacity: 1;
transition: all 0.9s ease-in-out;
}
.portfolio .portfolio-item.col-xs-6.isotope-hidden {
display: none;
opacity: 0;
}
to
.portfolio .portfolio-item.col-xs-6 {
width: 49.9%;
}
and add this code in Global custom css, then check links
.portfolio-item .portfolio-image {
cursor: pointer;
}
Regards
Hello,
I’ve added code in your Custom css and you may change color http://prntscr.com/g48kte
Regards
Hello,
Please activate CMB2 plugin and then try to edit product category.
Related product relate to woocommerce functionality, necessary information you can find here https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/
Regards
Hello,
I’ve changed the code. Please check.
Regards
Hello, @gewoonbovenaan,
Is your problem solved?
Regards
Hello,
Sorry for the delay.
Please update XStore Core plugin.
Regards
You’re welcome!
Regards
You’re welcome!
Regards
Hello,
I’ve changed your custom css, so now Header custom HTML is shown.
Regards
The current version is 5.2 on codecanyon https://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431 so you may update the plugin to this version. We will update the plugin on our site when a new version appears on codecanyon.
Regards
Hello, @RyandB,
At first, please update XStore Core plugin.
Regards
You’re welcome!
Regards
Hello,
Thanks.
Regards,
Rose Tyler.
Hello,
Thanks.
Regards,
Rose Tyler.
Hello,
Ok.
Feel free to ask if you need any other help.
Regards
You’re welcome!
Regards
Hello,
To update free plugins just click on update link from your Dashboard (Plugins > Installed Plugins).
To update premium plugins, connect to your server using FTP. Copy extracted plugins folders into wp-content/plugins/ . The latest versions of plugins you can find here.
Regards
You’re welcome!
Regards
Hello,
Sorry, but wp-admin credentials are incorrect. Please check them.
Regards
Hello,
It is not possible by default, but please provide me link to your site and example of needed result and I will help you.
Regards
Hello,
You can simply don’t set values for weight and dimension or use this code in Theme Option > Custom css:
.single-product .shop_attributes tr:first-child, .single-product .shop_attributes tr:nth-child(2) {
display: none;
}
Regards
Hello, @Hans De ruiter,
Sorry for the inconvenience. Unfortunately, this update takes more time as we expected. You will receive email notification about theme update when it will be available on ThemeForest.
Regards
You’re welcome!
Regards
Hello,
To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
Regards
Hello,
Contact your server and ask to enable wp_remote_get(), wp_remote_post() functions.
Regards
Hello,
If you’re happy with our service, don’t forget to rate us 5 stars in themeforest. 🙂
1. In current theme version “Ajax add to cart” option works only for single product, but in next 1.9 version, it will work for variable products also.
2. This is not the problem, it is standard woocommerce functionality of variable products and can’t be changed without additional customization.
Regards
Please see screenshot http://prntscr.com/g3wa0n
Regards