Proton - Minimal Portfolio Theme

Contents

1. Common PHP issues

2. F.A.Q: My Slider Revolution is not activated?

1. Common PHP issues

If there is any warning or error that you got when you've installed the theme, probably your server is running on an old version of PHP or the PHP server settings are set at low capacity.

The reason why that is showing is that we have written code in our themes in a high standard that is still not supported by some older versions of PHP. 

Talk to your host providers and tell them to change the PHP version to 7.0 and change the following settings or change them by yourself.

PHP Recommendations

Memory Size: memory_limit = 256M
Script execution time: max_execution_time = 400
Number of input variables: max_input_vars = 4000

If you don’t have access to the php.ini file, you can add the following values in your .htaccess file:

php_value max_execution_time 400
php_value memory_limit 256M
php_value upload_max_filesize 10M

Be careful using these settings, some hosting companies don’t allow users to change php settings, if you experience any problem after making these changes, please revert these in your .htaccess file, using your FTP client.

2. F.A.Q: My Slider Revolution is not activated?

You probably got confused, the author wrote that you need to paste the Envato Purchase Code, but that's the license of his plugin(Revolution Slider), not the license of our theme. We have purchased an extended license and included it for free in our theme, so you don't have to purchase and extra license for Revolution Slider.

For more information about bundled plugins:

https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins

We would love to give free access to our customers in their template library, but we cannot share our license, since we have only one. They have the such called Direct Customer Benefit. That's their idea not ours, we're sorry.

https://revolution.themepunch.com/direct-customer-benefits

If your theme is not running on the latest version of the Slider Revolution, please check on ThemeForest if the theme has been updated recently or not. https://prnt.sc/qrtvof

You can also check on the theme changelog if the recent Slider Revolution is added or not. https://prnt.sc/qrtw1i

If you see that the latest version is added, simply download a copy in ThemeForest > Downloads and extract that zip file, inside onto includes > plugins you'll find the zip file of Revolution Slider (revslider.zip). If you see that is not the latest version, create a ticket or let us in the comments that we should update it.