Home › Forums › Calendar Products › Events Calendar PRO › Hover popup clipped
- This topic has 5 replies, 4 voices, and was last updated 9 years, 10 months ago by
Riccardo.
-
AuthorPosts
-
June 6, 2016 at 5:03 am #1122908
Riccardo
ParticipantThe popup when hovering an event will be clipped away, also when the calendar row is quite close to the middle of the screen.
Maybe you could adjust the position depending on the screen size/event position??
See the attachmentsJune 6, 2016 at 7:51 am #1122982Geoff
MemberHey Riccardo and thanks for getting in touch!
Oh, it looks like the tooltip is getting cut off by the WordPress admin bar. That’s actually a theme-level styling issue. However, you can try bumping up the layer level of the tooltip by adding this CSS to your theme’s style.css file or using the Simple Custom CSS plugin:
.tribe-events-calendar .tribe-events-tooltip { z-index: 9999; }…and it might require knocking the level of the WordPress admin bar down in order to take effect:
#wpadminbar { z-index: 9998; }Hopefully that does the trick!
Geoff
June 6, 2016 at 7:57 am #1122989Riccardo
ParticipantGeoff thanks for helping!
It seems that the problem is more related to the logics behind the tooltip: see here the attachment, there’s no admin bar but the tooltip is clipped away…. I think it should ba a matter of querying current window area view and decide where to place the tooltip…
June 6, 2016 at 9:07 am #1123049Geoff
MemberHey Riccardo,
Thanks for following up!
The tooltip itself will always be positioned up, regardless of where the viewport is located — which means that it will be clipped off the screen if there is simply no room for it. That’s unfortunately not something that can be changed.
Then again, it actually appears that the theme header is also in a fixed position that is covering the tooltip even when there is enough space to show the tooltip (screenshot). That’s the conflict I’m seeing with the theme and where changing the order layers will help ensure that the tooltip is on top of the menu.
Does that help clarify things a bit? Please let me know.
Thanks!
GeoffJune 21, 2016 at 9:35 am #1129912Support Droid
KeymasterThis topic has not been active for quite some time and will now be closed.
If you still need assistance please simply open a new topic (linking to this one if necessary)
and one of the team will be only too happy to help. -
AuthorPosts
- The topic ‘Hover popup clipped’ is closed to new replies.
