Okay
  Print

Godlike - HTML

Google Map API Warning (NoApiKeys) If you want to use Google Maps, you should get API key. In template HTML files you should find google maps api js file. Example: ; And add to this address your API key. Example: How to generate API key see here ...

Make count "up" in countdown plugin Sometimes you need to show countdown for the past event, but with Godlike it is not possible. To make it working, you need to add js extension. Create a fileĀ assets/js/godlike-countdown-extend.js and insert this code inside ...

Add top menu link inside dropdown on mobile devices Sometimes you may need to access your top menu link on your mobile devices, but in our themes this work only like a dropdown toggler. This code may help you: jQuery(function ($) { $('#nk-nav-mobile .dropdown').each(fu ...

Make menu dropdown work without JavaScript The most of functionality in our templates and themes made by using JavaScript. But sometimes you need to disable it in your browser and menu dropdowns will not work. The solution is simple - just add these styles in noscript ...

Manually Show/Hide Preloader using JavaScript To show preloader you need to make some custom animation. This one: function openPreloader () { Godlike.openPreloader(); var $content = jQuery('.nk-preloader').find('.nk-preloader-content, .nk-preloader-skip'); ...