Hi,
Currently using Events Calendar ver 2.0.1 + WordPress 3.2.1.
Could you let me know if there is an option to make the tooltip appear on click rather than hover-over?
Thanks!
Do you want this in the grid view? If so, this isn’t doable out of the box…but let me see what our developer Jonah has to say regarding whether there’s a way to hack this together. He’ll chime in here directly.
It’s possible but you need to modify plugins/the-events-calendar/resources/events.js and I’m not quite sure how to deregister that script first so you can register your own with modifications. Let me look into and get back to you.
You’ll need to put the PHP example_enqueue_scripts function in functions.php and then in your template directory create an ‘js’ folder with an events.js file with the new jQuery script.