Hi!
I have on WP 4.4.18, Jupiter 4.1.1. The problem about auto collapsing occur only on android version of Chrome, how can i fix it? I don’t wanna update the theme or Wp now, there is a quick solution for this problem?
Mobile Menu Auto Collapsing on Android Chrome
Raffaele
#1
Raffaele
#2
I have fixed this bug! Is a JQuery issue on android devices.
Must be replace this two rows:
(19804 in my case)
$(’.mk-nav-responsive-link’).on(eventtype, function(e) {
(19825 in my case)
$(’.mk-toolbar-resposnive-icon’).on(eventtype,function(e) {
with:
$(".mk-nav-responsive-link").click(function(e){
$(".mk-toolbar-resposnive-icon").click(function(e){