Hello,
Thanks for contacting us.
According to the ThemeForest license policy, you can use 1 license for 1 project only (dev site, production site, localhost but the same project) – https://themeforest.net/licenses/terms/regular
Regards
Hello,
Thanks for contacting us.
According to the ThemeForest license policy, you can use 1 license for 1 project only (dev site, production site, localhost but the same project) – https://themeforest.net/licenses/terms/regular
Regards
Hello,
Have you tried to contact the plugin author?
Do you have any errors in server error log?
How does it work when Storefront (default WooCommerce theme) is activated?
Regards
Hello,
Could you provide temporary wp-admin access?
Regards
Hello,
I’ve passed your question to our technicians. I will let you know once get a reply from their side.
Meanwhile, contact your hosting provider and ask to check it from their side, check the server error log.
Regards
Hello,
Provide URL of page with this element and temporary FTP access, so we can take a closer look.
Regards
Hello,
Thanks for using our theme.
Make sure that GMAPS for WPBakery Page Builder plugin is activated on your site.
Regards
Hello,
Thanks for using our theme.
Do you want to enable them in the sidebar? Do you use Single Product builder? Could you provide URL of your single product page?
Regards
Hello,
Thanks for contacting us.
Our theme is fully compatible with Loco Translate, there are no known issues. Please read this article – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
Please describe in more detail what exactly issues did you find. Provide URL and temporary wp-admin access.
To make the site multilanguage, you need to use one of the additional plugins:
WPML(paid) https://www.8theme.com/documentation/xstore/theme-translation/translation-with-wpml/ , or qTranslate(free), or Polylang(free with paid extra options). Loco translate can be used to translate the site to one language, it is independent of our theme and it is predefined behavior of the plugin.
Regards
Hello,
Thanks for using our theme.
According to the ThemeForest license policy, you can use 1 license for 1 project only (dev site, production site, localhost but the same project) – https://themeforest.net/licenses/terms/regular
If your subdomain is a part of 1 project with the official website, you can use the same license there.
Regards
Hello,
Thanks for the reply.
Have you cleared all cache from plugins, browser, and CDN after the update?
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
Hi,
Thanks for letting us know.
Please provide URL of the page where do you have the contact form.
Regards
Hello,
We can’t open file that you sent, unfortunately. Please check
Regards
Hello,
BE ATTENTIVE and don’t place the private information in the general message area because all the visitors have access to that information! Use the Private content area http://prntscr.com/10guf2p to provide private info.
You can upload video and screenshots here – https://dropmefiles.com/ , then provide URL.
We can’t access your Dashboard. Please check, the /wp-admin redirects to the home.
Waiting for your reply.
Regards
Hello,
Theme Options > WooCommerce > Single product builder > Add to cart > Sticky Add To Cart Bar > Off
Clear cache and check one more time – http://prntscr.com/10zn48k
Regards
Hello,
Download slick.min.js file from this page – https://dropmefiles.com/7FuTZ , reupload the file into wp-content/themes/xstore/js/libs/ folder, via FTP. Then clear cache and check.
Regards
As was mentioned, we would recommend Yoast SEO plugin
Regards
Hello,
I can see categories and products on your Shop page – http://prntscr.com/10zmyw3 Is it solved?
Regards
Hello,
Download slick.min.js file from this page – https://dropmefiles.com/7FuTZ , reupload the file into wp-content/themes/xstore/js/libs/ folder, via FTP. Then clear cache and check.
Regards
In this case, delete all elements from the Mobile panel and add them from scratch – http://prntscr.com/10zmotp
Regards
Thanks for the reply. We need temporary FTP access also. If you do not know how to create temporary FTP access contact your hosting provider, they will help you.
Regards
Hello,
Please provide temporary FTP access, so we can check the situation of Quick view more deeply. If you do not know how to create temporary FTP access contact your hosting provider, they will help you.
Regards
Hello,
Do you use the latest version of WPBakery? Try to re-upload the plugin, the archive you can download from this page – https://www.8theme.com/downloads/
Have you visited the support forum – http://prntscr.com/10zmdmo ?
Regards
Hi Krzysztof,
Thanks for posting the request on our taskboard. I will not close this topic, maybe someone from our customers will post some suggestions here too.
Regards
Hello,
Here are reasons why our theme slows down the filters: https://www.8theme.com/topic/theme-slowsdown-woocommerce-filter
– XStore has a lot of functions for product displaying, and before showing the product all of them (options) must be processed so that the product looks according to the settings. The default theme doesn’t have such options, so works faster, even this modification slows down an output https://prnt.sc/10yubs8
– Output of our product takes up more space for example the default product takes 1018 Bytes our is 2.15kb and 8.58kb – 187kb if the product has variation swatches (depends on the number of variations).
Unfortunately, we can’t fix it now, otherwise, we will need to change the displaying of the product and delete options, we can’t go for it
there are several options that can speed up this plugin:
1) reduce the number of products from 30 to 15 https://prnt.sc/10yw31q
2) remove variation swatches from the products grid page (Shop) – https://prnt.sc/10yw41x
it will increase the speed to 2.3 – 2.6 https://gyazo.com/324151527c0c617456fc60b70f183308
If you do not want to disable Swatches, we can offer some changes in a file inside the Core plugin, but you will need manually reupload it after every official update. The speed will be 3.1 – 3.5, the modification is that if a product has both swatches and default select, swatches won’t be shown on Shop page.
@gewoonbovenaan, There is nothing that could block the scripts from our side.
Regards
Read this article – https://developer.wordpress.org/themes/advanced-topics/child-themes/#using-functions-php
Just add the next code in functions.php of your child theme:
if ( ! function_exists( 'etheme_get_mini_cart_empty' ) ) {
function etheme_get_mini_cart_empty(){
?>
<div class="woocommerce-mini-cart__empty-message empty">
<p><?php esc_html_e( 'No products in the cart.', 'xstore' ); ?></p>
<?php if ( wc_get_page_id( 'shop' ) > 0 ) : ?>
<a class="btn" href="https://www.cuentosenlacabeza.com/nuestra-libreria/"><span><?php esc_html_e('Return To Shop', 'xstore') ?></span></a>
<?php endif; ?>
</div>
<?php
}
}
Regards
Hello,
Is it translation of XStore Core plugin – https://ifotos.pl/z/hppphxxn ?
Provide temporary wp-admin access, please.
Regards
Re-order Categories via the Dashboard – https://gyazo.com/4fde4b90731cb5c4c924e5282bdc72cc
Regards
Hello,
Theme Options > Header builder > Cart > Mini-Cart Promo Message > Text tab
Check translation of XStore Core plugin.
Regards
http://prntscr.com/10z1xjz
176.98.69.38
176.98.69.180
Regards
Hello,
I can see the next error – https://gyazo.com/f1b5a11bff4e9e20662621ecbc445833 , so you need to contact your hosting provider with this error message and ask to increase PHP Memory limit.
Then re-upload theme files via FTP.
Regards