Problems on Mega Menu

Home Forums Jevelin Theme Problems on Mega Menu

Home Forums Jevelin Theme Problems on Mega Menu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • AndreSiqueira
    Participant

    I got Jevelin and I really liked the theme and the functions. However, the Mega Menu that comes native to the theme is very simple and with few functions. Because of this, I had to look for another plugin and installed the Max Mega Menu. However, even after uninstalling the Mega Menu from Unyson the Max Mega Menu does not appear in the mobile version. I’ve tried many times and doesn’t work. What can I do to fix this problem? The error is not with the plugin since I have already used it in other themes and it works perfectly.

     

    I’m sending two prints to certify the error for you.

     

    Thanks!

    Attachments:
    You must be logged in to view attached files.

    Hi @AndreSiqueira,

     

    Sorry to hear of the problem you are having.

     

    Could you please share me your site URL where it’s happening so that I can troubleshoot it?

     

    Also could you please ask the plugin developer to know what may be causing this issue?

     

    Best regards,
    Shufflehound team

    mbaldoni
    Participant

    I have the same problem.

     

    My site is protect by password:

     

    http://www.dottorseo.it

     

    user baldo

    pass pr4g42019

     

    Can you help me?

    Thanks

    Attachments:
    You must be logged in to view attached files.

    mbaldoni
    Participant

    Hi  @andresiqueira,

     

    have you resolve it?

    Ahmatjan
    Participant

    hello @mbaldoni @AndreSiqueira

    did you solve this problem? i also have the same problem. can you help me?

    mbaldoni
    Participant

    Hi, try this into Custom JavaScript area (plugin):

    /* Max Mega Menu
    * Unhide mobile menu */
    jQuery(document).ready(function($) {
    $(‘.mega-menu’).parents().show();

    $(window).on(‘resize’, function(){
    $(‘.mega-menu’).parents().show();
    });
    });

    /* Max Mega Menu
    * Close the mobile menu as soon as a menu item is clicked */
    jQuery(“.max-mega-menu”).on(“after_mega_menu_init”, function() {
    jQuery(“li.mega-menu-item:not(.mega-menu-item-has-children) > a.mega-menu-link”).on(‘click’, function(e) {
    jQuery(“.mega-menu-open”).removeClass(“mega-menu-open”);
    jQuery(“.max-mega-menu”).css(‘display’, ”);
    });
    });

    jQuery(window).load(function() {
    jQuery(‘.sh-nav’).superfish(‘destroy’);
    });

     

    Ahmatjan
    Participant

    i have done but is not working.

    test.bastmall.nl

Viewing 7 posts - 1 through 7 (of 7 total)