Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Hover menu doesn't appear

Home Forums Older releases 1.0.x Hover menu doesn't appear

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #8676
    desper
    Participant

    Hello there

    This site was developed by someone else and was handed over to us to modify. Never have used smartmenus and need a little help. There are submenus on the #mainmenu but those never appear when hovered. No errors in console as well.

    the site: https://www.elysianmirissa.com

    I could only found this snippet in function.js

    if (jQuery('#main-menu').length) {
            jQuery("#main-menu").bind("click.smapi", function(e, t) {
                var n = jQuery(this).data("smartmenus");
                if (n.isCollapsible()) {
                    var i = jQuery(t);
                    o = i.dataSM("sub");
                    if (o && !o.is(":visible")) return n.itemActivate(i, !0), !1
                }
        });
        }
        /* hamburger menu toggle */
        if (jQuery('.menu-toggle').length) {
            jQuery('.menu-toggle').click(function() {
                jQuery(this).toggleClass('open');
            });
        }
    

    Please advise.

Viewing 1 post (of 1 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.