nthdegreeburns
Forum Replies Created
-
anyone?
Bump.
Forum: Plugins
In reply to: [Contact Form 7] Adding Recaptcha breaks simple Contact Form 7Bump?
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 + ReCaptchaI’m having this issue as well — adding Recaptcha works up until send, and then there’s a nondescript error message about why the message wasn’t sent. Some additional logging would be helpful.
I’m running into the same issue. Some error logging would be helpful. Is there a way to turn it on / dig it up?
- This reply was modified 7 years, 6 months ago by nthdegreeburns. Reason: Wanted updates via email
A few questions…
Which APIs from the maps console should be enabled for the key to work? Javascript? Geocoding? Both?
What should the referer restriction be? I used *.mywebsite.com/* before, but that was throwing an error. I changed to simple mywebsite.com (no trailing slash), and the issue seems to have been fixed.
Might be worth updating the docs with some specifics for folks unfamiliar with / new to the Google API console for devs. Thanks, Alin!
Still no joy. The new API key is still throwing the RefererNotAllowedMapError.
Google Maps API error: RefererNotAllowedMapError
Got it again in a clean Firefox browser session. Same error I was getting with Chrome. Thoughts?
Note — I’ve also regenerated the key with the same HTTP key restriction. It’s now cached on the old key in the dashboard and throwing an expired key error. I’ll wait a bit and see if the new key takes effect / starts working.
Confirmed — seeing a Google Maps API error: RefererNotAllowedMapError in the JS console. I have key restrictions set to a wildcard of my WP blog website, though, so I’m surprised I’m seeing this.
Forum: Plugins
In reply to: [Contact Form 7 reCAPTCHA] Disabling JS and CSS in wp-config.php not workingOK — an update to this. I think the wp-config.php changes were heavily cached. I’ve purged all caches several times, and I’m finally NOT seeing the CSS and JS in Chrome’s developer panel.
That said, your 2nd step in the instructions for re-enabling the plug-in CSS and JS on specific pages where the contact form is active requires that you have a custom theme template. Is this correct?
Example — I’ve just created a new page and dropped in the Contact Form 7 shortcode. I don’t want to bother duplicating the base template to then add the wpcf7_enqueue_scripts and wpcf7_enqueue_styles calls. Is there another way to add the CSS and JS to a page without having to fork a template in the theme?