This topic has 4 replies, 3 voices, and was last updated 1 years, 6 months ago ago by Rose Tyler
Hi,
The video is attached.
please check and fix.
Thank you so much
Hello @It,
In order to address your issue, please use the page builder to edit your page, then navigate to the Settings of the element and disable XStore Ajaxify, Lazy Loading, and save the settings. For a visual reference, please refer to the image provided at the following link: https://postimg.cc/LJqc9qQG
Also please navigate to Xstore >> Theme Options >> Speed Optimization and make sure to set the “Image Loading Type” as default.
We hope this helps.
Best Regards,
8Theme’s Team
Hello,
Thank you for getting in touch with us.
To remove the loading effect on Elementor widgets and show them at once, the next custom CSS code can be used:
body:not([data-elementor-device-mode]) [class*=elementor-widget-etheme]:before, body:not([data-elementor-device-mode]) [class*=elementor-widget-et-]:before, .etheme-elementor-lazy-button:before, .elementor-widget.etheme-loading:before {
display: none;
}
body:not([data-elementor-device-mode]) [class*=elementor-widget-etheme] > .elementor-widget-container, body:not([data-elementor-device-mode]) [class*=elementor-widget-et-] > .elementor-widget-container {
opacity: 1;
visibility: visible;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up