Hi John,
I’m back in town.
Clean install of WordPress, default theme (Twenty-TwentyThree). Inactive plugins: “Classic Widgets” & “WPMU DEV Dashboard”. Only active plugins are “Classic Editor” and “Simple Calendar”. Latest versions for everything. Browser is Chrome.
No content on the site. Only posts are for two feeder calendars and an (attempted) grouped calendar. No additional css anywhere.
Each feeder google calendar pulls events properly.
The grouped calendar setting “Get Calendars From” has no drop-down choices for “Manual selection”.
On using Chrome’s “inspect” ability on the Simple Calendar admin page for the grouped calendar, am again seeing 6 warnings for Simple Calendar, to wit:
- A form field element should have an id or name attribute
- A form field element has neither an?
id
?nor a?name
?attribute. This might prevent the browser from correctly autofilling the form.To fix this issue, add a unique?id
?or?name
?attribute to a form field. This is not strictly needed, but still recommended even if you have an autocomplete attribute on the same element.
and 4 errors
- Incorrect use of <label for=”FORM_ELEMENT”></label>
- The label’s?
for
?attribute doesn’t match any element?id
. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.To fix this issue, make sure the label’s?for
?attribute references the correct?id
?of a form field.
- AFFECTED RESOURCES
- 4 resources
- Violating node <label for=”_default_calendar_event_bubbles_action”>Event Bubbles</label>== $0
- Violating node <label for=”_default_calendar_list_grouped_span”>Span</label>== $0
- Violating node <label for=”_default_calendar_event_bubbles_action”>Expand Multi-day Events</label>== $0
- Violating node<label for=”_calendar_timezone_setting”>Timezone</label>== $0
I am stumped, unless there is a way to add some code to add an id to the Simple Calendar formfield elements.
BTW, given that any grouped calendar draws from other calendars with a google feed, would it not be more efficient to make all calendars “grouped” and just accept 1-to-n google calendar ids?
If it would help, I could give you temporary admin privileges on the site https://miningandsmeltingmuseum.net/, since it currently is not in active development. Not sure how to provide you those without exposing the site to the public, however.
Thank you for your help. Hoping to get some insight on this problem, as Simple Calendar is my go-to calendar for all my sites.