Hello,
You’re welcome!
Regards
Hello,
You’re welcome!
Regards
Hello,
3.9.2 is the latest version. It is fully compatible with the latest versions of WP and WC.
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Have a nice day.
Regards
Hello,
Try to change categories="22" to category="22"
Also, please see screenshots – https://prnt.sc/n0tiv6 > http://prntscr.com/n0tj4f http://prntscr.com/n0tjcc
If you need any further assistance, please provide temporary wp-admin access.
Regards
Hello,
Thanks for contacting us.
1) Please download XStore import files from this page – https://www.8theme.com/downloads/
Here you can find our documentation – https://www.8theme.com/documentation/xstore/
2) This section http://prntscr.com/n0tgel was created using Flipbox elements http://prntscr.com/n0tgom so you need to activate Massive Addons for WPBakery Page Builder plugin.
Feel free to ask if you have any other questions.
Regards
Hello,
This requests additional customization in files. Please read this article https://businessbloomer.com/woocommerce-visual-hook-guide-archiveshopcat-page/
You can add this code in functions.php of your child-theme:
function custom_shop_display_skus() {
global $product;
if ( $product->get_sku() ) {
echo '<div class="product-meta">SKU: ' . $product->get_sku() . '</div>';
}
}
add_action( 'woocommerce_after_shop_loop_item', 'custom_shop_display_skus', 9 );
Regards
Hello,
Please read these topics, I hope it will be helpful – https://www.8theme.com/topic/facebook-event-pixels-for-xstore/ https://www.8theme.com/topic/fb-pixel-variable/
Regards
Hello,
Please read this topic – https://www.8theme.com/topic/remove-product-categories-from-search-bar-xstore/
Regards
You’re welcome!
Regards
Hello,
1. Theme Options > Header > header layout > http://prntscr.com/n0k8ir
to change the icon to image, add this custom CSS code in Theme Options > Custom CSS:
.my-account-link.type-icon > a:before, .login-link.type-icon > a:before, .my-account-link.type-icon-text > a:before, .login-link.type-icon-text > a:before {
content: url("link_of_image");
}
2. You can enable “My account in mobile menu” (show my account link in the mobile menu area below the mobile menu links) in Theme Options > Header > Mobile header
or
add this code in Theme Options > Custom CSS > Global custom CSS:
@media only screen and (max-width: 992px) {
header .navbar-header .login-link {
display: inline-block;
}
.navbar-header .my-account-link a:before {
font-size: 20px !important;
}
.navbar-header .login-link a {
font-size: 0px;
}
}
Regards
I do not see styles of XStore on this page, so our support is not responsible for this. You need to contact the plugin author to solve the problem with the color.
Regards
Hello,
Please provide a screenshot and URL of your site.
You can use such screenshot maker as Lightshot https://prnt.sc/
Also, describe the desired result in more details.
Regards
Hello,
Set another category as the default category http://prntscr.com/mo0uqt then delete the uncategorized one.
Also, you can set “Hide empty categories” in settings of Product categories widget http://prntscr.com/mo0v82
Regards
Hello,
You can use an additional plugin.
Read this topic – https://www.8theme.com/topic/how-can-i-set-the-comming-soon-page/
Regards
Hello,
The functionality of Shipping comes from WC plugin. Main Shipping settings you can find in WooCommerce > Status > Shipping > Shipping options. Read more in the documentation of WC plugin. Contact support of the plugin if you need any further assistance with this.
Regards
You’re welcome!
Regards
Hello,
Please submit new topics for new questions.
1) http://prntscr.com/n0emww
2) You need to create a separate menu for mobile devices because the content of static block in the menu can’t be displayed on mobile correctly.
Here are screenshots from our demo – http://prntscr.com/l876jd + http://prntscr.com/l876n4 http://prntscr.com/l876pk
Regards
Please provide a screenshot.
Regards
.single_add_to_cart_button.button:hover{
background-color: white !important;
border: 1px solid #BEC73C;
color: #BEC73C;
}
Regards
Hello,
I do not see screenshots. Please provide links of them.
1) I’ve checked your site on Samsung mobile, Chrome browser and do not see the Ajax error. What device and browser do you use? What exactly should be done to see the error?
Do you use 5.1.6.1 version of XStore theme?
Try to disable 3rd party plugins, clear cache and check how it works then.
2) Add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.categories-lists-grid .category-list-item-wrapper {
width: 50% !important;
}
.categories-lists-grid.categories-columns-5 .category-list-item-wrapper:nth-child(5n+1) {
clear: none;
}
.categories-lists-grid.categories-columns-5 .category-list-item-wrapper:nth-child(2n+1) {
clear: both;
}
do not forget to clear cache before checking the result.
Regards
Hello,
Please try to use Theme Options > Styling > Customize buttons on hover state > Customize settings. If you do not achieve the desired result via these settings http://prntscr.com/n0cldr I will help you with the custom CSS code.
Regards
Hello,
Please provide temporary wp-admin access so we can take a closer look.
Regards
Hello,
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hello,
Please open Screen Options and enable Custom Fields there – http://prntscr.com/n0c8py
Regards
Hello,
You’re welcome!
Have a nice day.
Regards
You can use this custom CSS code:
.footer-widgets .widget-title {
font-size: 18px;
font-weight: 600;
margin-bottom: 0px;
}
Regards
Hello,
You can change Type of attributes from Circle to Select http://prntscr.com/n0c5fv > https://prnt.sc/my5c8p For example, http://prntscr.com/n0c4lq > http://prntscr.com/n0c4uy Is it what you are looking for? If not, please describe the desired result in more details.
Regards
Hello,
http://prntscr.com/n0c1r0 and replace this image https://xstore.8theme.com/demos/electronics/wp-content/uploads/sites/22/2016/05/promo-product-1-1.jpg by own one.
Regards
Hello,
I am glad that you sorted out.
Thanks for letting us know.
Regards
Theme Options > Custom CSS > Global Custom CSS.
Regards