Multiple events appearing under mouseover popup in TOC mode.
For some reason I am having multiple events appear when you mouseover a single event in the TOC mode. I have integrated the calendar with wordpress and am wondering if there is a PHP var conflict? Or am I missing a setting somewhere? Here is a link to see what is happening.
Try disabling the on-click popups. Looking at the code that is generated doesn't match the behaviour.
__________________
-- Gervais EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
It has to be a variable that gets lost, but I don't know which one it would be. Last time I remember that happening was because (or so I believed) of the inclusion of the regular mode calendar on the same page as the TOC.
__________________
-- Gervais EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
Thank you for your help. I sort of assumed that is what it was being that the demo works fine. I followed the instructions on http://www.epctutorials.com/ for the integration (which I am now figuring out that you wrote?) but modified it slightly. I was able to turn it into a plugin with admin access through WP backend and also give the client the ability to use shortcode to insert the calendar on any page anywhere. I used hooks to get the proper <head> and <body> inclusions. I may have to back up a bit and simplify. Figure out which variable is getting lost. It's a great calendar so I'm not giving up yet.