Nixon - Creative One Page Multi-Purpose Theme

Contents

1. Theme And Plugin Update

2. Visual Composer License

3. Enable raw html

1. Theme And Plugin Update

Please go to http://themeforest.net/downloads and download latest version of our theme

Please follow this video to update our theme in your website.


2. Visual Composer License

If you have Visual Composer with a theme which you’ve purchased from ThemeForest, then you don’t need to activate it.

Please see this link: http://themeforest.net/forums/thread/visual-composer-licence-key/133679

3. Enable raw html

For Sonorama:

Please open file: /sonorama/inc/functions.shortcodes.php

Go to line 300, with the code look like below:

vc_remove_element('vc_raw_html');

Then enable by add // front of this code:

//vc_remove_element('vc_raw_html');

For Solido

Please open file: /solido/inc/functions.shortcodes.php

Go to line 383, with the code look like below:

vc_remove_element('vc_raw_html');

Then enable by add // front of this code:

//vc_remove_element('vc_raw_html');

For Nixon

Please open file: /nixon/inc/functions.shortcodes.php

Go to line 353, with the code look like below:

vc_remove_element('vc_raw_html');

Then enable by add // front of this code:

//vc_remove_element('vc_raw_html');