Menu dropdown not properly loading

Multipurpose WordPress Theme Forum Support
GK User
Wed Sep 09, 2015 10:42 am
Hey again,

I seem to have an odd bug with the menu. Sometimes the dropdown menu is not properly loading on pages.

Has anyone else experience the same problem?
User avatar
Senior Boarder

GK User
Wed Sep 09, 2015 9:54 pm
Hi,

Could you please provide me with a URL to your website (probably again), either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Fri Sep 11, 2015 3:31 pm
I will pm you, thanks!
User avatar
Senior Boarder

GK User
Wed Sep 23, 2015 7:39 pm
Same Issue! After Screen resize the background of menu dropdown have this issue!
My test website: http://isal.fotogra.org

Dirgis wrote:Hey again,

I seem to have an odd bug with the menu. Sometimes the dropdown menu is not properly loading on pages.

Has anyone else experience the same problem?
User avatar
Fresh Boarder

GK User
Thu Sep 24, 2015 8:17 am
Try to comment out this fragment:
Code: Select all
$(window).resize(function() {
    if($(window).outerWidth() > $(document.body).attr('data-tablet-width')) {
        gk_quark_classic_menu_init();
    }
});


from your Quark/js/functions.js file or your child functions.js file. We'll fix the issue in the next theme update.
User avatar
Moderator


cron