Hello, Kerohammocks,
You’re welcome!
Yes, please open up a new topic for a new question.
Describe the problem in more detail.
Kind Regards,
8theme team
Hello, Kerohammocks,
You’re welcome!
Yes, please open up a new topic for a new question.
Describe the problem in more detail.
Kind Regards,
8theme team
Hello, MAHDAR,
2/ Please download patcher.php file by a link in the Private Content area and re-upload it into xstore/framework folder via FTP.
Kind Regards,
8theme team
Hello, Cestasnov,
Thank you for contacting us and for using XStore.
In order to solve this situation, please go to Header Builder > Main menu > Computed box > set 18px padding top and bottom.
Kind Regards,
8theme team
Hello Dohwa,
Thank you for contacting us and for using XStore.
Please explain in more detail what exactly did you change and what doesn’t work. Also, describe the desired result in more detail.
Could you provide temporary wp-admin access?
Kind Regards,
8theme team
Hello AlexPTY,
We have made a deep check of the XStore Patcher functionality on our local websites. After different types of testing, we finally found that Patches that were successfully applied becomes available for activations again after any of plugins/theme was updated.
In case you are interested in more details from the code side we found that WordPress triggers ‘pre_set_site_transient_update_themes’ filter (that should start only on any theme update) even when there is an update action for any plugin. This filter was used in the XStore Patcher code for removing the applied patches list after the theme update – to minimize patcher data in the customer’s database after the theme was successfully updated as all patches were included in the theme update automatically. So in such cases (as we described before) WordPress triggers ‘pre_set_site_transient_update_themes’ filter on update of any plugin and it “meant” for Patcher code that the theme was updated and we could remove the patches cache and remove all applied patches list.
After we found the main issue we created a possible fix to prevent such an issue for our customers. We would like to ask you to test it and give us feedback about the results.
Please download patcher.php file by a link in the Private Content area and re-upload it into xstore/framework folder via FTP.
P.S. According to the fact you had “removed applied patches” issue each X hours we think that you have autocheck plugins version or autoupdate them so such filter was automatically triggered and that caused the Patcher cache removing.
We are sorry that it took some time for both of us to understand each one’s thoughts but we are thankful that you bring such an issue to our attention and we can make a fix for all our customers in the next theme update.
Kind Regards,
8theme team
Hello, Marta,
Thank you for contacting us and for using XStore.
Please provide URL of your site, and screenshots of the mentioned situation.
Also, provide temporary wp-admin and FTP access. We will check what can be done to help you.
Kind Regards,
8theme team
Hello,
Thank you for your response.
In this case, please do next tests and let us know the results:
– disable Advanced reviews https://prnt.sc/N9BnPYWRnLt4 via XStore > Sales Booster, and check how it works then.
– please check how it works when the default WooCommerce theme – Storefront is activated on the site.
Kind Regards,
8theme team
Hello, Nightcrawler,
Thank you for your response.
Here is an example – https://prnt.sc/t_zGVzn4laWR
Kind Regards,
8theme team
Hello, Zeal Evince,
We apologize for the delay in responding.
Could you provide some screenshots or analytics of CPU usage?
Please read the conversation in this topic – https://www.8theme.com/topic/high-usage-cpu/ and follow the recommendations from there first.
We hope this information is helpful.
Kind Regards,
8theme team
Hello, Chris Barrett,
Thank you for contacting us and for using XStore.
Please record a video where we will be able to see the correct and incorrect behavior.
Please make sure that you have cleared all cache.
We’ve checked your site and we do not see any problems – https://gyazo.com/19b51ae62bfea6da35fb4788a81136f4
Thank you for your cooperation and we look forward to hearing from you soon.
Kind Regards,
8theme team
Hello, Nightcrawler,
Thank you for contacting us and for using XStore.
“Woocommerce product page gallery are not displaying properly” – As we can see, it is displayed according to your settings in Theme Options > WooCommerce > Single product > Layout. Please check your settings there.
Clear cache and check the result on the frontend.
Describe in more detail the problem and the desired result.
Kind Regards,
8theme team
Hello, Kerohammocks,
Thank you for your response.
We’ve registered the theme with your purchase code and updated it via Dashboard.
Please clear cache and check now.
Kind Regards,
8theme team
Hello,
Thank you for your response.
Please go to Theme Options > Typography > select a particular Font Family for body and headings, not “Initial” but exactly what you need font-family. Header builder > Main menu > Font Family.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Hello David,
Thank you for your response.
You currently edit this page – https://prnt.sc/X45vBeYcleWO , so we’ve created a new “test page” on your site and were able to copy the section without any problem. Please check this page https://prnt.sc/-rFpgoG4hDg6
Kind Regards,
8theme team
Hello, Marta,
Thank you for contacting us and for using XStore.
Please read this article – https://www.8theme.com/documentation/documentation/troubleshooting/your-theme-contains-outdated-copies-of-some-woocommerce-template-files/
You need to update the theme to 9.1.7 version – https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
Kind Regards,
8theme team
Hello, NinjaEB,
Thank you for getting in touch with us.
There is no such option, unfortunately. But you can try to use the next custom CSS code:
.cart-order-details .woocommerce-shipping-totals.shipping td {
max-width: unset;
}
We hope this answer is helpful.
Kind Regards,
8theme team
Hello, N Nandan,
1/ It is not possible to make perfect position next to “Sale“ label so we decided to give you a CSS snippet to make left position → https://prnt.sc/mJ7RUh9iko_8 , https://prnt.sc/j11Xp3scv0Wu , https://prnt.sc/g9Oyf1J6jC7e .
To achieve this result you still need to place Wishlist element above Product gallery in SPBuilder and add next custom CSS:
.et_product-block .single-wishlist {
position: absolute;
left: 23%;
top: 11px;
z-index: 1;
width: auto;
}
@media only screen and (max-width: 649px) {
.et_product-block .single-wishlist {
left: 5%;
}
}
2/ We modified the code sent to you previously to the next one:
add_filter('single_product_main_gallery_video_attributes', function($atts = array()) {
$atts[] = 'controlsList="nodownload noplaybackrate"';
$atts[] = 'disablepictureinpicture';
return $atts;
});
So now you have hidden dots (and everything inside) → https://prnt.sc/e8svZ2Gw059n
Kind Regards,
8theme team
Hello Rabie,
Thank you for contacting us and for using XStore.
You can enable “Share whatsapp” via Theme Options > Social Sharing.
In case you want WhatsApp contact button, there is no such feature right now. You can maybe find an additional plugin that provides such functionality, or you can submit a request about new feature to our dev team via this page – https://www.8theme.com/taskboard/
We hope this information is helpful.
Kind Regards,
8theme team
Hello David,
Thank you for contacting us and for using XStore.
You can post your request on our Taskboard at https://www.8theme.com/taskboard/. If it receives enough votes from other customers, our development team will consider adding it in one of the upcoming updates.
Please check examples of categories displaying that are available right now using Product Categories element – https://xstore.8theme.com/elementor/demos/minimal-fashion02/product-categories-element/
If you have any other questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Hello, Vas,
Thank you for contacting us and for using XStore.
Could you provide temporary wp-admin access?
Kind Regards,
8theme team
Hello, Larry,
Private Content
Kind Regards,
8theme team
Hello, Adrian,
Thank you for your reply.
“I am still having issues with this” – yes, because you are using inappropriate versions of Core and theme still. Please follow our recommendations:
– downgrade the Core plugin version;
OR
– update the XStore parent theme.
“I have child theme enabled, as per your reply the child theme should not provide any issue but the menu is still gone.” – there is a misunderstanding.
The child theme inherits the functionality of the parent theme, you need to update the parent theme still.
“If theme got updated then why has child theme customization been lost?” – what exactly changes were lost?
Kind Regards,
8theme team
Hello Kerohammocks,
Our email is in the Private Content area.
Because it will be temporarily access, you can use any email.
Please provide us with the next FTP access data: FTP host, FTP username, FTP password, FTP port, FTP encryption.
Kind Regards,
8theme team
Hello, Mohammad Ismail,
Thank you for contacting us and for using XStore.
You can activate the theme now.
Kind Regards,
8theme team
Hello, Larry,
Thank you for contacting us and for using XStore.
We’ve checked and did not find any problem – https://prnt.sc/q-v3BCed3pbQ
Please clear cache and check one more time.
Record a video of the problem for a better understanding. Upload it on a filesharing service, for example – https://wetransfer.com/ , and provide us with URL.
Thank you in advance.
Kind Regards,
8theme team
Hello, MAHDAR,
1/ We will have another specialist review your inquiry in greater detail and will be in touch with you tomorrow.
We kindly ask for your patience.
2/ Please update the theme and Core plugin – https://prnt.sc/W04O_-va3ja4 Check patches after that.
Kind Regards,
8theme team
Hello, Prashant,
Thank you for your response.
We can’t recommend code for you, because there is no quick solution. It requests additional customization in files, which is outside the scope of our basic support.
If you want paid Customization services submit a customization request to WPKraken team.
The next custom CSS code can be used (Theme Options > Theme custom CSS) to hide the “Add to cart” button from single product page:
.single-product .single_add_to_cart_button:not(.et-single-buy-now) {
display: none;
}
.single-product div.quantity~.et-or-wrapper {
display: none;
}
If you have any other questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team
Hello Dimitris,
Thank you for contacting us and for using XStore.
Metined strings come from the XStore Core plugin. Please check.
If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.
Kind Regards,
8theme team