• hello
    I included in my page a widget with calendar. when I click on event, description appears, with title, picture, text etc.
    but, this window is overwritten by some text from my page. I do not find the way to set it on the top of any content. maybe because the popup is a child element ?
    I am using salient theme
    how can we solve that ?! thx.

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

    (@joedolson)

    If you provide a link, I can take a look. It’s probably a problem from your theme, but I can’t be more specific without details.

    Thread Starter tonnick0033

    (@tonnick0033)

    maybe it is a conflict between the plugin and the theme, but for now the web is not published. url is https://immo-academy.net but you will have to force your dns toward ip 212.47.249.228

    Plugin Author Joe Dolson

    (@joedolson)

    There’s some pretty complicated stuff going on with z-index on that site, and I’m sure that it’s what’s causing this problem. However, there are so many different layers with different z-index values, that’s it’s pretty difficult to figure out exactly what it is.

    The text of the event itself isn’t visible because your theme is setting the class ‘.light p’ to be white, and that’s overriding all paragraph elements on the page. You can override that specific setting in your My Calendar stylesheet with .mc-main .details p { color: #333; }

    Thread Starter tonnick0033

    (@tonnick0033)

    yes I saw that text is not visible, but issue is not here. issue is that the popup event detail remains always below the div with icons and text. Seems to be a z-index, but even if we set z-index:9999999 for the event div, the problem remains.
    Salient is a theme based on visual composer builder, as so many template. I’m pretty sure that this issue will reproduce not only on my theme, but on any theme using any builder such as visual composer. Do you think we have a chance to solve that ?

    Plugin Author Joe Dolson

    (@joedolson)

    It seems pretty difficult – I spent a healthy chunk of time trying to isolate the issue, but there were so many different layers that it was pretty challenging to find the culprit.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘widget detail events’ is closed to new replies.