• Your plugins has a major validation problem. There should not be HTML that shows-up in the < head >, which right now it is doing. I have tested this on a few different sites to see if the same problem occurs, which it does.

    When you do think this will be resolved? Or do you have a quick resolve?

    Cheers.

    https://www.ads-software.com/plugins/wp-mmenu-lite/

Viewing 1 replies (of 1 total)
  • tobik999

    (@tobik999)

    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

Viewing 1 replies (of 1 total)
  • The topic ‘Validation Problems’ is closed to new replies.