• Resolved jry19

    (@jry19)


    Hi Carlos.
    Firstly thanks for an awesome plugin!

    Having an issue using the plugin with popups for DIVI?
    wondering if you’ve combined the 2 before?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @jry19
    Just tested with that plugin and it partially works. What’s happening is that the calendar is displaying behind the popup, so we need to add some custom css.
    In the custom css option for divi, add this:

    .xdsoft_datetimepicker {
    z-index:999999999999;
    }
    

    This should guarantee a bug enough z-index value for the calendar to display above the popup. Check if it works.

    If it still doesn’t work, you might be using a wrong selector.
    Greetings, Carlos

    *UPDATE* I have solved a problem ??

    Hello Carlos,

    I have the same issue with a modal pop-up.
    When the datetimepicker is just in contact form 7 on a page – it works perfect, but when I want to use it with contact form 7 as pop-up, it doesn’t work. It is not clickable. I tried to add custom css, but it doesn’t work ??

    I have set up selector with name “.datetime”

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Doesn’t work as a popup?’ is closed to new replies.