Our support team will be on vacation from 20 December 2024 to 6 January 2025. During this period, response times may be longer than usual. We appreciate your patience and understanding.

Okay
  Print

Godlike - WP

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

WordPress Themes FAQ Please, read documentation of your theme and basic WordPress documentation:WordPress Basic Docs - https://nkdev.info/docs/wordpress-themes-basic/Themes Docs - https://nkdev.info/docs/ FAQ: 1. Install Theme 2. Update Them ...

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