By sysdacapo on Saturday, 12 February 2022
Replies 6
Likes 0
Views 645
Votes 0
Good evening,

the tooltops of the monthly calander are working now excellent. Only one drawback remains: links to location and people are shown at the tooltips. But we do not have the chance to trigger these links. The retention time is to short to move the mouse from the event to the link and to click on.

Is it possible the have a higher retention time to move over the tooltip and to ensure that the tooltip remains present until the click on a link is done?

Regards
Heinz
You don't mention which calendar template you're using so this is from flat plus

if you look in the month view calendar cell.php search for this line


JevHtmlBootstrap::popover('.hasjevtip' , array("trigger"=>"hover focus", "placement"=>"top", "container"=>"#jevents_body", "delay"=> array( "show"=> 300, "hide"=> 200 )));

You can try to adjust the hide time there this is what I had done.
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

They should stay once you hover on the event, the above delay settings just determines how long the tooltip stays for once the mouse moves away.

Many thanks
Tony
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hallo,

following the hint of stevec4 I have found in the calendar_cell.php the line

tooltip_delay.jpg


and changed it accordingly - without any effect, neither on the monthly nor the weekly view.
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Since I have not found any solution up to now, I have changed color and decoration to "hide" the links visually. They can not be used anyway
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
If we could get a link we could view incase something is overlapping with issues.

Many thanks
Tony
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry again for my late answer.

For access data see the site details

Regards
Heinz
·
2 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post