Hi, please check the private content area 🙂
This topic has 15 replies, 3 voices, and was last updated 5 months ago ago by Alex Carter
Hi, please check the private content area 🙂
.
2)
(read first message of this topic)
Logins in private content area !
Hi @Jamall,
Those loading icons are called Ajaxify feature from XStore theme. To completely disable this feature, please add the following code under functions.php file locates in your child theme:
add_filter('etheme_ajaxify_elementor_widget', '__return_false');
add_filter('etheme_ajaxify_lazyload_widget', '__return_false');
add_filter('etheme_ajaxify_script', '__return_false');
Then add the following CSS codes under XStore > Theme Options > Theme Custom CSS > Global CSS:
/* Ajaxify Animation */
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-et-]>.elementor-widget-container,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]>.elementor-widget-container,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-etheme]>.elementor-widget-container,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-product-etheme]>.elementor-widget-container,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-et-]>.elementor-widget-container,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]>.elementor-widget-container,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-etheme]>.elementor-widget-container,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-woocommerce-product-etheme]>.elementor-widget-container {
opacity: 1 !important;
visibility: visible !important;
}
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:before,
body.elementor-default:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:before,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:before,
body.elementor-page:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:before {
display: none !important;
}
/* Ajaxify Aniamtion */
Hope it helps!
Private content area
Small addition: I don’t want the function to be impaired or to be completely off, I just want it to load faster, like in your demo shop
Dear Jamall,
We hope you are doing well.
1. The file you mentioned is part of the WordPress Core, and we kindly advise against making any modifications to it. Any changes made to this file will be lost with each WordPress update.
2. Our demo websites utilize the WP-Rocket plugin to enhance speed optimization.
Have you had the opportunity to test this caching plugin? You can find detailed guidance on improving WP-Rocket settings with XStore in the following documentation:
(https://www.8theme.com/documentation/xstore/troubleshooting/how-to-improve-wp-rocket-settings-with-xstore/)
Please let us know if you need any further assistance.
Best regards,
The 8Theme Team
Hi, I’m a little confused right now. A message ago, you sent me codes to reduce loading times, and now you’re telling me not to make any changes. Could you explain that a little more simply?
Please look at the first message in this topic to understand my problem.
Dear @Jamall,
Sorry for the confusion!
It appears that the file you mentioned is incorrect. If you are using the XStore child theme, the correct functions.php file should be located at:
/wp-content/themes/xstore-child/functions.php
However, if you are not using the XStore child theme, we recommend utilizing the Code Snippets plugin to insert custom code. You can find the plugin here:
(https://wordpress.org/plugins/insert-headers-and-footers/)
Please let us know if you need any further assistance.
Best regards,
8Theme Team
Okay so I tried to add this code to the plugin ,,Code Snippets”
add_filter(‘etheme_ajaxify_elementor_widget’, ‘__return_false’);
add_filter(‘etheme_ajaxify_lazyload_widget’, ‘__return_false’);
add_filter(‘etheme_ajaxify_script’, ‘__return_false’);
But it’s giving me this (see image)
Ok nevermind. Added both codes, it’s still slow. What now?
Dear Jamall,
We kindly recommend that you check the server configuration with your hosting provider’s support team.
To assess your website’s speed, we utilized the following tools; however, both appear to be non-functional:
– https://pagespeed.web.dev/ (https://tinyurl.com/28gnvbr8)
– https://gtmetrix.com/ (https://tinyurl.com/23pdjtkf)
Please note that speed optimization falls outside the scope of our standard support services. However, if you require further assistance, we encourage you to submit a request through our (https://www.8theme.com/account/#etheme_customization_panel). Kindly be aware that customization services may be subject to additional charges.
Should you have any further questions or require any assistance, please do not hesitate to contact us.
Best regards,
8Theme Team
Thanks for the support! My topic “Website speed (specific loading times) – NSFW Website” has been successfully resolved.
Hello, Jamall,
We’d like to update you on the speed and performance improvements in XStore.
Over the past few months, our team has focused heavily on optimizing theme performance. As evidence, our public optimised demo now scores 98+ on mobile and 100+ on desktop in PageSpeed tests—showing that XStore is fully tuned for speed.
However, we’ve identified another major factor affecting site responsiveness: bot traffic. On several client sites, automated bots have been generating large numbers of requests to dynamic filter URLs on the shop page over 50K requests per day. Even on powerful servers, this volume of repeated queries can cause noticeable slowdowns.
To help you investigate this, we’ll share detailed screenshots in the private support area showing bot-generated request patterns. You’ll see exactly why your server may be under strain.
What we’ve done so far:
• Reviewed and optimized all frontend assets (CSS/JS, images, lazy-loading).
• Improved our AJAX-filter endpoints to reduce query overhead.
• Hardened nofollow and other standard directives—though some bots still ignore them.
Our team continues to refine these protections. In the meantime, please verify whether bot traffic is impacting your site’s load.
Next steps:
1. Upgrade to XStore 9.5.1. This release includes all our latest speed optimizations and server-side performance enhancements. You can download the archive in the Downloads section on our website https://www.8theme.com/downloads/ or from your Downloads area on ThemeForest.
2. Deploy a bot-protection service.
To block 100% of unwanted crawlers, consider using Cloudflare (or a similar WAF) to filter malicious traffic before it reaches your server.
Thank you for your patience. If you have any questions or need help reviewing your server logs and request patterns, please let us know in the private support forum.
Best regards,
The XStore Team
You must be logged in to reply to this topic.Log in/Sign up