Build - Construction & Carpentry WordPress Theme

Contents

1. Google Maps Errors

2. Theme And Plugin Update

3. How To Order Section (Page)

4. Visual Composer License

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

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


3. How To Order Section (Page)

To order section (page), please using order in Page Attributes. Please check the screenshot below to understand it better.

Image credit: wpbeginner.com

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