I get feedback from our customers and my coworkers about the event preview in the calendar.
Would it be possible to auto-hide the info as soon as you’re moving away with the mouse?
Now you have to click in another area, not everybody understands.
It could be done but would require modifications to the calendars core javascript.
That being said, it is only a one word change.
espresso-calendar/scripts/espress_calendar.js line 231 change
hide: “unfocus”,
to
hide: “mouseleave”,
Updates will over write this change.
Viewing 1 reply thread
The support post ‘auto hide event preview on calendar’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.