Thread Starter
jstu1
(@jstu1)
Hi @room34
Your suggestion on my other post to try the toggle option (https://icscalendar.com/icsdocs/#toggle)
That DID hide the event description, which is great. AND it made the Event Title clickable for more details, which is good too.
However, there’s no indication for the user to click for more details. The event title isn’t underlined, but ideally there would be a “Click for Details” type of link or button.
As it is now, the user wouldn’t know to click to see the event details. Any ideas appreciated, thanks!
Thread Starter
jstu1
(@jstu1)
@room34 you can see it here, click on any of the Ukulele Jam listings:
https://visit-rosendale-ny-e29963.ingress-haven.ewp.live/?page_id=11
Plugin Author
room34
(@room34)
That was a bit of a design choice as users generally expect events in a calendar to be clickable, and a whole list that is mostly or entirely underlined/color/bold text is less readable. But I agree it’s not as obvious or intuitive to click on the events specifically in list view. There’s not an option at this point to add visual cues that they’re clickable (besides the changed cursor on hover), but it can be done with some custom CSS. For instance something like this would work:
.ics-calendar.r34ics_toggle .ics-calendar-list-wrapper .events .title.has_desc { text-decoration: underline; }
That can go in your theme or under Appearance > Customize > Additional CSS.
(Now that I think about it, I kind of want to add that to the plugin.)
Thread Starter
jstu1
(@jstu1)
Ok thanks, I understand everyone can’t have everything they need 🙂 Appreciate your prompt help!
