When you first install the theme. It won’t included all extra content that you have seen from live demo site. You can choose to import demo contents or only demo settings and here are the different.
Import Demo Content
What’s included: posts, pages, images, videos and theme settings (typography, colors, styling and theme options).
- Install and activate Revolution Slider plugin before you proceed.
- Open Theme Setting > Demo Content then select which demo you want to import and click “Import Selected”.
- It can take few minutes to import everything (depends on your webhost location and connection speed).
- OncIe it’s completed you will see success message and you can now enjoy demo content.
Common Issues
- Slider Alias Not Found For Revolution Slider
On some demo page which is used revolution slider, you will get the error. You will need to edit that page and select your Revolution slider you created in content builder instead or you can import demo revolution slider separately. - Empty Contents. If you get this error, please make sure you disable “WordPress Importer” plugin so it doesn’t have conflict with theme importer.
- Demo Import Fails: “Sorry but your import failed.”
If you get this error, most likely the importer can not work with your webhost. You will need to ask your webhost to increase max_execution_time (or any other webserver timeout to at least 300 secs) and memory_limit (to at least 196M).Another thing which might solve the issue is to increase WordPress memory limit setting. Add below code to your wp-config.php before importing demo content.define(‘WP_MEMORY_LIMIT’, ‘500M’);
define( ‘WP_MAX_MEMORY_LIMIT’, ‘500M’ );Basically, If the limits on your server settings are very low then the content will not import.