By Guest on Thursday, 19 March 2015
Replies 5
Likes 0
Views 1.8K
Votes 0
I would like to hide mention of unique or recurring event in calendar tooltip. Is there a better way than hiding it with css ? Is there a setting somewhere or an override to do ? In this case, what file has to be overrided ?
You can customise the tooltip content using the layout editor - see https://www.jevents.net/docs/jevents/it ... ut-editing
·
Thursday, 19 March 2015 16:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Actually, I already customized Monthly Calendar Tooltip. But there is no field concerning "Unique / Recurring Event". Code is :
<div class="jevtt_title" style = "color:{{Event foreground color:FGCOLOUR}};background-color:{{Event background color:COLOUR}};" ontouchend="javascript:document.location='{{Link:LINK}}';">{{Title:TITLE}}</div>
<div class="jevtt_text" ontouchend="javascript:document.location='{{Link:LINK}}';">
{{Tooltip time:TTTIME}}
<hr />
<small><a href="{{Link:LINK}}" title="Détail de l'événement" >Cliquer pour en savoir plus</a></small>
</div>
I guess I have to investigate TTTIME...
·
Thursday, 19 March 2015 17:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Use the Start time field instead of TTTime
·
Friday, 20 March 2015 11:05
·
0 Likes
·
0 Votes
·
0 Comments
·
How do you click links in tooltips? There is something I miss out.
·
Monday, 20 April 2015 20:49
·
0 Likes
·
0 Votes
·
0 Comments
·
You can't unless you are on mobiles usually.

Many thanks
Tony
·
Monday, 20 April 2015 21:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post