Please, fix gk.menu.js

Modern e-commerce WordPress theme to build successful online store with WooCommerce support.
GK User
Thu Aug 07, 2014 5:50 am
After closing overlay menu the '#gk-menu-overlay-wrap' stays be with 'block' property. So, in a result the menu links are not clickable. What I have done to fix? In gk.menu.js below string 226 has been added
Code: Select all
overlaywrapper.css('display', 'none');

Now it looks so:
Code: Select all
overlaywrapper.animate({
                    'opacity': 0
                }, 500, function () {
                    setTimeout(function () {
                        overlay.css('display', 'none');
                        overlaywrapper.css('display', 'none');
                    }, 500);
                });
User avatar
Fresh Boarder

GK User
Thu Aug 07, 2014 7:13 am
Hello,

I understand what you mean, but which menu links are not clickable, because on my local installation - default demo website I can't see this issue.
User avatar
Moderator


cron