Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • For what it’s worth – I needed to keep NextGEN Gallery active, but when it was active Contact Form 7’s Javascripts did not load in the footer.
    So, I manually added the links to the scripts in my theme footer:

    <script type='text/javascript' src='/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.40.0-2013.08.13'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var _wpcf7 = {"loaderUrl":"\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","sending":"Sending ..."};
    /* ]]> */
    </script>
    <script type='text/javascript' src='/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=3.5.2'></script>

    I’m sure that’s not the best way to do it, but it seems to be the only way I can have both plugins active at the same time, and once I did it this way, the on_sent_ok function started working.

    I had this problem as well, and in my case the conflicting plugin seems to be NextGEN Gallery. When I disable that plugin, the Contact Form 7 redirect works fine – but as long as NextGEN Gallery is enabled, the redirect does not work.

    i was having this same problem and found that a file called locals.php was added to my theme. it was adding these spam links back to my header and footer even after i would delete them. i wasn’t even able to delete the locals.php file, but i was able to edit it so i deleted all the code in it and then set the file permissions to deny reading and writing.

    hopefully that will work and tomorrow those wpfooterz spam links won’t have reappeared.

Viewing 3 replies - 1 through 3 (of 3 total)