robertadchitects
Forum Replies Created
-
Forum: Plugins
In reply to: [International Telephone Input for Contact Form 7] Required field not workingHello @yordansoares
It seems I have similar issue on my website. Please see video below:
There’s always “The field is required” error even if it’s populated. Also there’s no validation (you can type letters).
The code in form editor is:
[intl_tel* intl_tel-899 initialCountry:se]Note that there’s error in browser console:
Uncaught TypeError: a.ajax is not a function
see hereThank you in advance for your help
RobertThank you,
I’ve modified code a bit to suit my needs but thank yo for pointing the solution!
Hey @sygnoossupport,
Thank for the answer
The website: https://sbgfundingstag.wpengine.com/ (it’s a staging version)
Here’re screenshots you asked about:
https://ibb.co/f1wTMh8
https://ibb.co/qM44hqkForum: Plugins
In reply to: [MultiLine Files for Contact Form 7] Safari JS/ajax issueHey @zluck,
Thank you for the response.
You can check http://huddly.adchitects.co/contact
Active theme:
custom codedActive Plugins:
Contact form 7
MultiLine files for Contact Form 7Testing on Mac with Chrome (works fine) and Safari (doesn’t work).
Let me know if you need something else.
Forum: Plugins
In reply to: [MultiLine Files for Contact Form 7] Safari IssueHello @zluck,
I’m having the same issue on this website:
http://huddly.adchitects.co/contact/
Works perfectly on Chrome but fails on Safari. No errors in console.
I have the latest version of plugin installed (as well as core CF7 plugin). Please let me know if you can help me.
Thanks
Yes, line-43 is where I wrote it. I was asking because this warning appears only when plugin is activated.
Here’s the code: https://bitbucket.org/robert-adchitects/field-tiles-discount/src/master/functions_coupon.php
The problem is that there is no bug/warning appearing. The only effect is that coupon is not applied.
I’m a developer. I’ve used Query monitor but it showed no errors.
When I’ve addedvar_dump($cart)just before$cart->add_feethere are warningsCannot modify header information - headers already sent by (output started at /Applications/MAMP/htdocs/fieldtiles/wp-content/themes/fieldtiles/inc/functions_coupon.php:43). Do you think is somehow related?Are there any actions I could perform to obtain more information that would be helpful?
Hi,
Isn’t it exactly bug?$cart->add_feeworked and stopped working after activating plugin. Is there any information I can share with you that would be helpful in troubleshooting?