Demo Content
How to set up the themes demo content
How to set up the themes 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 Angle demo site. Using the demo content, you can customize all the pages to your own needs.
Then go to Angle -> Demo Content Setup and click the One Click Install Button
Make sure your php.ini file has the following setting turned to 1
allow_url_fopen = 1
As an alternative you will find a WP Import plugin xml file in the main download package. Goto Tools -> Import and upload the demo-simple.xml file you will find in the demo folder.
Angle comes bundled with Revolution Slider plug-in. You can use the slider as appears on the demo site or create a brand new for your website.
To import the revolution slider content that appears on the demo site import the home.zip file found in demo folder.
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.
define('WP_MEMORY_LIMIT', '96M');
memory_limit = 96M
php_value memory_limit 96M
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.
Install cURL Instructions on how to install PHP cURL
To enable fsock you need to edit your php.ini
and make sure you have the following config
allow_url_fopen = On