Read the statement by Michael Teeuw here.
Updating did nothing but gave fatal error warning.
-
@Richard238 it worked with the change (oops)
note that the selector is NOT -o
I used your text in the message, not the ACTUAL class on the element… my bad…
thats why we LOOK IT UP!..
-
Even though the icon is fa-calendar-check-o
https://fontawesome.com/v4/icon/calendar-check-owe omit the -o ?
-
@Richard238 see the exact class used on the element, we use the ACTUAL info, not whatever ‘config’ says
oh, using on MY machine, using the default calendar config …
-
class? element? I try, but I’m not much of a coder. I’m hopelessly lost, as I’m sure you can tell.
I appreciate your efforts but sadly this is way beyond my skills. :(
I’ll live without the icon for now and perhaps revisit another day.
-
@Richard238 and I look at the fontawesome 6 lib and calendar-check-o is no more
I set calendar-check-o in my config and get nothing, look at the elements and see fa-calendar-check-o
but it doesn’t exist
-
Not coloured (even changing solid to light), but it’s an icon :)
.calendar .fa-solid fa-calendar { color: #00d255 /* 55=Green FF=Blue */ } .calendar .fa-light fa-trash-can { color: #C97F7F; /* Brown */ }
The other icons used to work, pre update.
Did MM change which fa library they use?
The fa libraries ought to be backwards compatible, no?More tomorrow, I need sleep. :sleeping_face:
-
@Richard238 yes, libs should be backward compatible… but nobody cares much for that anymore…
-
I now have coloured icons in the calendar:
Code now looks like this:
/* Calendar: config.js set to symbol: 'fa-light fa-calendar', */ .calendar .fa-calendar-day { color: #00d255 /* 55=Green FF=Blue */ } /* Calendar: config.js set to symbol: 'fa-light fa-trash-can', */ .calendar .fa-trash { color: #C97F7F /* Brown */ }
-
@Richard238 great job!
-
@sdetweil More by luck than skill, but thank you for your help and patience with this.