• Fabrik V4.4.1 is now available.

    This version corrects the Admin issue introduced by V4.4. V4.4.1 is available through the Joomla Updater or for download through your My Downloads area of our website.

    Turns out a code change intended for our 5.0dev branch inadvertantly got pushed to the 4.x branch (by me, duh!). The javascript structure in 5.0 will change considerably and part of that change took effect with the inadvertant code change.

    We have reverted the code change and released 4.4.1. V4.4 has been retracted.

    Sorry for any inconvenience.

  • A new version of Full Calendar is now available.

    See the details here

Mootools in Fabrik 4

Slacker

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%;
}
 

Members online

No members online now.
Back
Top