The Elementor Kits are fantastic. However, they may not be able to be properly imported on your website in some situations, and attempting to import an Elementor Kit will always result in the following error message: Something went wrong.

Attempting again, as indicated, is pointless. You’ll find out how to solve it in this article!
How to fix Something Went Wrong? Go into your cPanel, and search for ‘php’
It’s important to remember that the information below is only applicable to cPanel users. If you don’t have a cPanel, try looking for php options on your host panel system. If you can’t, send the following requests to your host:
- In your wp-config.php file, right before the line that reads ‘That’s all, stop editing! Happy blogging.’, increase the WordPress memory limit to 512MB.
- Set php max execution time to 210 seconds.
- Increase the php memory limit setting to 512M.
- Install and activate ZIPArchive on the server.
Continue reading if you’re using cPanel. The first step is to discover the ‘Select PHP version’ option in your cPanel.

Then, click on the Options tab:

Here, adjust these two settings
1. Set the max_execution_time to 210.
2. Set memory_limit to 512M.

Then, go in the Extensions tab, and verify that ZIP is on.

If it’s not, turn it on.

Finally, the WordPress memory limit should be increased to 512MB.
By adding this code, you may increase the WordPress memory limit to 512MB.
define( 'WP_MEMORY_LIMIT', '512M' );
in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’
The wp-config.php file may be found in cPanel > File Manager > Navigate to your WordPress root directory.
Kindly inform us if this helped you to fix the “Something Went Wrong” problem in Elementor, and also check our other tutorials.