Demo Content

How to set up the themes demo content

Online Docs Available Looks like you are looking at the offline docs. You can find possibly more up to date docs online here

Installing Content

How To Install The Demo Content Video

The video below shows you in detail how to install the demo content onto your WordPress site.

Importing the Demo content

To get started quickly, once you have installed the theme you can install our demo content. This will make your site look exactly the same as the Omega demo site. Using the demo content, you can customize all the pages to your own needs. One of the most awesome things that you will come across when using Omega for the first time is the OneClick Installer. Here 's how to make your website look as cool as our demo site.

Step By Step Instructions

Here are the instructions on how to install a demo content site.

Step 1 - Go to Omega->Demo Content Setup. After you make sure that there are no problems in the pre-flight checklist you are ready to use the OneClick Installer.

Step 2 - Pick the content that you want to import (Main Demo Content or WooCommerce Shop Content ) and press the Click Setup button.

Step 3 - Wait for the importer to download your content.

demo

Troubleshooting

WP Memory Limit

Sometimes the demo content installer might cause your server to run out of memory during the installation. To combat this you can always up the memory limit that WordPress uses.

  • Edit wp-config.php and enter the following above the line that says / That's all, stop editing! Happy blogging. /
    define('WP_MEMORY_LIMIT', '96M');
  • If you can access your server's PHP.ini file, then find the following line and increase the memory limit ie:
    memory_limit = 96M
  • If you cant't have access PHP.ini try adding this to the bottom of the .htaccess file at the root of your WordPress site:
    php_value memory_limit 96M
  • If you don't feel confident to attempt the above please contact your host provider.

PHP cURL fsock

In order for the demo content installer to be able to download the demo content, you will need to have either PHP cURL or fsock enabled in your PHP settings.

cURL

Install cURL Instructions on how to install PHP cURL

fsock

To enable fsock you need to edit your php.ini and make sure you have the following config

allow_url_fopen = On