• Resolved hash73

    (@hash73)


    Hi,

    We have the plugin installed on the latest Pro version. Selecting the hamburger brings up the menu but then does not close when selecting the anchor link in nav menu. The full screen remains open and the X to close disappears.

    Is this a known bug and is there a fix?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Solitweb

    (@solitweb)

    This plugin is build using CSS only.
    You need Javascript to do this. Something like this should work:

    
    ( function() {
      jQuery( document ).ready( function() {
        jQuery( ".fsmfe-wrapper" ).find( "a" ).click( function() {
          jQuery( this ).closest( ".fsmfe-wrapper" ).find( ".menu-toggle" ).prop( "checked", false );
        } );
      } );
    }() );
    
Viewing 1 replies (of 1 total)
  • The topic ‘Menu does not close after selecting nav item’ is closed to new replies.