stroudvoices
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Resize fieldBoth address this, but frankly the answers don’t seem to work or work as you think.
sizing a texarea box (40×3 eg) certainly can reduce in height but adds one more line, and using 40×0 eg defaults to about 40×3, and it still seems to default to full width.
sizing a text box doesn’t – basically. HTML/CSS looks to be a a lot work.
Forum: Plugins
In reply to: [Contact Form 7 Style] Sizing text boxes doesn’t work, any ideas.looking at the HTML it generates I see:
<input type="text" name="time" value="" size="15" class="wpcf7-form-control wpcf7-text" aria-invalid="false">
but the display is still curiously full width.
FireFox 69, Win 7 – but if it is that dependent on browser & OS I will have to move on. Maybe revert to my old JavaScript/HTML methodology.
Forum: Plugins
In reply to: [Contact Form 7] number box in time format – can’t see howTried the boxes in Safari 5, FireFox 69, IE11, Chrome 40 & 72 and the date is handled differently which despite not being a required field can act like one. (Gave up before Opera was tried). Caused problems with net-naives!
Solution seems to be make all boxes text, or move on!
Forum: Fixing WordPress
In reply to: Warning: count(): can’t do Admin and it appears elsewhereSomething to consider for future updates. I updated css-javascript-toolbox, but actually it has limitations so I use IFRAMES and HTML therein that already exist with proven JavaScript.
And:
The core problem is WordPress 4.9 with PHP 7.2. —– PHP 7.1 temporarily solves.
By updating to WordPress 5.0.2 and then to PHP 7.2 everything is honky dory. But the change processes are not linked domainly or cerebrally!
Many thanx 4 ur concern & heads-up.
BTW Woo Canvas works and I can tinker but updates & support are long gone. Something to monitor at each update obviously.
- This reply was modified 6 years, 1 month ago by stroudvoices. Reason: grammar
Forum: Fixing WordPress
In reply to: Warning: count(): can’t do Admin and it appears elsewherelooks like PHP v7.2 is the culprit, rolled back to 7.1 and can now get into Admin to investigate a few updates.
I may be some time.