By Holley on Monday, 10 February 2020
Replies 18
Likes 0
Views 1.5K
Votes 0
Hi,
my tooltips looks this way:

Bildschirmfoto 2020-02-10 um 18.48.26.png


Changing customized layouts - month.calendar_tip to a simple output of the description, it looks this way:

Bildschirmfoto 2020-02-10 um 18.48.01.png


I have no overrides. Could you imagine what went wrong? Why do I get displayed the tooltip with html-tags?

This is my editor-view:

Bildschirmfoto 2020-02-10 um 19.05.29.png


Thank you very much
It looks like Joomla/Our native JS is clashing with your themes JS.

Can you double check the logins?

Also in JEvents -> Configuration -> Monthly Calendar -> Tooltip Type? -> Bootstrap or Mootools.

Try both.

Many thanks
Tony
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hej Tony,
it is a browser-problem. Firefox 72.0.2 (MAC). Sorry for that. I should have known it ...
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok no problem!
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Tony,

Google forgets nothing so I come back occasionally to my own thread.

I have a similar problem again with the way tooltips are displayed (monthly calendar cell).

using: JEvents v3.6.58 Stable
Joomla! 4.3.2 Stable
PHP-Version 8.0.20

After migrating to Joomla 4 I still had my customised layouts for e. g. monthly calendar cell:


<div class="eventfull">
<div class="eventstyle" style="border-bottom:5px solid {{Event background color:COLOUR}};">
{{Event Time:EVTTIME}}<span class="bis">{{End Time:ENDTIME}}</span>
<span class="description-check">{{Beschreibung:DESCRIPTION}}</span>
<span class="eventTitleToolTip editlinktip hasjevtip" title="{{Tooltip title:TOOLTIPTITLE}}" data-content="{{Tooltip content:TOOLTIPCONTENT}}">
<span class="titli">{{Title:TITLE}}</span>
</span>
<span class="titli monthi">{{Title:TITLE}}</span>
</div>
</div>


I tried to substitute this code with your default entry from a fresh Joomla-Jevents installation - it's getting even worse.
I set this customised layout to "unpublish" - the wohle entry disappears.
I will prepare every data you may need!
Do you have any idea what is going wrong?
I must admit, I do not understand, whats getting wrong, in case I unpublish a customised layout. There should step in a default one, shouldn't it?

Thank you very much in advance
Holley
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you check the plesk login and we can take a look
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for answering that quick!
I am sorry - what do you mean - which plesk login?
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I can give you access but how? Any private message system?
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Your site details tab is populated with login details to your test site - but the credentials don't work
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I'm sorry. I forgot totally.
I updated my data.
I think I fundamentally mess up something.

There is something wrong with data-bs-original-title.
But e.g. only for month October. August e.g. is fine.


<div class="eventstyle" style="border-bottom:5px solid #ff9f00;">
<span class="bis"></span><span class="description-check">
<p>bis 27.10.23. Schulschluss am Freitag, 13. Oktober um 12 Uhr.</p>
</span>
<span class="eventTitleToolTip editlinktip hasjevtip" data-content="" data-bs-original-title="<p>bis 27.10.23. Schulschluss am Freitag, 13. Oktober um 12 Uhr.</p>">
<span class="titli">Herbstferien</span>
</span>
<span class="titli monthi">Herbstferien</span>
</div>


Thank you so much!
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
I think you may have a template override in place for the month calendar - did you write this yourself?

How did you set up the tooltip generation?
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Well, I have a directory called "month" in my template directory. But I think I did not make any changes. When I try to create a new override from com_jevents/month nothing happens.The directory is not built.
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
There is a popup login guard on the backend so I am unable to take a look
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh dear, I am sorry. Just edited the missing information.

I am on train to re-check everything. I have no override in my template for monthly view. But I try to use individual images for calendar-icon. They are not taken. I tried everything …

/templates/gsb/html/com_jevents/ext/assets/images
/templates/gsb/html/com_jevents/month/assets/images
/templates/gsb/html/com_jevents/ext/month/assets/images

They are always related to the component's assets-directory:
/components/com_jevents/views/ext/assets/images/icon-flyer.gif

Thank you!
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
You have

#jevents_body .popover {
display:none;
}

in your jevents custom css

I don't know where the second tooltip based on the 'title' is coming from - its not generated by JEvents code
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Well, I did not change anything in comparison to before-migration.
I think I have to start from new.
But, please, what about the path for images? As I wrote, images are not taken from any override-directory. Events always takes the components image path.
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
There is no easy way to override these images I'm afraid - they are loaded from components/com_jevents/views/YOURVIEWNAME/assets/images/

You could override the helper function and use a different path by copying components/com_jevents/views/ext/helpers/extviewnattablevariconic.php to
/templates/gsb/html/com_jevents/helpers/ and changing it there (note that you DO NOT use ext in the path in the template folder.
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Geraint,
thank you very much - this <em>was</em> easy, indeed!

Still got problems with this popover-thing, but surely you are right - there must be any override I did not detect yet.
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

finally I had set a wrong css-markup.

Thank you for your patience!
·
1 year ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post