Viewing 7 replies - 1 through 7 (of 7 total)
  • Actually it works on WordPress 3.8 as long as you don’t upgrade Contact Form 7 to version 3.6.

    I just put Contact Form 7 version 3.5.4 back on my site with the issue and things are working again.

    Thread Starter MacDoodle

    (@macdoodle)

    Thanks for the heads up.

    It would be helpful if the plugin worked with the upgrade of CF7. I try to keep all my plugins up to date for security & continuity reasons.

    I think I’ll keep the CF7 Modules turned off until they fix it. It’s a shame, though. Great plugin. Wish it was kept up to date.

    for fixing it, you need change
    “wpcf7_add_shortcode(‘hidden’, ‘wpcf7_hidden_shortcode_handler’, true );
    wpcf7_add_shortcode( ‘hidden*’, ‘wpcf7_hidden_shortcode_handler’, true );”
    on
    “wpcf7_add_shortcode( array( ‘hidden’, ‘hidden*’ ), ‘wpcf7_hidden_shortcode_handler’, true );”
    in file “hidden.php”

    On line 28 of hidden.php, change this:

    add_action(‘plugins_loaded’, ‘contact_form_7_hidden_fields’, 10);

    to this:

    add_action(‘plugins_loaded’, ‘contact_form_7_hidden_fields’, 11);

    From the 3.6 failure thread.

    *thumbsup*

    Plugin Author Zack Katz

    (@katzwebdesign)

    This is fixed in 1.3.3.

    Thread Starter MacDoodle

    (@macdoodle)

    Thanks, Zack!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Not working after WP 3.8 Update’ is closed to new replies.