Sonorama - Music Band & Musician WordPress Theme

Contents

1. Visual Composer License

2. Enable raw html

3. Display past tour dates events

4. Theme And Plugin Update

1. 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

2. 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');

3. Display past tour dates events

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

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

array(
    'key' => '_jellythemes_event_date',
    'value' => $today,
    'compare' => '>=',
    'type' => 'date'
     )
),

Then change the compare value like below:

array(
    'key' => '_jellythemes_event_date',
    'value' => $today,
    'compare' => '!=',
    'type' => 'date'
     )
),

Please check your website now.

4. 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.