• Hi Everyone.
    i am using WooCommerce Quote or Enquiry Contact Form 7. everything was working fine until wordpress new update. and now even button of the inquiry is not triggering. please help me with that.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • We are having the same issue on our site. We use this button on every product page as the only spot for users to contact us to purchase, and the button no longer works in our staging site where we have upgraded the plugin. Our production site – where we have NOT updated the plugin – still works fine.

    Thread Starter casanovadubai

    (@casanovadubai)

    Hi Cautionarybee, i found the solution. there are two solutions. one is change the php version on the previous version from your hosting. and the second is change the plugin to “Quote Button”.

    i found this plugin very similar to WooCommerce Quote or Enquiry Contact Form 7.

    I have the same problem. Тhe solution for now: I’m back to version 1.8.

    • This reply was modified 3 years, 8 months ago by bojidarkostov.

    To fix the issue I had to replace line 273 of woocommerce-quote-or-enquiry-contact-form-7.php:

    wpcf7.initForm(jQuery('.wqoecf-pop-up-box .wpcf7 > form'));

    with

    jQuery('.wqoecf-pop-up-box .wpcf7 > form').each(function() {
        wpcf7.init(jQuery(this)[0]);
    });

    Thank you lonwi! I just came across this issue on my website today and saw your recent post to fix the issue. That worked for me!

    Thanks Ionwi, this solved my issue. I posted your solution in two topics which started after this topic, because it solves those issues too.

    Thank you so much Lonwi. Had the same issue with Flatsome theme.
    It works perfectly now thanks to you. Cheers!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Plugin Button is not trigger’ is closed to new replies.