Skip to main content

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 main zip file.

System Requirements

  • PHP version 7.4 or greater.
  • MySQL version 5.6 or greater.
  • Recommended memory_limit is minimum 256M.
  • Recommended upload_max_filesize is minimum 64M.

This step should complete automatically. If not please follow this procedure.

  1. In your admin dashboard, navigate to Settings -> Permalinks
  2. Select the Post Name permalink structure.
info

You have the flexibility to choose any other permalink structure besides Plain.

1. permalink.png

Theme Installation

  1. Go to Appearance->Themes in your WordPress admin dashboard.
  2. Click Add new at the top of the page.
  3. Click Upload Theme
  4. Choose turbo.zip and click Install Now

1. installation.png 1. Install2.png

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/