EDIT
I deactivated and activated the plugin and now it is giving and error in console.
jQuery.Deferred exception: e.indexOf is not a function TypeError: e.indexOf is not a function
at w.fn.init.w.fn.load (https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js:2:82468)
at $.maxmegamenu.plugin.init (https://domein.usualize.nl/bomonti/wp-content/plugins/megamenu/js/maxmegamenu.js:492:23)
at new $.maxmegamenu (https://domein.usualize.nl/bomonti/wp-content/plugins/megamenu/js/maxmegamenu.js:501:16)
at HTMLUListElement.<anonymous> (https://domein.usualize.nl/bomonti/wp-content/plugins/megamenu/js/maxmegamenu.js:507:30)
at Function.each (https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js:2:2573)
at w.fn.init.each (https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js:2:1240)
at w.fn.init.$.fn.maxmegamenu (https://domein.usualize.nl/bomonti/wp-content/plugins/megamenu/js/maxmegamenu.js:505:21)
at HTMLDocument.<anonymous> (https://domein.usualize.nl/bomonti/wp-content/plugins/megamenu/js/maxmegamenu.js:514:29)
at l (https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js:2:29375)
at c (https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js:2:29677) undefined
jquery.min.js:2 Uncaught TypeError: e.indexOf is not a function
at w.fn.init.w.fn.load (jquery.min.js:2)
at $.maxmegamenu.plugin.init (maxmegamenu.js:492)
at new $.maxmegamenu (maxmegamenu.js:501)
at HTMLUListElement.<anonymous> (maxmegamenu.js:507)
at Function.each (jquery.min.js:2)
at w.fn.init.each (jquery.min.js:2)
at w.fn.init.$.fn.maxmegamenu (maxmegamenu.js:505)
at HTMLDocument.<anonymous> (maxmegamenu.js:514)
at l (jquery.min.js:2)
at c (jquery.min.js:2)
I made sure i cleared my cache after the update but it doesn’t make any change for me. at this moment is use the following css to reduce the whitespace that is being set:
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-megamenu > ul.mega-sub-menu{
min-width: 400px;
overflow: hidden;
}
@media (max-width:768px){
#mega-menu-wrap-navbar #mega-menu-navbar > li.mega-menu-megamenu > ul.mega-sub-menu{
min-width: 200px;
overflow: hidden;
}
}
this is not ideal. im not sure what is causing the issue i hope u could help.
Does it have something the do with that the style is being loaded after the page is loaded maybe? idk?
-
This reply was modified 6 years, 3 months ago by
mustafa3107.
-
This reply was modified 6 years, 3 months ago by
mustafa3107.
-
This reply was modified 6 years, 3 months ago by
mustafa3107.
-
This reply was modified 6 years, 3 months ago by
mustafa3107.