jemproject / JEM-Project

JEM - an Event Manager for Joomla
https://www.joomlaeventmanager.net
GNU General Public License v3.0
25 stars 36 forks source link

Tooltip - HTML-Code #1759

Closed over40 closed 1 week ago

over40 commented 1 month ago

At your Demo-Site: https://demo.joomlaeventmanager.net/ JEM - Module-Calendar the Mouse-over tooltips are shown as HTML-Code. At my Site this is the same. I have not found a Solution till now.

jojo12 commented 1 month ago

We had this (long time ago) and it was solved. This was in the menu calendar too, and there it is solved. EDIT: I've seen: when the module mod_jem_cal is on the same page as a menu calendar, then the tooltip is ok!!!

mckillo commented 4 weeks ago

Good point. That's curious and possibly helps to discover the problem, there is something that is not loading. Thank you and I will investigate the case.

Heklaterriol commented 3 weeks ago

The script /media/vendor/bootstrap/js/popper.min.js should be loaded for the mouse-over tooltips to work. On a JEM component pages it is loaded, but not on pages, where only a JEM module is active.

mckillo commented 3 weeks ago

Thank both for the tips to solve it. Check the commit.

over40 commented 1 week ago

I can confirm that it works.. Many thanks

Heklaterriol commented 1 week ago

thx