• Great plugin except for one thing.
    I have a page on my site which will be used to show the availability of the facilities for hire, the problem is that a bubble pops up when ever you haver over a event with the title, description, times, etc…

    The bubble doesn’t appear where the mouse is though, it appears in the bottom left of the page but still moves with the mouse. I’m guessing that’s a problem with the theme I’m using but is there a way for me to disable this bubble?

    The page causing the problem is http://killock.co.uk/roomhire/killock-availability/

    I’m using Firefox 3 if that affects it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’m not sure if it is kosher to edit the files included with the plugin, but I found that if i changed lines 169 and 170 of cal-functions.php to:

    jQuery(“.ics-calendar-event-box”).css(“top”,e.pageY – 100);
    jQuery(“.ics-calendar-event-box”).css(“left”,e.pageX – 300);

    The pop-up bubble was positioned better for the theme I was using. Hope this helps.

    Thanks kanonen80 that worked for me.

    has anyone got issues with the poppup being behind the date lines of the table?

    Just in case you didn’t know. This has been added to the newest release of WordPress. You can now allow the bubbles to show up on click, hover or not at all.

    Enjoy!
    Daniel
    http://www.fullimpact.net

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: ICS Calendar] Disable the bubble when hovering over an event in a page’ is closed to new replies.