Hello,
Thanks for using our theme.
Edit post > https://prnt.sc/wa6uf1 https://prnt.sc/wa6um2
Regards
Hello,
Thanks for using our theme.
Edit post > https://prnt.sc/wa6uf1 https://prnt.sc/wa6um2
Regards
Thanks for the notice.
Feel free to ask if you have any other questions
Regards
Hello,
Add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:
#customer_login .col-1, #customer_login .col-2 {
padding: 15px;
}
Regards
Hi,
Add the next code in Theme Options > Theme custom CSS:
.et_b_header-menu .menu .menu-item-has-children {
position: static;
}
.et_b_header-menu .menu .menu-item-has-children .nav-sublist-dropdown {
width: 100% !important;
left: 0 !important;
right: 0 !important;
margin: 0 !important;
}
Regards
Hello,
Install Loco Translate plugin, create English translation for the theme and Core plugin – https://www.8theme.com/documentation/xstore/theme-translation/ , change texts, and disable the Loco plugin.
Regards
Hello,
Please see screenshots – https://prnt.sc/wa6h72 and change this https://prnt.sc/wa6jzb to https://prnt.sc/wa6k6g
Regards
Great. Have a nice day.
Regards
Hello,
Try to disable all the third-party plugins, that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , and check how it works then.
Regards
Regards
Hello,
Previous and next products are taken automatically, there is no option to change it. You can disable “Show Navigation” in Theme Options > WooCommerce > Single product > Single product builder > Prev/Next product navigation.
Regards
Hello,
1 license (key) means 1 theme. At this moment we have an amazing price of XStore = $39. Regular one is $59. All our premium customers (more than 10 licenses) have a fixed price of $39.
https://themeforest.net/item/xstore-responsive-woocommerce-theme/15780546?license=regular&open_purchase_for_item_id=15780546&purchasable=source&ref=8theme
Regards
Hello,
You can activate the theme now.
Please note that according to the ThemeForest license policy, you can use 1 license for 1 project – https://themeforest.net/licenses/terms/regular
Regards
Hello,
Thanks for using our theme. Sorry for the delay in answering.
You can use 1 license for 1 project according to ThemeForest license policy https://themeforest.net/licenses/standard As we can see, the theme works on these sites already – https://prnt.sc/wa5mft https://prnt.sc/wa5mqq
If you want to use our theme for a few projects you need to buy a few licenses https://themeforest.net/item/xstore-responsive-woocommerce-theme/15780546
Regards
Hello,
Sorry for the delay in answering. Please clear cache and check now.
Regards
Ok. It just working.
Regards
Hello,
Make sure that both categories are not empty. Add 2 more categories and check if all are displayed.
Regards
Hello,
Could you provide URL of your topic/request about it?
Regards
Hello,
Sorry for the delay in answering.
You have header overlap option -> on
http://prntscr.com/w92dki
On most prebuilt pages you have banners/sliders that’s why you see header as it.
But on single product page there is no banners/sliders/images above all content so your header just overlapping the content -> http://prntscr.com/w92f9r
You can create one multiple header with background or with header overlap option – off ( and many others settings could be changed as well if you want to ), then you will have your header on single product shown in normal view
Watch the tutorial for better work -> https://www.youtube.com/watch?v=BpeXfzNwkOc&t=2s&ab_channel=8theme
Regards
By the way your code is deprecated since Woocommerce v.3.0
You should use smth like next code:
add_action('etheme_woocommerce_template_single_title', function() {
global $product;
wc_display_product_attributes($product);
}, 25);
Regards
Hello,
Thanks for using our theme.
Do you use search by SKU? If so, make sure that you do not have “1650” in SKU.
You can disable the SKU search in Theme Options > Header builder > Search
Regards
Hello,
Try to update the plugin via FTP – https://www.8theme.com/documentation/xstore/plugins/plugins-update/ The latest version you can download from this page – https://www.8theme.com/downloads/
Regards
Hello,
Please provide URL of the page.
Regards
Hello,
According to your choice to use the Single Product Builder there is fully different structure of actions. Most of them are coming from XStore theme/XStore Core. So that default woocommerce actions will not work normally, because if they would then there could not be such customizable options to use for the builder.
If you need to add your custom actions for single product while you are using builder, please use next actions for that :
etheme_woocommerce_template_single_title
etheme_woocommerce_template_single_rating
etheme_woocommerce_template_single_price
etheme_woocommerce_template_single_excerpt
etheme_woocommerce_template_single_add_to_cart
etheme_woocommerce_template_single_meta
etheme_woocommerce_template_woocommerce_breadcrumb
woocommerce_share
etheme_woocommerce_template_single_sharing
etheme_woocommerce_show_product_images
etheme_woocommerce_output_product_data_tabs
etheme_woocommerce_output_upsell_products
etheme_woocommerce_output_cross_sells_products
etheme_woocommerce_output_related_products
etheme_product_single_size_guide
etheme_product_single_size_guide
etheme_product_single_button
etheme_product_single_widget_area_01
etheme_product_single_custom_html_01
etheme_product_single_custom_html_02
etheme_product_single_custom_html_03
etheme_product_single_additional_custom_block
etheme_product_single_product_description
etheme_product_single_wishlist
etheme_product_single_compare
You can use it as you did with default ones. Please, add code to your child-theme/functions.php
Example:
add_action('etheme_woocommerce_template_single_title', function() {
global $product;
echo $product->get_id();
});
Regards
Hello,
Theme Options > WooCommerce (Shop) > Shop > Shop page lauout > make sure that “Shop Page Banner Position” is not “Disable”
Provide us with temporary wp-admin access, so we can take a closer look.
Regards
Hello,
If you need to get pages from different demos use one of these ways:
– XStore studio allows import sections from different demons, when you are using Elementor plugin. Just edit page using Elementor > click here – https://prnt.sc/udpfle and import the desired block.
– If you are using WPBakery Page Builder, do not enable the Elementor, but watch this video – https://youtu.be/wkIKN2IyEZI
Regards
Hello,
This is not a bug – https://prnt.sc/w8y8hn , but predefined displaying.
You can add the next code in Theme Options > Theme Custom CSS, to change the displaying:
.et-off-canvas.et_b_header-account input#rememberme + span {
overflow: inherit;
}
Regards
You’re welcome!
Regards