Please check one more time – https://prnt.sc/two5l7 , read more – https://www.8theme.com/documentation/xstore/plugins/wpbakery-page-builder/
Regards
Please check one more time – https://prnt.sc/two5l7 , read more – https://www.8theme.com/documentation/xstore/plugins/wpbakery-page-builder/
Regards
Hello,
WooCommerce > Settings > Accounts & Privacy > Account creation https://docs.woocommerce.com/document/configuring-woocommerce-settings/#section-15
Regards
Hello,
Please follow screenshots – https://prnt.sc/two5l7 https://prnt.sc/two5xp https://prnt.sc/two5qv https://prnt.sc/two60s
Regards
Hello,
Thanks for using XStore.
Try to add the next code in Theme Options > Theme Custom CSS:
.ajax-results-wrapper .price {
display: none;
}
Regards
You need to translate strings manually, for example, https://prnt.sc/twndz9 https://prnt.sc/twnf4s > https://prnt.sc/twnf8g
Regards
Hello,
About theme translation, you can read in this article – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
I do not see any problem with the translation of the Core plugin, you need to manually find and translate strings that are visible on frontend.
Regards
As a rule, our plugin does not cause the mentioned problem. Try to upload the latest version of the plugin one more time through FTP, the archive you can take from this page – https://www.8theme.com/downloads
Turn on debug mode in WordPress – https://wordpress.org/support/article/debugging-in-wordpress/ to find out what error appears on your site, it will point you in the right direction what needs to be fixed.
An error log could be provided by AWS?
Regards
Hi,
I do not any problem when cache plugin is disabled, so check settings of W3 Total Cache. Do not forget to clear the cache every time before checking.
Regards
Hi,
Thanks for using XStore..
We do not give a guaranty for full theme compatibility with all existing 3rd party plugins. Sometimes, not always, you need additionally customize the theme or plugin to make them work together. Unfortunately, it’s not possible for the author to make the theme compatible with all the existing plugins and additional customization is outside the scope of our support.
The plugin can be used when the Single product builder is disabled? Do you use the latest version of the plugin?
Provide URL, temporary wp-admin, and FTP access.
Regards
Contact your hosting provider and ask FTP host, FTP login, FTP pass, FTP post + server error logs. Also, provide temporary wp-admin access.
Regards
Hello,
Provide us with server error logs, to get detailed information about the mentioned error, temporary WP Dashboard, and FTP access to your site https://prnt.sc/twlds5
Regards
Hello,
Thanks for contacting us.
Your site under maintenance mode, so we can’t check it.
Please describe the situation in more detail with screenshots.
Lightshot Screenshot tool https://app.prntscr.com/en/index.html makes screenshots and generates links then you can provide links of screenshots here.
Have you followed this video https://youtu.be/UAlAkvoilfk and installed the theme successfully?
Regards
You’re welcome!
Regards
Hello,
We do not give a guaranty for full theme compatibility with all existing 3rd party plugins. Sometimes, not always, you need additionally customize the theme or plugin to make them work together. Unfortunately, it’s not possible for the author to make the theme compatible with all the existing plugins and additional customization is outside the scope of our support.
If you need help with the additional customization, submit customization request to WPKraken team.
Regards
Hello,
Add the next code in Theme Options > Custom CSS:
.header-type-4.transparent .main-nav .menu > li > a {
z-index: 10009;
}
Regards
Please contact your hosting provider and ask this information.
Regards
Hi,
I do not see the problem https://prnt.sc/twivl1 Let us know what mobile and browser do you use. Try to clear cache and check the search one more time, provide us with a video of the problem from your mobile.
Regards
To prevent editing php files, use translation –
Install Loco Translate plugin, go to LT > Plugins > XStore Core > New language > create English translation, and change the text there, disable LT plugin.
Regards
Hello,
Edit product > [8theme] Product Options > https://prnt.sc/twirfm , then go to Theme Options > WooCommerce (Shop) > Single product builder > Tabs > Elements > enable Single product Custom tab.
Regards
Yes, read more – https://developer.wordpress.org/themes/advanced-topics/child-themes/
Regards
Hello,
Yes, you can create the header for desktop and mobile from scratch – https://www.youtube.com/watch?v=RbdKjQrFnO4&list=PLMqMSqDgPNmDu3kYqh-SAsfUqutW3ohlG , import header from any of our demo versions via Theme Options > Header builder > Header templates > Ready To Go Headers, or import the header that was created by our team on your test site (Theme Options > Header builder > Header Templates > Export then go to the production and import the file).
Regards
Please watch this video – https://youtu.be/EeR0Jn9eUpA
Regards
It is similar, for example – https://prnt.sc/twaw1y https://prnt.sc/twaw7t
Regards
Hello,
Thanks for the reply.
Try to disable all third-party plugins that do not come bundled with our theme https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , and check how it works then.
If the problem is independent of plugins, provide temporary FTP access.
Regards
Hello,
CSS Animation for page content can be changed via row/column/element settings, for example – https://prnt.sc/twatde
Regards
One of our technicians will be able to take a closer look at it on Monday, due to the weekend. Please be patient and do not change access.
Regards
Hello,
Try to add the next code in Theme Options > Theme Custom CSS > Custom CSS for desktop:
.cart-popup-footer {
flex-direction: column-reverse;
padding-bottom: 0;
}
.cart-popup-footer > a {
width: 100%;
background-color: #c62828;
display: block;
padding: 1rem 1.2rem;
line-height: 1.2;
color: white !important;
text-transform: uppercase;
text-align: center;
font-size: 85% !important;
margin-top: 15px;
}
.cart-popup-footer > a:hover {
opacity: 0.8;
}
.mini-cart-buttons {
display: none;
}
Regards