This is a simple demonstration to show you what can be done using this clever F.A.Q Builder.
It is not a true F.A.Q but an example imitating a F.A.Q about a Wordpress theme.
You can create as many F.A.Qs as you want from the backend, and easily link the different steps using conditions .
Let's test this small demo F.A.Q !
Please edit the file wp-config.php you can find in the root folder of your website.
Find the WP_MEMORY_LIMIT line, and replace it by :
define('WP_MEMORY_LIMIT', '64M');
Then save the file and reload the website url.
Please open the file wp-config.php you can find in the root folder of your website.
Remove all spaces before "<?php" and after "?>" .
Save the file and upload it on your server, replacing the previous version.
Edit the file wp-config.php you can find in the root folder of your website, and paste this line at end, before "?>" :
set_time_limit(60);
Our theme uses the awesome Visual Composer page builder.
Click here to find many video tutorials showing how it works
On your website backend, click on the "Theme options" menu link, then open the tab named "Header & Footer settings" .
Activate the option "Force responsive elements" you can find at bottom of the panel .
On your website backend, click on the "Theme options" menu link .
Open the tab named "Slider", then simply click the button "Import demo slider" .
To enable the automatic updates, you need to verify your license.
To do that, click on the "Theme options" menu link, then open the "General settings" tab.
You will find an option named "Purchase Code" at top of this panel. Simply fill it with your purchase code to activate the automatic updates.
Using an FTP software, download and edit the file named ".htaccess" you can find in the root folder of your website.
Paste these lines at end of the file :
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 300
Then save the file and upload it on your server, replacing the previous version .