Saturday, 12 November 2022
  7 Replies
  515 Visits
0
Votes
Undo
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
2 years ago
·
#228623
Accepted Answer
0
Votes
Undo
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;

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

2 years ago
·
#228541
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

2 years ago
·
#228561
0
Votes
Undo
Switched to Cassiopeia - it's just the same.
2 years ago
·
#228597
0
Votes
Undo
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.

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

2 years ago
·
#228603
0
Votes
Undo
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!
2 years ago
·
#228622
0
Votes
Undo
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

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

2 years ago
·
#228623
Accepted Answer
0
Votes
Undo
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;

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

2 years ago
·
#228633
0
Votes
Undo
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:)
  • Page :
  • 1
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.