Import Demo

1. Import Demo

Before importing the demo sites that make sure you reviewed the checklist below:

When you import demo sites, all your current existing posts, pages, categories, images, and any other data will be deleted. Let’s BACKUP your data before doing this and new data will be imported into your websites in a few minutes.

  • On the WordPress Dashboard, go to the Theme Settings > Quick Install Demo

  • Select your favorite demos and click Install. For example, we decide to choose the Modmixmap demo to import

  • Click Continue to import your demo and wait for processing

  • Once done, click Upgrade Data, Sync Availability, and Sync Price to sync the availability and price. Besides, with the Elementor demo, go to the Elementor > Tools > General, click the Regenerate CSS & Data and Sync Library to clear the cache.

2. Troubleshooting

1. Stuck at 0%

Stuck at 0% is the error that your server can not download and unzip the demo content. In your server hosting, find a Select PHP Version > PHP Extension and select Zip to fix this error.

2. Warning Notice in FrontEnd

Warning Notice in FrontEnd occurs when you import the demo sites in the frontend. For example

To solve it, add the following code to the bottom of your wp-config file to fix it.

@ini_set('display_errors', 0);
@ini_set('display_startup_errors', 0);
define('WP_DEBUG', false); 
define('WP_DEBUG_LOG', true); 
define('SCRIPT_DEBUG', false);

Last updated