Hi, please check the private content area 🙂
This topic has 13 replies, 2 voices, and was last updated 3 days, 6 hours ago ago by Luca Rossi
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
You must be logged in to reply to this topic.Log in/Sign up