Demo Import Issues
If your demo import doesn't go smoothly, don't worry - most issues have straightforward fixes. Here are the most common problems and how to solve them.
#Import Times Out or Fails Midway
Demo imports can be resource-intensive, especially on shared hosting. If the import stops partway through or shows a timeout error, your server PHP settings likely need adjusting.
- Increase
memory_limitto 256M or higher - Increase
max_execution_timeto 300 or higher - Increase
upload_max_filesizeto 64M or higher
You can change these in your php.ini file, .htaccess, or through your hosting control panel. If you're on shared hosting and can't change these values, contact your hosting provider - they can often adjust them for you.
Tip: If you have WP-CLI access, you can try importing manually with:
wp import demo.xml --authors=create
#Missing Images After Import
Sometimes the import completes but images are missing or broken. This usually happens when your server can't download remote files during import.
- Check that your server allows outbound HTTP connections (some hosts block them by default)
- Install and run the Regenerate Thumbnails plugin after import to recreate all image sizes
- Open Media > Library and check for partially imported images - you may need to re-upload a few manually
#Menus Not Assigned
The import may create your menus but not assign them to the correct locations.
- Go to Appearance > Menus
- Select the imported menu from the dropdown
- Under Menu Settings, check the Navigation Menu location
- Click Save Menu
#Widgets Not Appearing
If your sidebar or widget areas look empty after import:
- Go to Appearance > Widgets and check the Blog Sidebar widget area
- Open the Customizer and verify that the Blog Sidebar toggle is set to true
#Elementor Layouts Broken
If you changed your domain or moved your site, Elementor layouts may reference the old URL.
- Go to Elementor > Tools > Replace URL
- Enter your old URL and new URL, then click Replace URL
- Next, go to Elementor > Tools > Regenerate CSS and click the button to rebuild all Elementor styles
Info: For a detailed walkthrough of the full import process, visit the demo import troubleshooting guide.
Last updated
Was this article helpful?
Resources