Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Marco

    (@unl3a5h3r)

    Did a code validation on http://validator.w3.org

    Code is valid, but AJAX still not working.

    Thread Starter Marco

    (@unl3a5h3r)

    I found the problem. It was indeed a theme problem.

    I disabled 2 lines in the themes function.php:

    //wp_enqueue_script( 'ddsmoothmenu', get_stylesheet_directory_uri()."/js/ddsmoothmenu.js", array('jquery'));
    //wp_enqueue_script( 'ddsmoothmenuinit', get_stylesheet_directory_uri()."/js/ddsmoothmenu-init.js", array('jquery'));

    Now AJAX is working and the form is sending mails like it should.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Contact Form 7] AJAX is not working .. once again’ is closed to new replies.