- This topic has 3 replies, 2 voices, and was last updated 2 years, 11 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › RSVP enabled in front and backend editing differ
Hi Franky,
I just noticed when editing existing RSVP-events (single+repeat) the checkbox RSVP enabled and all checkboxes on the “generic RSVP info” are empty. But only in the backend (html ends with event-id=ID). When editing through frontend everything is fine (event-id=NAME).
(Auto-updates is on, using v.2.2.41)
Is this a bug or just me?
Read this thread: https://wordpress.org/support/topic/checkbox-46/
I’ll gladly implement a workaround in EME if anybody can provide one, but as far as I can see it is a wordpress issue (wrong CSS styling).
Thank you Franky for pointing that out! I was editing in Firefox, which I never do, and this was the first time I noticed all checkmarks were invisible in wp-admin. I have not seen this in Chrome at all. Added this line to my custom-css, that did the trick: input[type=”checkbox”] {-webkit-appearance: checkbox;}
Thanks again!
For me every time I ctrl-F5 the screen it worked … so it is some borderline css thing. I’ll check the effect of this css info, tx!