You need to be logged in to view a user's profile.
  1. chewk2
    Silver Member
  2. JEvents 3.4 (Free Access)
  3. Sunday, 10 April 2022
Joomla 4.1.2, jevents 3,6,30, joomshaper helix ultimate template and framework, joomshaper pagebuilder 3.8.6

I see some others have experienced conflicts with jevents tooltips and joomshaper helix ultimate template. I see the response has been to look at bootstrap settings in the jevents config and to consider jquery easy.

I have spent a great deal of time trying to find the combo of adding scripts and removing scripts in order to get the conflicts resolved but am not having full success. when the issue occurs, I see that the format of the tooltip has title="something" and data-content = "something" as opposed to title data-content "something".

I have fiddled with overriding the <script application/json with the class of joomla-script-options.. add that helix injects with some success but there's also a jquery conflict. when I do the override then remove the jquery load. the tooltips work but the offcanvas hamburger menu listener event doesn't exist so I lose my menu. I cannot find a combination of readding jquery that makes both work.

would it be possible to give me some clues as to how to approach this?

http://gatewayfellowship.com/calendar

thanks,
Jim

I have basic
tonyp
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Hello,

Can we please get super user acces to login and review?

Many thanks
Tony
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!Join the JEvents club today!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 1
chewk2
Silver Member
Accepted Answer Pending Moderation
0
Votes
Undo
credentials provided...
page to look at is a monthly calendar at https://test2.gatewayfellowship.com/calendar

issue is html is not rendered properly in the tooltip
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 2
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
Can you try JEvents 3.6.32 and updates to club themes - I have done a lot of work with respect to modals and popovers/tooltips in the last few days and I believe most issues are now resolved.
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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 3
chewk2
Silver Member
Accepted Answer Pending Moderation
0
Votes
Undo
just updated it...no go
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 4
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
There appear to be ongoing problems with Helix based templates.

We are making a call to the core Joomla bootstrap popover methods but these have been modified by Helix and are not working - its possible the problem is with your Page Builder which also loads its own version of bootstrap popover code.

If it was ok for me to download a temporary backup copy of your site I may be able to figure out what is going on and advise on a solution.
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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 5
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
There is a bug in the Helix override plugin/system/helixultimate/overrides/layouts/joomla/form/field/calendar.php it is missing the button attribute


data-date-format="<?php echo $format; ?>"


This is why the dates are wrong

Also their implementation of bootstrap is wrong - they don't include

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


which triggers the initiation of the popovers.
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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 6
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
There is a bug in the Helix override plugin/system/helixultimate/overrides/layouts/joomla/form/field/calendar.php it is missing the button attribute


data-date-format="<?php echo $format; ?>"


This is why the dates are wrong

Also their implementation of bootstrap is wrong - they don't include

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


which triggers the initiation of the popovers.
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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 7
chewk2
Silver Member
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you so much for looking into this! are you thinking on communicating with joomshaper? or would you prefer that I pass this info along.

based on your response, I take it that you don't need to pull a backup copy

Also,I'm happy to override their overrides if you could recommend what to change those lines to
you provided the location of the date issue, just need the syntax for the button attribute that you are recommending
and...where should I place the addScriptOptions call? Just a module at the beginning of the document maybe.

Again thanks for your support on this!!
Jim
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 8
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
I won't need a backup copy - thanks

If you could raise the issue with Joomlshaper that would be good. You can include what I have written in my post above - it should hopefully make sense to them
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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 9
chewk2
Silver Member
Accepted Answer Pending Moderation
0
Votes
Undo
geraint,

just FYI,

I did as you suggested and posted a question to joomshaper and included your insights as a part of the issue to assist them. You might be amazed to see how the dialog went...I am stunned. No need to reply.

https://www.joomshaper.com/forum/question/13405
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 10
geraint
Support Team
Accepted Answer Pending Moderation
0
Votes
Undo
I'm not impressed! I suspect their support staff are not developers and aren't familiar with the code.

I hope they get this resolved for you - its affected a couple of other users but there isn't much we can do to work around it so are dependent on them fixing this oversight in the code.
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!
  1. more than a month ago
  2. JEvents 3.4 (Free Access)
  3. # 11
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

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.