clementrectangle
Forum Replies Created
-
Hi again,
After futher investigation, it appears this is the change in your plugin logic that make it unusable with “Hide Shipping Methods”.
With Flexible Shipping 3 and the shipping groups, it was detected as a “normal” shipping method by other plugins, but with the new logic of Flexible Shipping 4 and the drop of shipping groups, it’s not detected anymore…
Guess I’ll have to find an other plugin detected as a “normal” shipping method then, thanks anyway.
Hi,
I just tried (on my local env) to disable every plugins but Contact form 7 (and ACF pro), and the problem is still there : as soon as I use ReCaptcha, I get this JS error :
TypeError: e.wpcf7.parent.querySelector(…) is null
And the form isn’t validating at all.
We’re using the Fashiro Furniture template, but modified some parts of it with a child template. Maybe we made a mistake there ?
Can you help us narrow down the problem ?
I really don’t know in what direction I should search…Thanks !
That’s what I did, I contacted both of you since I don’t know if this is a problem with the way Hide Shipping Methods list shipping methods, OR a problem with the way your plugin registers his shipping methods…
I’ll wait for his answer and let you know.
I just noticed the error is there even without reCaptcha, but the form seems to be validated and sent anyway… With reCaptcha enabled, it’s not sent.
Oh, yes, I didn’t notice something : JS had been disabled for Contact form 7 using the “add_filter( ‘wpcf7_load_js’, ‘__return_false’ );” directive in functions.php…
It had been disabled because when using it with Javascript, the contact form doesn’t work : nothing happends when trying to send the message, with this error message :
TypeError: e.wpcf7.parent.querySelector(…) is null.This error seems to be related to the vanilla Contact form 7 extention, and not your plugin (the error is still there when disabling your plugin, and the Conditionnal fields plugin).
So, I guess I’ll have to go to the Contact form 7 support forum to seek for an answer ? thanks anyway !
About the problem I had (not the same than the last guys who posted), it’s still here. The single quotes and slashes in confirmation messages are still escaped when saved :
“Cette adresse email n’est pas valide”
BECOMES
“Cette adresse email n\’est pas valide”
BECOMES
“Cette adresse email n\\\’est pas valide”and so on…
That being said : I noticed that the message displayed on frontend (for invalid email address) isn’t even the one I entered in those fields, it’s an other (correct) sentence in french. I don’t get what’s going on…
Oh sorry, I forgot to answer to this… Thanks @agencemorgane for reminding me 🙂
Yes I’m using the last version of wordpress and the plugin, and yes, it happens on nealy created forms too.
Thanks for looking into it 😉