• Resolved Emmppp

    (@emmppp)


    WordPress 3.5
    Plugin Version 3.3.2

    Hi,

    When I try to send an email from the contact form, it does send it (I receive the email) but the arrow keep spinning and I never get a confirmation message.
    I disabled all the other plugins, but it is the exact same result.

    How could I fix it?

    Thanks a lot

    http://wordpress.org/extend/plugins/contact-form-7/

Viewing 15 replies - 1 through 15 (of 28 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Try switching theme to the default one.

    Thread Starter Emmppp

    (@emmppp)

    Indeed, I did it and it works. Does that mean I can never use Contact Form 7 with that theme I just bought ?

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    If you bought the theme, you should have a right to ask the theme developer to fix the problem. Just for reference what theme is it?

    Same problem here with a custom theme we developed for a client several years ago. This problem only started manifesting in the latest update of Contact Form 7 with WP 3.5

    See http://www.smallblocksolutions.com.au/contact/

    Error console shows a couple of minor JS conflicts which look to be the problem…. thoughts?

    Thread Starter Emmppp

    (@emmppp)

    @takayuki Miyoshi : Sorry for the late reply. It’s “Solid” theme. The only things I changed in the code are enabling the gzip compression and leverage browser caching, through the header.

    It’s happening for me too – Suffusion Theme – I’ve not made any mods. I have a few plugins.

    The submit button as a circle that goes round and round.

    Also happened on twenty eleven

    Hi!
    Same problem here. Sircle goes round and round. I maintain tecnicom.fi site. I updated just WP to 3.5.1 and Contact Form to 3.3.3 version. I use theme Clean Slate.
    Is there anyting what i can do? This is the first time when i have problem when i updated Contact form.

    I use the Arcadian theme, and we are having the same problem. The circle goes round and round. I can’t change themes. Any advice would be appreciated.

    Hi All, FYI my problem was a conflict with Pretty Photo, not my theme.

    I too am having the same problem running WP 3.5.1 and CF7 Version 3.3.3 on a Oxygen Child theme. I think my problem appeared after updating CF7.

    Im getting this error message in the Script tab of firebug

    JSON.parse: unexpected character

    Line 2

    and it is pointing to jquery

    I’m having the same issue. For me, it looks like it’s this code in includes/js/scripts.js

    if (! $.isPlainObject(data) || $.isEmptyObject(data))
        return;

    If I remove that, CF7 forms work again.

    Those “isPlainObject” and “isEmptyObject” functions are new to jQuery as of version 1.4.

    I found I had a plug-in on my site that came with jQuery 1.2.1 and was loading that. I’m thinking if I resolve that to a new version of jQuery, CF7 will run as written.

    I am also getting this eror when trying to save a contact form

    Fatal error: Call to undefined function wpcf7_array_flatten() in /home/ab6708/public_html/adult/wp-content/plugins/contact-form-7/includes/classes.php on line 666

    The jQuery version was my issue. Once I changed my site to only use a current version of jQuery, CF7 form submissions work fine again.

    I just added this to my theme:

    <script type=’text/javascript’ src=’http://code.jquery.com/jquery-latest.pack.js’></script&gt;

    Which is the latest of Jquery, and fixed it.

    Thanks,

Viewing 15 replies - 1 through 15 (of 28 total)
  • The topic ‘Message is sent, but arrows continue to spin endlessly’ is closed to new replies.