6670 comments found.
I have pre-sale questions. Please, can you recommend, which server params do you use for this site? We are planning make big store with 500+ goods and we need to understand which params do we need to your template
Hello,
Thank you for your interest in our theme! 
XStore theme requirements you can find here https://xstore.helpscoutdocs.com/article/60-xstore-theme-requirements Also, check the WooCommerce plugin requirements https://docs.woocommerce.com/document/server-requirements/
Regards
Prebuyer here, can i integrate video in slider of images? Like 3 images would tourn in slider after that comes a video and then again shows the images?
Hello,
Thank you for your interest in our theme! 
Are you talking about slider of the product images on the single product page or about simple slider on the simple page (created by revolution slider for example)?
Regards
I ment on mainpage under the menu
Hello,
Yes, you can use Revolution Slider plugin (comes bundled with XStore theme) and mix slides with images and videos. Here is an example of such slider – https://xstore.8theme.com/demos/home-default/ (2 slides with images and the 3d slide with video+image over it).
Regards
Hi
A few days ago, I updated WPBakery Page builder to v6.0.1. yesterday, I noticed that I couldn’t edit the settings for GMAPS to change the custom style of the map. I could edit the map marker, but not the underlying container object for the marker. When I hover the mouse over the element, there is nothing appearing to click to edit. I hope this makes sense.
Now in the past, a problem like this happens when either WPBakery Page Builder is updated, or Massive Add-ons for WPBakery Page Builder needs updating but no notification told me it needed it. I also noticed that GMAPs is still on version 1.5 after nearly a year, so maybe this is the problem.
Please, can you kindly investigate if you get the same problem with the latest current plugins and XStore version you provide for download?
Note that WPBakery Page builder to v6.0.2 is now out, but v6.0.1 is the last version on your site at the time I post this 18/05/2019. One of the three plugins I’ve mentioned is probably the cause of it all.
Regards
Hello,
We have updated WPBakery version at Downloads area. The latest version of GMaps plugin that we got from plugin authors is 1.5 https://codecanyon.net/item/gmaps-for-visual-composer/16393566 , there is no new version.
We checked the GMaps element on our test site but don’t face the problem. Could you, please, provide screenshot or gif of the problem for better understanding?
What version of our theme do you use? It would be great if you submit a topic on our support forum and provide temporary Dashboard access to check problem on your site and help you.
Regards
Thank youOlga
GMAPs seems to be working for me now. I think maybe after the WPBakery Composer plugin update, but not sure.
kind regards Robert
Hello,
Thank you for letting us know.
Have a nice day.
Regards
Pre Sales Question:
Does any of your product pages have the ability to display products in a vertical slider, link seen here: https://www.tods.com/es-es/Gommino-Mocas%C3%ADn-en-Piel/p/XXW00G00010OLYG022/
Hello,
Thank you for your interest in our theme! 
We don’t have vertical slider like on the example you provided but you can disable product gallery slider and enable fixed content option to get a similar effect, for example https://xstore.8theme.com/demos/hipster/shop/man/print-t-shirt-rich/
Check the demo, maybe it will suit your needs.
Regards
Hello! Would you like to know if it is possible to update woocommerce
The “WooCommerce” add-on needs an update (3.6.2 -> 3.6.3)
Stay tuned regards Toni
Hello,
XStore 5.2 can be used with WC 3.6.3.
Regards
“The design quality is amazing! We get so many compliments on our website. The features are so dynamic and completely set our e-commerce site apart from others. The customer service is also 5-star, I have learned so much from support on how to navigate and make the themes our own. They are so patient and timely. BUY this theme!”
5 star rating from Simplynbs for Customer Support.
Hello,
By default, there is no such possibility.
If you have any other questions, please use form on this page – https://themeforest.net/user/8theme or our support forum – https://www.8theme.com/forums/xstore-wordpress-support-forum/
Regards
Why am I unable to get the latest WPBakery? I deactivated and then Uninstalled. The theme did not update to the newest version, it re-downloaded the old one.
Hello,
Please check now.
Regards
How do I hide this heading? I want to know how to set it.This is the headline of the blog category.https://prntscr.com/noyr9w I want to hide the headline of the mobile blog category.Thank you.Best Regards,
Hello,
Add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.blog-post .post-categories {
display: none;
}
Regards
Thank you Rose!!:)
Hello,
You’re welcome!
Regards
do you have affiliate link?
Hello,
We have our own affiliate link. You can use envato affiliate program.
Regards
can we use revolation slider instead of product image in single product page?
Hello,
Contact us via form on this page https://themeforest.net/user/8theme and describe the desired result in more details.
Regards
Do you guys have any important clothing store using your theme? I have a client using Magento and they do not believe we can do something important using Wordpress and Woo…
Hello,
Thanks for your interest in our theme.
Please check “Live Examples Showcase” on this page – https://preview.themeforest.net/item/xstore-responsive-woocommerce-theme/full_screen_preview/15780546
Feel free to ask if you have any other questions.
Regards
Great work
Hello,
Thanks for the comment.
Regards
“Love the theme, bought it for the second time. They give me great customer support and it is easy to achieve the visual effect I wish to create.”
5 star rating from nsimcic for Customer Support.
Hi, How to Setup Different Background Color for Main Side bar and post content area ? ( Like this : https://www.wpbeginner.com )
Hello,
If Site Layout is Boxed, http://prntscr.com/no92cx > http://prntscr.com/no92glFor Wide site layout, you can use custom CSS code. For example:
.content-page {
background-color: white;
}
Theme Options > Custom CSS > Global Custom CSS.
Regards
thanks for your reply , but i need different bg color for content and main side bar and website background . like this please: https://prnt.sc/noaw6s thank you
Hello,
Please try this code:
.content.col-md-9, .sidebar-widget {
background-color: white;
padding: 15px;
}
If this is not what you are looking for, contact us via form on this page https://themeforest.net/user/8theme and provide URL of your site. Regards
thanks for your answer, it works, But i need to reduce the width of post content, if i choose 1000 Px in Xstore > General / Layout > Site width my post width is ok, but my side bar width very thin, so if i choose 1200 Px for site width then my side bar width is perfect but my post content width is very wide.
So please how to change this ? ( in this link: https://prnt.sc/nod91i site width is 1200Px, my side bar ok, but i want to reduce post content width )
thanks in advance 
Hello,
You’re welcome!
.content-page .content {
padding-left: 2.3vw;
padding-right: 2.5vw;
}
Regards
thanks , this code only reduce the width of text area of post content, but i want to reduce that post content box total width. ( i want to reduce this red marking area : https://prnt.sc/nod91i )
but already that setting is “inherit” 
Bro, i want to reduce this Width only :https://prnt.sc/nofmw0 . it is possible if i choose 1000px in “Xstore > General / Layout > Site width” .
But my Main side bar width also become very thin in size, but if that was 1200 px, my sidebar width size is looks good.
if is there any code for reduce content box width or increase sidebar width please guide me. otherwise its ok , thanks for your help. 
Hello,
Inherit is default value – https://prnt.sc/nofue2, try to set 1/3 sidebar width > https://prnt.sc/noftz7
Regards
How to remove add to cart option for all the products
Hello,
Theme Options > Shop > Catalog Mode > Just Catalog > On.
Regards
Hello, We’ve bought this theme earlier, unfortunatelly just started to work on it recently. We’ve a couple of questions, a few things not working in it, how it supposed to. Where we can send our questions? On the 8theme website we cannot create new topic, since we bought the theme earlier. Thank you!
Hello,
Thanks for using our theme.
You can contact us via form on this page – https://themeforest.net/user/8theme or https://www.8theme.com/contact-us/
Regards
Hello, the web site https://xstore.8theme.com is not working? I can’t load the page to see the demos
Hello,
We have updated SSL. Please check our demos now.
Regards
Perfect. Thank you
Hello,
You’re welcome!
Have a nice day.
Regards
“Beautiful and slick design! Excellent customer service as well.”
5 star rating from yashjain27 for Design Quality.
Could you kindly help with the steps to change the price text color in shop page and single product view.
Regards, Ali
Hello,
I would recommend you our support forum – https://www.8theme.com/forums/xstore-wordpress-support-forum/The color can be changed by adding this code in Theme Options > Custom CSS > Global Custom CSS:
.woocommerce-Price-amount, .single-product .price {
color: #474747;
}
Regards