• Hi,
    I had a bug with resolution smaller than 960px (specifically between 910px and 960px), my submenus didn’t show up.

    I just replaced something into the code and it works great now.
    It’s into js/the frontend.js on line 383 :

    I replaced
    if($(window).width() <= 960){
    with
    if($(window).width() <= responsive_breakingpoint){

    Hope it will help.
    Regards.

Viewing 1 replies (of 1 total)
  • Hi @mcurly

    Thank you for writing in.

    We are glad to hear that your issue is resolved. However, we will talk to our developers about this issue and update the plugin ASAP.

    Please do contact us if you have any questions.

    Regards!

Viewing 1 replies (of 1 total)
  • The topic ‘Bug with submenus on resolution smaller than 960px’ is closed to new replies.