Thursday, 25 April 2019
  24 Replies
  1.4K Visits
0
Votes
Undo
Hi, the behaviour of the tooltip in the monthly calendar-view changed some weeks ago without any changes from my side. If one opens the tooltip in a calendar-event it stays open and you get several tooltips one above the other. It seems like the closing on mouseout does not work anymore. Can you help me with this problem?

Thanks,

Florian
5 years ago
·
#210475
0
Votes
Undo
Hello Florian,

Can you try with the protostar theme? does it close now?

If so can you provide super user logins so I can 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!

5 years ago
·
#210547
0
Votes
Undo
Hi Tony,

thanks for your answer. I just tried it with protostar and it's the same problem. Can I send you the super user login via this support forum? I think it is public, right?

All best,
Florian
5 years ago
·
#210586
0
Votes
Undo
Hello Florian,

On reply you can put them in:

Site Details (Private)

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!

5 years ago
·
#210643
0
Votes
Undo
Hi Tony,

thank you for your help.

All best,

Florian
5 years ago
·
#210668
0
Votes
Undo
Tony is away on holiday so I'm taking a look at this for you.

I think its a clash with a module on your site - if I load the page (without modules) as https://www.your-domain.de/de/kalender?tmpl=component the tooltips work fine.

I suspect its a clash with the responsive slider module.

I am unable to login with the credentials you have given to check this - the site says they are incorrect

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!

5 years ago
·
#211001
0
Votes
Undo
Hi,

I have a similar problem since I upgraded our website from shaper_helix3 to shaper_helixultimate (bootstrap 3 to 4).
The Popup Windows don't close anymore.
5 years ago
·
#211015
0
Votes
Undo
Can you provide super user logins please? It looks like you have a template override in place setting the delay on the tooltip to 0.

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!

5 years ago
·
#211066
0
Votes
Undo
Hi,

thank you.
5 years ago
·
#211083
0
Votes
Undo
What i9s the htaccess username/password?

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!

5 years ago
·
#211111
0
Votes
Undo
It was the same. I set a new.
5 years ago
·
#211116
0
Votes
Undo
I changed the library file components/com_jevents/libraries/bootstrap.php and now it works.

Looks like a change in bootstrap 4 makes a workaround we had unnecessary now

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!

5 years ago
·
#211124
0
Votes
Undo
thank you.
will you include this in the next update?
5 years ago
·
#211126
0
Votes
Undo
Hello. I have the same problem. What should I do?
5 years ago
·
#211131
0
Votes
Undo
I changed the library file components/com_jevents/libraries/bootstrap.php and now it works.

Looks like a change in bootstrap 4 makes a workaround we had unnecessary now


Please specify what needs to be changed.
I have the same problem.
5 years ago
·
#211138
0
Votes
Undo
I'll put together a new release in the next couple of days.

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!

5 years ago
·
#211615
0
Votes
Undo
I have this same problem (tooltips don't close).
How can I solve,

Thanks
5 years ago
·
#211652
0
Votes
Undo
what version of JEvents are you using?

Is there a URL we can look at?

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!

5 years ago
·
#211659
0
Votes
Undo
It's a test site.
TitleThis is the link >>>
JEvents Version : 3.4.50
Thanks
5 years ago
·
#211668
0
Votes
Undo
this is a new issue that arises from bootstrap 4

If you edit the file components/com_jevents/libraries/bootstrap.php and search for the text "// Bootstrap 4" at line c. 437 and change the code from
        // Bootstrap 4         
if (this.config)
{
if (this.config.container == '#jevents_body' && this.config.trigger.indexOf('hover') >=0) {
var that = this;
// try again after what would have been the delay
setTimeout(function() {
return that.hide.call(that, arguments);
}, that.config.delay.hide);
return;
}
}

to
        // Bootstrap 4         
if (this.config)
{
//- This is not needed for recent versions of Bootstrap 4
/*
if (this.config.container == '#jevents_body' && this.config.trigger.indexOf('hover') >=0) {
var that = this;
// try again after what would have been the delay
setTimeout(function() {
return that.hide.call(that, arguments);
}, that.config.delay.hide);
return;
}
*/
}


It should resolve the issue - I'll be releasing a new version soon with a fix for this included.

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!

5 years ago
·
#211671
0
Votes
Undo
Perfect!
Now the tooltip works correctly.
Thanks!
  • Page :
  • 1
  • 2
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.