• I’ve tried adding a super high z-index to put it on top but it doesn’t work, tried adding margin, nothing works.

    Is there a way to have the link details open in a new window?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Yes, certainly you can do that. Go to My Calendar > Settings > Output and check the box “Open calendar links to event details”

    You may have a problem with the container that My Calendar is appearing in is set to ‘overflow: hidden’; you can’t resolve that with z-index – you’d just need to remove overflow: hidden.

    Thread Starter impressionpoint

    (@impressionpoint)

    Thanks for the response! It’s not the actual overflow, it’s that the bottom of the popup is getting placed behind the header text below the calendar. I can see it, but the header text in the section below it.

    For the “Open calendar link to event details” can I have that load in a new tab? Didn’t see anywhere to add a target blank.

    Thanks!

    Plugin Author Joe Dolson

    (@joedolson)

    No, you can’t have it load in a new tab.

    I’d need to see the site to provide any comments about the CSS, however.

    Thread Starter impressionpoint

    (@impressionpoint)

    Lol, well I did something. Now it seems to open on the day, which is good, but it keeps pushing my viewport around.

    https://norotonfd.com/_members-test

    Plugin Author Joe Dolson

    (@joedolson)

    Wow, that theme has a lot of z-index. I had to remove the z-index value on 7 or 8 different items before I was able to get one of the footer columns to move to the bottom of the stack.

    The problem is that z-index has been declared on each container: the wrapping container for the columns, the section container, each container itself…it just keeps nesting down, and each container has z-index=1. Messy.

    If it was me, I’d do a child theme and remove all z-index references from the child theme.

    The reflow issue is, I think, because your theme has some scripting that’s shifting the viewport based on current focus, do it moves the screen when you expand the panel.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Popup getting hidden behind elements’ is closed to new replies.