Today i've downloaded and pasted the redux folder in my theme's directory. Then included the redux files in my theme's main functions.php file as following:
require_once 'redux/ReduxCore/framework.php'; require_once 'redux/sample/sample-config.php';
Now if i try to go to Appearance>Customize in my dashboard, then a fatal error shows:
Fatal error: Using $this when not in object context in C:\wamp\www\wordpress\wp-content\themes\zboom\redux\ReduxCore\inc\class.redux_helpers.php on line 710
If i comment out the 710th line of file class.redux_helpers.php, then the error vanishes.
Please resolve the issue...