Solido - Responsive One Page Multi-Purpose Theme

Contents

1. Theme And Plugin Update

2. Google Maps Errors

3. Enable raw html

4. Visual Composer License

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. Google Maps Errors

Please create google key here: https://developers.google.com/maps/documentation/javascript/get-api-key

The google maps script will available in:

For Epic - Storm - Build: \inc\functions.frontend.php

For Solido: \solido\footer.php

wp_enqueue_script(
                'gmaps',
                '//maps.googleapis.com/maps/api/js',
                array('jquery'),false,true );

Then add the key like:

wp_enqueue_script(
                'gmaps',
                '//maps.googleapis.com/maps/api/js?key=put-your-key-here',
                array('jquery'),false,true );

For Elixir: \inc\functions.shortcodes.php line 253

<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=put-your-key-here"></script>

Then check your website again.

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

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