hilmon
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] form-tag ID@takayukister … Any thoughts on this??
Forum: Plugins
In reply to: [Contact Form 7] form-tag ID@mstudioil thanks for the reply… I also set the id manually… An example field looks like this. Maybe I’m missing something really obvious?? The example below is using CF7 v6.
[text* your-name id:contact-name-xytx placeholder "Your Name *"]
But the output looks like this..
<input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" aria-required="true" aria-invalid="false" placeholder="Your Name *" value="" type="text" name="your-name">
Here’s an example using CF7 v5.9.3
[text* your-name id:contact-name placeholder "Your Name *"]
Which give me the correct output with the id included
<input size="40" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" id="contact-name" aria-required="true" aria-invalid="false" placeholder="Your Name *" value="" type="text" name="your-name">
Both sites have pretty much identical set up (server, theme and plugins) … I thought maybe the placeholder might be the issue or the Honeypot for Contact Form 7 plugin. I noticed that the newer version is adding a maxlength so I tried adding that manually as well as a class just to see if that worked but it didn’t. I removed the “for” in the label but removing both didn’t fix the issue… Nothing worked…
If you’re not experiencing the same issue then I’m clearly doing something wrong … I just wish I knew what that something was … haha. Any thoughts?
Forum: Plugins
In reply to: [Contact Form 7] form-tag IDI hope it’s ok to jump on this thread. I’ve been having this issue for a while. It’s not a unique ID issue… Every version since Version 5.9.3 doesn’t display the form field ID, so I can’t use the “for” attribute in the label… So I’m still on 5.9.3 on a lot of my sites… Any ideas what else might be causing this??
Ah ok … Sorry to muddy the water. Maybe I’m reporting a separate (but probably connected) issue?
The issue seems to only arise when using the premium version of the Fastest Cache plugin. Settings don’t save on the WPFC premium plugin and this error is displayed ““Cookie Notice & Compliance for GDPR / CCPA needs to be deactivated””
Any update on this? I’m getting this notice on the Fastest Cache settings screen ..
“Cookie Notice & Compliance for GDPR / CCPA needs to be deactivated”
When trying to make any changes to the Fastest Cache settings
Forum: Plugins
In reply to: [Contact Form 7] Field ID is not added in frontendAny update on this?… ID still not written out in the front end fields.
Forum: Developing with WordPress
In reply to: Add admin column with taxonomyJust for anyone who comes across this … ‘show_admin_column’ does work … in the example by the OP above there’s an extra space at the end which is why it didn’t work
This doesn't work... 'show_admin_column ' => true, This works... 'show_admin_column' => true,
Forum: Plugins
In reply to: [Relevanssi - A Better Search] First Letter A to Z SearchThanks for the quick response. I’ll try the bd query first. And thanks for saving me a trip down the wrong rabbit hole ??
Forum: Plugins
In reply to: [Local Google Fonts] You have currently no Google fonts in use on your site.Thanks
Forum: Plugins
In reply to: [Local Google Fonts] You have currently no Google fonts in use on your site.Yeah that was it … Many thanks ??
Forum: Plugins
In reply to: [Local Google Fonts] You have currently no Google fonts in use on your site.Anyone??
Just updated a couple of other sites and getting the same error
- This reply was modified 2 years, 9 months ago by hilmon.
FANTASTIC!!!! … Thank you so much, no way would I have ever figured that out.. All working now… Thanks again!!!!
I’m using a CDN might that be the issue?