Installation
Installation
- Purchase Turbo theme and download the packages from the ThemeForest.
- Unzip the package and you should get a
turbo.zipfile inside the mainzipfile.
System Requirements
- PHP version 7.4 or greater.
- MySQL version 5.6 or greater.
- Recommended
memory_limitis minimum256M. - Recommended
upload_max_filesizeis minimum64M.
Permalink Setup
This step should complete automatically. If not please follow this procedure.
- In your admin dashboard, navigate to
Settings -> Permalinks - Select the
Post Namepermalink structure.
You have the flexibility to choose any other permalink structure besides Plain.

Theme Installation
- Go to
Appearance->Themesin your WordPress admin dashboard. - Click
Add newat the top of the page. - Click
Upload Theme - Choose
turbo.zipand click Install Now

Common issues
You may add the below mentioned code in the functions.php file of your theme
@ini_set( 'upload_max_size' , '64M' );
@ini_set( 'post_max_size', '64M');
@ini_set( 'max_execution_time', '300' );
Through PHP.INI file:
If you cannot see the php.ini file in your directory create a new one with below mentioned code and upload it to your root folder on your web server.
If you can see the php.ini file then change parameters or add :
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
In case that tip does not work with 64MB, try it with 10MB.
Through .htaccess method:
You may try modifying the existing .htaccess file in the root directory or creating a new one.
Add the following code in the existing or new .htaccess 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
If you still face any issues, please don't forget to contact with our support channel. https://redqsupport.ticksy.com/