Hello,
Please try to add this code in Custom css for Home page:
body {
overflow-x: hidden !important;
}
Regards
Hello,
Please try to add this code in Custom css for Home page:
body {
overflow-x: hidden !important;
}
Regards
Hello,
Please delete the previous code and add this in Theme Options > Custom css > Custom css for desktop:
.single-product .product-content-image img {min-height: 300px !important;}
.content-product .product-content-image img { max-height: 268px;}
Regards
Hello,
That is great thank you for letting us know.
Regards
Hello,
Please read our documentation https://www.8theme.com/documentation/xstore/plugins/plugins-update/
https://www.8theme.com/documentation/xstore/plugins/activation-and-purchase-codes/
Regards
Hello,
I can’t find credentials. Please provide access one more time.
Regards
Hello,
Theme Options > Header > Mobile Header > Mobile header text color > White.
Regards
Hello,
Please downgrade WC version to 3.4.3 https://wordpress.org/plugins/woocommerce/advanced/
Also, we will release the new theme version within 1-2 weeks.
Regards
Hello,
What theme version do you use?
Please check changelog on ThemeForest https://prnt.sc/ladqyh http://prntscr.com/ladr3v https://themeforest.net/item/legenda-responsive-multipurpose-wordpress-theme/5888906
Regards
Hello,
Please provide us with your site URL and temporary wp-admin access.
Regards
You’re welcome!
Regards
1) You need to change the structure of the page to be able to set Row stretch > Stretch row and content https://gyazo.com/e868373dfc1f0d9e4b594ca1cd584d33
2)
.recentCarousel .slide-item .caption p {
display: none;
}
Regards
Hello,
Please try to add this code in Theme Options > Custom css > Global custom css:
.blog .content-page {
margin-top: 3rem;
}
Regards
Hello,
If you do not have products on site and you can delete Woocommerce plugin.
Regards
Hello,
We will release new theme update soon. Please wait.
Regards
Hello,
Please note, that before update WC plugin, you need to check changelog of ThemeForest to be sure that current theme version is fully compatible with woocommerce version.
We will release the new theme version within 1-2 weeks. You can wait for the update or downgrade woocommerce plugin to the previous version https://wordpress.org/plugins/woocommerce/advanced/ http://prntscr.com/l9rm3a
Regards
Hello,
Please try to use this custom css code:
.back-top {
background-color: #f22f5d;
}
.back-top {
bottom: 100px;
right: 20px;
width: 40px;
height: 40px;
}
.back-top span:before {
color: white;
line-height: 1;
}
Regards
You’re welcome!
Regards
Please provide us with temporary wp-admin and FTP access.
Regards
Hello,
I’ve checked your site in Firefox browser and do not see the problem. Please make sure that version of your browser is not very old and there are no additional extensions that may affect displaying of pages.
Have you cleared cache? Describe in details what should be done to recreate the problem.
Regards
Hello,
This relates to new update of WooCommerce plugin. We will release new theme version soon.
As a temporary solution, you can add this code in xstore/framework/woo.php file:
add_filter( 'woocommerce_gallery_image_size', function( $size ) {
return 'woocommerce_single';
} );
Regards
You’re welcome!
Regards
Hello,
This relates to new update of WooCommerce plugin. We will release new theme version soon.
As a temporary solution, you can add this code in xstore/framework/woo.php file:
add_filter( 'woocommerce_gallery_image_size', function( $size ) {
return 'woocommerce_single';
} );
Regards
Hello,
Please provide screenshots for better understanding.
You can use such screenshot maker as Lightshot https://prnt.sc/
As I can see you enabled sidebar on single product page http://prntscr.com/la7opb but appropriate widget area is empty http://prntscr.com/la7oyr = http://prntscr.com/la7p9g
Regards
Hello,
By default, there is no such possibility, it requests additional customization. If you don’t have the necessary skills you can submit customization request to WPKraken team.
Regards
Hello,
Thanks for contacting us.
Please provide us with your site URL so we can take a closer look.
1. Read our documentation – https://www.8theme.com/documentation/xstore/plugins/plugins-update/
2. Provide us with URL and temporary wp-admin access.
3. Please follow WC documentation to create variable products https://docs.woocommerce.com/document/variable-product/
Watch our video tutorial to sort out with Variation Swatches – https://youtu.be/XO-PDvhPypc
Regards
You’re welcome!
Regards
Hello @blissedlove,
Please provide us with temporary wp-admin access so we can create the Makeup Home page on your site.
Regards
Hello,
Please try to disable all 3-rd party plugins to check if one of them causes the problem.
Regards
Hello,
As you can see on our demo, languages and currency switchers are shown for demo purposes only. If you want to create multilingual and multicurrency site you may use premium WPML plugin or free – Polylang/qTranslate plugins.
We provide import of products examples with placeholders, so you need to upload own products and images. Please read WC documentation https://docs.woocommerce.com/document/managing-products/
Regards
Hello,
Please add simple-hover custom class for your menu item, for example http://prntscr.com/la72ot + this custom css code in Theme Options > Custom css > Global custom css:
.simple-hover .nav-sublist-dropdown {
display: block;
opacity: 0;
visibility: hidden;
}
.simple-hover:hover .nav-sublist-dropdown {
opacity: 1;
visibility: visible;
}
Regards