NightL
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Datepicker not showed in firefox“Any clue?” no but I would suggest to isolate the issue further
Check on other computers – other browsers.
The filter worked perfectly for me – so there must be something about your setup.
Download a localhost version of your website – I recommend Duplicator https://www.ads-software.com/plugins/duplicator/ for the transfer – but here are many more.
On a localhost version turn off all other plugins – just leave CF7 and the filter – if the jquery version does not work then it has to be a clash with the template.
If it works – turn on each plugin in one at a time until you find the one that conflicts – then find an alternative.
Yeah – I hate this shit as well… just have to break it down to steps…
Forum: Plugins
In reply to: [Contact Form 7] Cannot input text into Message area …Have you tried it in Chrome on another computer?
Check other websites that use CF7 and see if the problem continues
It could be your Chrome browser that has got jammed up.
Forum: Reviews
In reply to: [Contact Form 7] Incredibly complex“A working knowledge of HTML is absolutely essential.”
You could always learn – you are dealing with websites after all, not Facebook.Forum: Reviews
In reply to: [Contact Form 7] Good plugin, horrible support“Fact is i post several issues i had, and never get any responses what so ever…”
https://www.ads-software.com/support/topic/cant-upload-any-files-1/You made one post only concerning Contact Form 7 support and the author responded by pointing you to documentation.
I see that you have a history of complaining though.
Forum: Plugins
In reply to: [Contact Form 7] Datepicker not showed in firefoxIt is an HTML5 compatibility issue with Firefox, Safari and I.E.11
I was commenting on this in
https://www.ads-software.com/support/topic/datepicker-in-safari-no-ok/The jquery fall back worked for me – adding
add_filter( ‘wpcf7_support_html5_fallback’, ‘__return_true’ );
to the functions.phpDo you use a caching plugin? Have you tried clearing your cache after adding the filter?
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 is not wrokingYou are not putting the corresponding mail-tags in the Mail section
https://contactform7.com/tag-syntax/#mail_tagForum: Plugins
In reply to: [Contact Form 7] Datepicker in Safari no OKjquery fallback option works just fine
Tested in Firefox, IE11 and Safari on iPhone4
no discernible difference in load time
Forum: Plugins
In reply to: [Contact Form 7] Datepicker in Safari no OKSome more info on this (I have not tested yet)
https://contactform7.com/date-field/
states the fall-back validates to YYYY-MM-DD. The placeholder text does not show for the fallback so that is why my attempts at dd/mm/yyyy failedjquery option
https://contactform7.com/faq/does-contact-form-7-support-html5-input-types/
states there is also a jquery UI fallback which is turned off by default. You can add a filter in the functions.php to turn it on (details on linked page)Forum: Plugins
In reply to: [Contact Form 7] Datepicker in Safari no OKjesussleon
The date picker not working for Firefox, Safari and I.E.11 and the validation failing for the fall-back text field makes it too problematic to use.
I replaced it with a text field e.g.
<p>Preferred Date For Quote (required) <br /> [text* text-55 placeholder "DD/MM/YYYY"] </p>
Forum: Plugins
In reply to: [Contact Form 7] Datepicker in Safari no OKOK – I see it is a HTML5 issue
The date picker is not supported in Firefox, Safari or I.E.11While these browsers appear to fall-back to a text box (which would be OK) the form validation errors so the form can not be submitted if an attempt is made to enter a date manually – even if it is of the correct format – in my case DD/MM/YYYY
If Firefox, Safari and I.E.11 are not supported can you please adjust the form validation so a fall-back text box can work.
You could just validate it for 30 characters max would be enough – that would allow the fall-back textbox to have any variation of date the uses attempts
Forum: Plugins
In reply to: [Contact Form 7] Title on left, Box on right sidebecause in your style sheet https://movingb.com/wp-content/themes/converio/style.css you have
float: right;.wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="email"], .wpcf7 .wpcf7-form input[type="url"], .wpcf7 .wpcf7-form input[type="date"], .wpcf7 .wpcf7-form input[type="number"], .wpcf7 .wpcf7-form input[type="range"], .wpcf7 .wpcf7-form span.select, .wpcf7 .wpcf7-form span.file-input { width: 80%; max-width: 173px; float: right; }
You need to change that to
float: left;or if you use a child css add in
.wpcf7 .wpcf7-form input[type="text"], .wpcf7 .wpcf7-form input[type="email"], .wpcf7 .wpcf7-form input[type="url"], .wpcf7 .wpcf7-form input[type="date"], .wpcf7 .wpcf7-form input[type="number"], .wpcf7 .wpcf7-form input[type="range"], .wpcf7 .wpcf7-form span.select, .wpcf7 .wpcf7-form span.file-input { float: left; }
Forum: Plugins
In reply to: [Contact Form 7] How to add space between radio options?
[radio radio-689 default:1 “Option1 ” “Option2”]
or if label first is selcted
[radio radio-689 default:1 “Option1” “ Option2” label_first]
Forum: Plugins
In reply to: [Contact Form 7] Register to a course in contact form 7I suggest you use checkboxes. Radio Buttons are automatically a required field and only one can be selected at a time within a group. You could use Radio Buttons as a Yes/No for individual listings but one would be in the selected state to start with.
Use checkboxes
Contact form 7 is about as simple as you can get
Forum: Plugins
In reply to: [Contact Form 7] Datepicker in Safari no OKsame issue – I need this as a compulsory field – so this stuffs up completing the form.
Forum: Plugins
In reply to: [Read More Without Refresh] Version 2.2 errors display front endAll good with this one. Thank you for being so prompt.