I am currently using Elementor’s free version on a local development environment. I have encountered an issue where the template library within the Elementor editor is stuck in a loading state.
The loading spinner or indicator for the template library persists indefinitely, preventing me from accessing or importing any templates. This issue occurs consistently within my local setup.
Thank you for reaching out. I’m Richard from the Elementor Team, and I hope you are doing well. I’m sorry to hear about the issues you’re experiencing.
It might be a conflict with the local environment unable to connect with the server/API. Which app are using for the local WP? Have you tried it on a server environment?
I am currently using XAMPP as my local development environment for a WordPress project. Below are the specific details of my setup:
XAMPP Version: XAMPP for Windows 8.2.12
WordPress Version: v6.7.2
Theme: Twenty Twenty-Five v1.1
Web Server: Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12
I have also configured the following PHP settings to accommodate development needs:
PHP max input variables: 6000
PHP time limit: 600 seconds
PHP memory limit: 1024M
Max input time: 1000 seconds
Upload max filesize: 512M
PHP post max size: 512M
While the Elementor library functions correctly on my online server, I expect it to also work within my localhost environment as it is essential for thorough testing and development before deployment.
Thanks for sharing the details of your local development environment — everything looks well set up, and I completely understand how important it is for Elementor to work locally just as it does on your live server.
Although you mentioned that Elementor works fine online, here are a few things you can check to make sure it runs smoothly on your local XAMPP setup:
Check if Elementor is activated It may sound obvious, but sometimes we forget to activate the plugin in the local install — worth double-checking.
Apache settings – mod_rewrite Elementor relies on WordPress permalinks and the REST API, so mod_rewrite must be enabled in XAMPP. In the httpd.conf file, make sure this line is not commented out:
LoadModule rewrite_module modules/mod_rewrite.so
And under <Directory "c:/xampp/htdocs">, make sure it says:
AllowOverride All
Regenerate CSS and data Go to Elementor > Tools and click Regenerate CSS & Data. It’s also a good idea to clear your browser cache afterward.
Check browser console (F12) Open the browser’s developer tools (F12) and look for JavaScript errors or failed network requests — these often reveal the issue right away.
Folder permissions Ensure folders like wp-content/uploads/elementor/ are writable by PHP. Elementor stores generated CSS there.
If the issue persists, feel free to send me a screenshot or any error message you’re seeing — I’ll be happy to take a look and help you get it resolved quickly.
All the best,
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Elementor Template Library Stuck Loading in Localhost’ is closed to new replies.