• jetpack comments is causing a problem on submission in firefox it says:

    To display this page, Firefox must send information that will repeat any action (such as a search or order confirmation) that was performed earlier.

    how can i fix this

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Eric

    (@shamai)

    come on.. anyone?
    https://baseshamai.com/?p=18#comment-47
    try posting and see that ot asks you to reload form or resend form…
    even if i change to twentyEleven theme it doesnt work which mena sits not me…

    i did recently transfer my hosting so maybe somehow it got messed up via wordpress.com still pointing to my old home? i dunno…
    its a new blog…no5hing was really transferred

    I’m also having this problem. And as you said, only happens in Firefox combined with Jetpack.

    Thread Starter Eric

    (@shamai)

    i fixed it. it had to do with loading jquery in my header. make sure its not loading if your signed in as admin.
    like this:

    if (!is_admin()) {
    wp_enqueue_script(‘jquery’);
    }

    better yet install the plugin that allows you to use the google libraries jquery.
    https://www.ads-software.com/extend/plugins/use-google-libraries/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘jetpack comments issue, form submitting twice?’ is closed to new replies.