hilmon
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] form-tag IDThanks again for the response … I just tried it out on a fresh install, using the same set up as the other sites and it’s working… which is weird …
<label for="popup-quote-name">Your Name *</label> [text* your-popup-quote-name id:popup-quote-name placeholder "Your Name *"]And here’s the result
<input size="40" maxlength="400" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required" id="popup-quote-name" aria-required="true" aria-invalid="false" placeholder="Your Name *" value="" type="text" name="your-popup-quote-name">:-/
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??
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] wpfc_clear_all_cache runing all timeAh ok … Sorry to muddy the water. Maybe I’m reporting a separate (but probably connected) issue?
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] wpfc_clear_all_cache runing all timeThe 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””
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] wpfc_clear_all_cache runing all timeAny 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??
Forum: Plugins
In reply to: [Compliance by Hu-manity.co] aria-label error in Google LighthouseJust updated a couple of other sites and getting the same error
- This reply was modified 4 years, 2 months ago by hilmon.
FANTASTIC!!!! … Thank you so much, no way would I have ever figured that out.. All working now… Thanks again!!!!