Support

Home Forums Events Calendar Add-on Hiding Tooltips

Hiding Tooltips

Posted: May 12, 2014 at 4:39 pm


Trevis

May 12, 2014 at 4:39 pm

Is there a setting to make the tooltips close automatically according to a set interval? Would like to hide the tooltips after 5 seconds.


Dean

May 13, 2014 at 6:44 am

Hi,

There is no setting for that.

If you don’t mind digging into the code a little (and editing a core file…) then in /wp-content/plugins/espresso-calendar/scripts/espresso_calendar.js you could edit it around line 232 where it says

hide: “unfocus”,

and change it to

hide: { when: ‘inactive’, delay: 5000 },


Trevis

May 13, 2014 at 10:17 am

Works great, thanks!

The support post ‘Hiding Tooltips’ 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.

Event Espresso