Tooltip hiding behind navigation bar

Home Forums Calendar Products Events Calendar PRO Tooltip hiding behind navigation bar

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #949338
    Lars
    Participant

    Hi,

    Our tooltip window is hiding behind the theme navigation bar. How do we fix that? We believe that the tooltip needs added a z-index property?

    https://www.dropbox.com/s/6vpepkif46jca2c/Sk%C3%A6rmbillede%202015-03-19%2015.32.56.png?dl=0

    #949345
    Lars
    Participant

    This reply is private.

    #949378
    Geoff
    Member

    Hi there, Lars!

    It looks like the CSS class for your header wrapper has a z-index higher than the tooltip. Try editing that class to something like this:

    .gdlr-header-wrapper {
    z-index: 70;
    }

    That seemed to do the trick when I tested it out in DevTools. 🙂

    Regarding the featured image question you mentioned in your private reply, that can also be styled in CSS using the .tribe-events-event-thumb class.

    Cheers!
    Geoff

    #949421
    Lars
    Participant

    This reply is private.

    #949457
    Rob
    Member

    Hey Lars – thanks for the follow-up here. Sounds like Z-index issue is resolved, which is awesome! I’m so glad to see Geoff was able to point you in the right direction 🙂

    I see your most recent follow-up references the featured image thumbnail issue (which we previously did already provide some ideas on in the separate thread you linked to). As you may be aware based on our forum guidelines, we try to avoid having multiple issues addressed in the same thread.

    I’m not sure how much else we can really do on that, but I just chatted with Geoff for a quick follow-up and it looks like this should be pretty straightforward: we grab the featured image using the_thumbnail and that respects WordPress’ default thumbnail sizes. The WordPress codex (http://codex.wordpress.org/Function_Reference/set_post_thumbnail_size) should be able to help get you where you need on that…we’re unlikely going to be able to provide much more support from there though. Good luck!

    Since the core issue here is addressed I’m going to close out this thread. Thanks again for your support so far.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Tooltip hiding behind navigation bar’ is closed to new replies.