Installation
Installation
- Purchase Turbo theme and download the packages from the ThemeForest.
- Unzip the package and you should get a
turbo.zip
file inside the mainzip
file.
System Requirements
- PHP version 7.4 or greater.
- MySQL version 5.6 or greater.
- Recommended
memory_limit
is minimum256M
. - Recommended
upload_max_filesize
is 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 Name
permalink structure.
You have the flexibility to choose any other permalink structure besides Plain.
Theme Installation
- Go to
Appearance->Themes
in your WordPress admin dashboard. - Click
Add new
at the top of the page. - Click
Upload Theme
- Choose
turbo.zip
and 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/