Mootools in Fabrik 4

Slacker

New Member
I think Mootools is removed in Joomla 4, but in Fabrik 4 Mootools is present. I have found out that Tooltips does not work in Fabrik 4 due to a conflict with Mootools. When I deleted mootools-core.js in Fabrik media/com_fabrik/js/dist tooltips worked, but not the calculations that were more important for me.
 
Which tooltips are not working?

Mootools is heavyly used in Fabrik. Getting rid of it is on the to-do list (@henk already started) but this is a very big task for a later version.
 
I have Regularlabs Tooltips installed for Joomla 4 and it worked with Joomla 3.10 and before. The tooltips is in a radiobutton element with 6 alternatives.
 
As a workaround you can add a Fabrik tooltip to the radio element (i.e. one "big" tooltip, not one per radio option).
 
I searched for info about Fabrik tooltips, but I did not find anything. I need just one big tooltip per element.
 
For the radio button element you'll find the tooltip under publishing -> Tips

upload_2023-1-24_14-52-51.png
 
I have got it working now by putting this in custom.css for my template (it did not work in Fabriks custom.css)

.tooltip-inner {
min-width: 100px;
max-width: 80%;
}
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top