The tooltips are automatically generated using your event details. So there is no need to set them up. There are options to enable/disable them, and to force the direction which they load, but as far as setting them up there should be no need to do anything 🙂
Hey thanks for your reply, but The tool tip is on and the event description is filled in, but nothing shows up when you hover over the event on the calendar, so i’m at a complete lost to what needs to be done to fix this.
I checked the page you linked to and my guess is the breakage is being cause by the jQuery library being loaded twice on the same page. This can cause breakage for jQuery plugins if the jQuery library is loaded twice. The recommended library to use is the one that automatically loads up from WordPress core. This is because it’s already in no-conflict mode. The one from Google’s CDN might not be in no-conflict mode.
Steps to fix (these can be passed on to the theme developer, since it’s the theme that’s not coded correctly) :
1) Remove the script tags calls from header.php and
2) use wp_enqueue_script() to load in your custom jQuery scripts (like the one for the html5-boilerplate)
Viewing 5 reply threads
The support post ‘Calender Hover Feature’ 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.
Considering Event Espresso for a new project? Tell us more through our contact page.