Calendar Tooltip is not showing on hover in 3.7.

Home Forums Calendar Products Events Calendar PRO Calendar Tooltip is not showing on hover in 3.7.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #738038
    axionmedialab
    Participant

    I have confirmed that this is theme specific to my development as the tooltip does work if I activate TwentyTen. That being said, I cannot figure out why the Tooltip is not being created in the Monthly Calendar view.

    The calendar can be found in development here: http://eye-clinic-wp.axionmediadev.com/events/

    Please help.

    #738592
    Brian
    Member

    Hello,

    Thanks for providing a link and letting me know about changing themes.

    I took a look at your site and found a javascript console error.

    I believe this is what is causing the tooltips to not work.

    Here is the error message:
    Javascript TypeError: href is undefined

    Coming from this file http://eye-clinic-wp.axionmediadev.com/wp-content/themes/eyeclinic/js/main.js on line 230

    Either you can remove that function from the script, modify it yourself to get it to work, or contact the theme developer and see if they have a fix for that error.

    Once that error is gone the tooltips should work.

    Please let me know if that does not help you or you would like some more information.

    Thanks

    #739753
    axionmedialab
    Participant

    For anyone that may have had this issue, we neglected to include <?php body_class(); ?> on the opening body tag of our theme. This did not allow Tribe to insert any classes in the body tag, which I’m assuming fires the script to create the tooltip.

    I hope this saves someone else some time as it took awhile to weed this issue out for us.

    #739761
    Brian
    Member

    Great, glad you were able to fix it and thanks for providing that information. I know someone will find it useful.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Calendar Tooltip is not showing on hover in 3.7.’ is closed to new replies.