Viewing 5 replies - 1 through 5 (of 5 total)
  • Ditto – running WordPress 3.5.1

    I just figured mine out – I’ve got calls to jQuery in my theme – removing the extra JS (until I get noConflict mode going…) fixed it for me…

    also, make sure you have wp_footer(); in your footer.php file.

    Plugin Author Daniel Iser

    (@danieliser)

    Sorry for the delay. You are correct Tim, errors of this type are typically caused by either multiple instances of jquery being loaded, ususally because theme has it hardcoded rather than doing it via wp_enqueue_script like it should be or not using wp_footer() properly.

    Typically theme is not using wp properly.

    Bill Gilmore

    (@bill-gilmore)

    Hi danieliser, I tried to turn off any plugins using jquery, my theme has no hard coded jquery (I built it) and it has has wp_footer()

    I could not stop the form from linking to the blank screen in plugin directory. I overcame the issue however by getting my contact form, ‘Contact Form Plugin’ to redirect back to another page in the setting area of the plugin.

    Hope this helps anyone else who is stuck.

    Plugin Author Daniel Iser

    (@danieliser)

    This issue is 99.9% either a theme or plugin conflict. It has been reported dozens if not hundreds of times and is most certainly always fixed with tweaking of the javascript that gets loaded and how it is loaded. Typically multiple versions of jQuery being called at different time.

    As the latest build is entirely rewritten i am marking this as resolved. If you have similar issue after updating then please repost it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blank screen when clicking 'Send'’ is closed to new replies.