• Resolved hunnyinfonic

    (@hunnyinfonic)


    Hello,

    I would like our parent menu to be clickable.

    Please, tell us what is the proper js code.

    Thank you

Viewing 1 replies (of 1 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Use any Custom Js/google analytics plugin from WordPress plugin directory.

    Now put below JS rule into Custom Js Editor:

    jQuery('.navbar-nav .dropdown > a.dropdown-toggle').click(function(e) {
            e.preventDefault();
            window.location.href = jQuery(this).attr('href');
     });

    Save the changes.

    Hope you done.

    Thank You

Viewing 1 replies (of 1 total)

The topic ‘Parent menu clickable’ is closed to new replies.