• Resolved rleegarrison

    (@rleegarrison)


    After many hours of troubleshooting throughout the day, I’ve come to the conclusion that Contact Form 7 is interfering with multiple aspects of my site, which uses the Divi theme. Namely, animated photos and icons, display of icons I’ve uploaded myself, and the map module. When Contact Form 7 is disabled, all of these elements work just fine.

    I do have custom jquery in the theme options menu of Divi, but when I delete it nothing changes. So I don’t suspect an issue there.

    All plugins, the theme, and WordPress are up to date.

    I’m obviously not a js or jquery expert and could really use some help with this!

    dangelolawinc.com

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Thread Starter rleegarrison

    (@rleegarrison)

    Never mind! I added this code to functions.php

    // 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’ );

    So it definitely was a jQuery issue as this fixed my issue. Maybe this will help someone else with the same issue!

Viewing 1 replies (of 1 total)
  • The topic ‘jquery conflict with Divi?’ is closed to new replies.