Hover popup clipped

Home Forums Calendar Products Events Calendar PRO Hover popup clipped

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1122908
    Riccardo
    Participant

    The 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 attachments

    #1122982
    Geoff
    Member

    Hey 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

    #1122989
    Riccardo
    Participant

    Geoff 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…

    #1123049
    Geoff
    Member

    Hey 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!
    Geoff

    #1129912
    Support Droid
    Keymaster

    This 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.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Hover popup clipped’ is closed to new replies.