Just had the same problem, I changed at mmenu-lite.php line 57 from
add_action( 'wp_head', array( $this, 'init_menu' ) );
to
add_action( 'wp_footer', array( $this, 'init_menu' ) );
I also had a problem with the search field, will post my solution in a new thread