• Resolved TRY01

    (@try01)


    Greetings,

    The latest versions of Contact Form 7 are not working. The only way I am able to get it to work is by adding the following code to my child theme Functions file:

    add_filter( ‘wpcf7_load_js’, ‘__return_false’ );

    I didn’t even have to specify the page number that the form is on. Are you aware of any issues with the Responsive theme and Contact Form 7?

    I disabled all other plugins but the contact form only works with the code above entered in the functions file.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    Actually Responsive theme version 3.4 is working correctly with latest Contact Form 7 plugin. It might be possible that there may be some code conflict in the child theme. Can you please try once by activating the parent theme ?

    Thanks.

    Thread Starter TRY01

    (@try01)

    Thanks for the reply. I tried using the parent theme but still have the same issue. I am using the latest version of Responsive theme and WP and disabled all my plugins while testing and tried all possible workarounds. The only thing that kind of works is if I add:
    add_filter( ‘wpcf7_load_js’, ‘__return_false’ ); to my functions file. I cannot figure out why it would work if we do not load the CF7 js scripts.

    I am going to mark this as resolved since we are going to be looking for an alternative to CF7.

    Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Having issue with Contact Form 7’ is closed to new replies.