Elixir - Restaurant HTML Responsive Template

Contents

1. Visual Composer License

2. Submenu in Elixir HTML

3. Theme And Plugin Update

4. Google Maps Errors For HTML

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. Submenu in Elixir HTML

The code will look like below:

<nav class="collapse navbar-collapse navbar-right navbar-main-collapse" role="navigation">
    <ul id="nav" class="nav navbar-nav navigation">
        <li class="page-scroll menu-item">
            <a href="#1">Menu title</a>
            <ul class="submenu">
                <li><a href="#sub">This submenu</a></li>
                <li><a href="#sub">This submenu</a></li>
            </ul>
        </li>
    </ul>
</nav>

Please add the css code in the path: template-folder -> css -> elixir.css, please put it in the end of the file:

@media only screen and  (max-width : 768px) {
.navbar-nav > li:hover > .submenu {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 5%;
    top: 20px;
}
.navbar-nav > li > .submenu li {
    margin: 10px 0px;
}
}

Then download the fix file and replace it in: /classic american grill restaurant/js/default.js.

Download link here: https://jellythemes.ticksy.com/?dl=728785

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


4. Google Maps Errors For HTML

You will need put api google key for your google maps to make it work online.

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

For Elixir Template:

In the index.html, please search maps.googleapis.com and add your key like this:

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

For Uniform Template:

In the index.html, please search maps.googleapis.com and add your key like this:

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