• Resolved lljb3

    (@lljb3)


    The new update three days ago is giving off nasty conflicts with numerous other plugins. Just a heads up. I’ll get 500 server errors from WooCommerce, dsIDXPress, Bootstrap 3 Shortcodes, Jetpack, Slim Jetpack, and other either popular or WordPress sponsored plugins while Contact Form 7 is activated.

    I’m going to roll back to a previous version, but is there anything that may cause the issue within the plugin that I can rectify server side? I’ve already tried increasing the load on the server (server version, file size, etc.) to no avail.

    https://ww.wp.xz.cn/plugins/contact-form-7/

Viewing 4 replies - 1 through 4 (of 4 total)
  • schmeger

    (@schmeger)

    lljb3, you mentioned “rolling back” to a previous version. If you don’t mind explaining, how would I do that? I am having issues as well. Thanks

    Scott Paterson

    (@scottpaterson)

    You can roll back to an older version – just uninstall your current version and install this:

    4.1.2: https://downloads.wp.xz.cn/plugin/contact-form-7.4.1.2.zip

    Thread Starter lljb3

    (@lljb3)

    https://ww.wp.xz.cn/plugins/contact-form-7/developers/

    Scroll to “Other Section” and click on 4.1.2 to download the previous version in a zip file. Then in your WordPress Dashboard of your site, go to Plugins, click Add New, and then click Upload Plugin at the top of that page. Upload the zip file from there and activate. Voila.

    // De-register jQuery from Contact Form 7

    add_action( ‘wp_print_scripts’, ‘my_deregister_javascript’, 100 );
    function my_deregister_javascript() {
    wp_deregister_script( ‘contact-form-7’ );
    }

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

The topic ‘Contact Form 7 Plugin Conflicts’ is closed to new replies.