By Holley on Friday, 29 September 2023
Replies 8
Likes 0
Views 510
Votes 0
Hi,

is there a possibility to use links as description, displayed as Toolti? In my case the link is not rendered.

This is my customer layout for Monthly Calendar Cell:


<div class="eventfull">
<div class="eventstyle" style="border-bottom:5px solid {{Event background color:COLOUR}};">
<span class="eventTitleToolTip editlinktip hasjevtip" title="{{title:TOOLTIPTITLE}}{{Events:MULTIENDDATE;%d.%m.%Y# Bis %s#}}">
<span class="titel">{{Title:TITLE}}</span>
</span>
<span class="datum">{{Time:STARTTIME}}{{Time:ENDTIME# – %s#}}{{Time:STARTTIME# Uhr#}}</span>
</div>
</div>


Thank you!
How have you configured your custom month cell tooltip?
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Well, honestly, I am not sure.
This is the content of month.calendar_tip:
{{Beschreibung:DESCRIPTION}}

I think to remember there had been some entry by installation, hasn't it?
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I don't see this problem active on your site - did you deactivate something?
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Well, no, I had to remove the link as code had been displayed unreineres.
I just created a new link. "Sponsorenlauf " 02. May 2024.
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Try this instead

<div class="jevtt_title">{{Beschreibung:DESCRIPTION}}</div>


BUT this is not the ideal way to link to an article since you cannot click on the tooltip with a mouse.

Ideally you should use the agenda/minutes plugin for JEvents which allows you to auto-redirect from an event detail page to an article on your sites.
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Geraint,

I am sorry, but I do not understand. Where shall I replace this code?
In custom layout month.calendar_tip?
(Honestly, I never used event detail pages. Should I? Is it a better way to optimize responsiveness/access from mobile systems?)

I get this:
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
You need the description in your layout too - see my suggestion above.

On a mobile device you approach would work but not on a non-touch or special access device e.g. screenreader
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Okay, thank you. I have to study the mobile-touch-link problem …
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post