• Resolved erwanpia

    (@erwanpia)


    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' );

    https://www.ads-software.com/plugins/the-events-calendar/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Barry

    (@barryhughes-1)

    Hi erwanpia,

    We’d love to help further especially with such an interesting piece of work but I’m afraid custom development tasks like this are something we need to leave in your own capable hands, as the amount of support we can provide here on the free forums is regrettably limited ??

    Good luck, though, and we hope to hear more from you once you hammer out the last few pieces of this work!

    Thread Starter erwanpia

    (@erwanpia)

    Thanks for your answer, and problem solved, I had removed to much of you view code and a simple reverse engineering of your tooltip javascript told me to reintegrate the tribe-events-content-wrapper and tribe-events divs

    have a look, I’m working on a plugin but that’s rough

    https://aezeo.com/formations-2015/

    Plugin Author Brian

    (@brianjessee)

    I am glad to see you were able to figure it out. I visited your site and that is some neat work. I shared it with the team as well.

    I am going to go ahead and mark this resolved. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘many months with colors : problem with tooltip’ is closed to new replies.