- Issue created by @pumpkinkid2
- Status changed to Postponed: needs info
about 1 year ago 2:29pm 18 September 2023 Could you add a screenshot to explain your issue more specifically?
I guess you refer to the title attribute being display on hover.
This can be alter in a theme preprocess.
It could also be a configurable option but I dont think it is a good idea, because it is specific to the theme IMHO. But i might be wrong, depending on the result for end users.
It should be a "bonus" information and useful for accessibility, not something inconvenient on the UX.
Let me know.
Screenshot:
It would not be so bad, if I was able to change the text that is there. I don't mind doing this in the theme, but honestly I am not well versed enough in doing this to know how to do it without documentation.
- Status changed to Needs work
about 1 year ago 6:52pm 19 September 2023 - 🇿🇦South Africa mwpjuan
Has there been any update on this? Which theme settings am I supposed to change in order to have this removed?
- 🇿🇦South Africa mwpjuan
Update
I managed to remove the tooltip by editing the calendar_view.module file. Line 104 - 105
// Helpful information on hover. $row['attributes']->setAttribute('title', $values['title'] ?? NULL);
Commenting out line 105 will remove the tooltip on hover
- Status changed to Closed: duplicate
8 months ago 5:33am 1 April 2024 Closing this issue as it is a duplicate with the work in progress in ✨ Settings for hover dates and all day dates Active .