many months with colors : problem with tooltip
-
Hi, I have been working on a template page using many occurrences of the tribe_show_months function, combined with custom templates, to display a global view of my site’s year events . you can view it here, I know I’m using the same div ID over and over but I suspect that’s not the reason why tooltips don’t work.. Any idea on how to debug those tricky tooltips ? THANKS GUYS , I’m waiting for you all to solve this issue and then I promise I release full code of this magnificient view :
https://aezeo.com/formations-2015/
global $bzhEventDate; $bzhEventDate= '2015-03-01' ; tribe_show_month( array( 'eventDate' => $bzhEventDate ), 'month-small' ); $bzhEventDate= '2015-04-01' ; tribe_show_month( array( 'eventDate' => $bzhEventDate ), 'month-small' ); $bzhEventDate= '2015-05-01' ; tribe_show_month( array( 'eventDate' => $bzhEventDate ), 'month-small' ); $bzhEventDate= '2015-06-01' ; tribe_show_month( array( 'eventDate' => $bzhEventDate ), 'month-small' ); $bzhEventDate= '2015-07-01' ; tribe_show_month( array( 'eventDate' => $bzhEventDate ), 'month-small' ); $bzhEventDate= '2015-08-01' ; tribe_show_month( array( 'eventDate' => $bzhEventDate ), 'month-small' );
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘many months with colors : problem with tooltip’ is closed to new replies.