By KeithJThomas on Saturday, 12 November 2022
Replies 7
Likes 0
Views 632
Votes 0
I am having trouble with the popup messages (tooltips) that should appear when hovering over the monthly calendar. When tooltips are set in 'configuration' to 'bootstrap' the tooltips appear in code rather than the proper information (see pic). When I set tooltips to UIkit i get an error 'problem with popups localhost' reported when I exit the configuration. With this setting also, when hovering over the calendar I only get a limited amount of info shown, just the event name, not what is shown in your online demo. Are the tooltips not implemented fully in the 'free' version? Using Joomla 4 with Helix Ultimate template
Edit the file plugin/system/helixultimate/html/layouts/libraries/cms/html/bootstrap.php and add the following line in the popover method at line c. 269


Factory::getDocument()->addScriptOptions('bootstrap.popover', array($selector => $opt));

so that the block reads

$opt = (object) array_filter((array) $opt);

Factory::getDocument()->addScriptOptions('bootstrap.popover', array($selector => $opt));

static::$loaded[__METHOD__][$selector] = true;
·
Thursday, 17 November 2022 14:20
·
0 Likes
·
0 Votes
·
0 Comments
·
There are some known javascript issue with some versions of the Helix template framework - can you switch to cassiopeia temporarily to confirm that the problem is in the template
·
Tuesday, 15 November 2022 15:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Switched to Cassiopeia - it's just the same.
·
Tuesday, 15 November 2022 18:48
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you give me the URL to look at - switching to Cassiopeia by itself isn't enough you would also need to disable the Helix system plugin to test properly.
·
Thursday, 17 November 2022 09:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Geraint - Yes you are right, it is Helix that is causing the problem. When I disabled it fully in 'Extentions Manage' the popup works fully. Is there any solution when using Helix? Thanks very much for the gudance so far!
·
Thursday, 17 November 2022 10:39
·
0 Likes
·
0 Votes
·
0 Comments
·
In Joomla 4 the way that dynamically created javascript is pushed to the browser is different to Joomla 3 and the Helix Framework plugin is dropping this for some reason. Its been reported to them several times and they have still not fixed it from what I can make out.

See https://www.joomshaper.com/forum/question/13405
·
Thursday, 17 November 2022 14:17
·
0 Likes
·
0 Votes
·
0 Comments
·
You are a star!! Funnily enough the line was already in there but commented out and the file was just as I downloaded it from the Helix site!

Anyway now working thanks a lot:)
·
Thursday, 17 November 2022 16:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post