1. Introduction

We would like to thank you for choosing Bizix. We are happy that you are one of our customers and we assure you won't be disappointed. We do our best to produce top notch themes with great functionality, premium designs and human readable code. Before you get started we highly encourage you to get familiar with this documentation file. Spending a few minutes reading the manual may save a lot of your time and avoid questions with obvious answers.

We also recommend to check our video tutorials.

Getting Support

If you have any questions that are beyond the scope of this documentation, please feel free to contact us via our profile page form or theme support forum. Before submitting a query please be sure you checked this online documentation, theme support forum and video tutorials. Most of the issues that may arise have already been resolved and answered.

Our support covers getting setup, trouble using any features, and any bug fixes that may arise. Unfortunately, we cannot provide support for customizations or 3rd party plugins. If you need help with customizations of your theme, then you should ask for help from a developer.

WordPress Information

To install this theme you must have a working version of WordPress already installed. Below are some useful links regarding WordPress information.

WordPress FAQ - General information about WordPress.
WordPress Lessons - Great source of knowledge for WordPress beginners
PHP Function References - Detailed information on WordPress PHP functions and usage examples

Theme Requirements

To use this theme you must be running WordPress 5.0 or higher, PHP 5.6 or higher. If you use hosting with limited resources (for example GoDaddy and other lowcost shared hosting providers), you may experience issues with one-click demo data installation feature.

We recommend you to contact your web hosting service provider to make sure that your server PHP configuration limits are as follows:

max_execution_time 900
max_input_time 900
memory_limit (up to) 256M or 512M
post_max_size 256M
upload_max_filesize 256M

If you are running unmanaged dedicated server or VPS, you should check your php.ini file. Alternatively, you can edit .htaccess file in the root of your website and add the following values:

php_value max_execution_time 900
php_value max_input_time 900
php_value memory_limit 256M
php_value post_max_size 256M
php_value upload_max_filesize 256M

Setting these values will ensure you will not get error messages during the installation. To safeguard your website, please use secure passwords and the latest version of WordPress and plugins.

To avoid any errors that might come up during the installation we recommend to have memory limit set up to 512M.