• Resolved thinkitmakeit

    (@thinkitmakeit)


    Hello I have a problem with the date picker in Forminator

    I am currently working on a client’s site.
    Where I need to build a popup scheduling form.
    As a Layout builder, I use Divi and for the popup, I tried Divi Overlays and the popup tool from Divi Supreme.

    When I use the Options Calendar or Dropdown for Date selection the Calendar or Dropdown opens in Background and can’t be used because the form overlays it.

    Everything else works and it also works when it’s directly on a normal site.
    I also tried it with a fresh install of WordPress with the normal Divi Theme and Divi Overlays or Divi Supreme Installed.

    Is there a fix to this issue?

    The Test site is playground.thinkitmakeit.at

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Kris – WPMU DEV Support

    (@wpmudevsupport13)

    Hi @thinkitmakeit

    I hope you are doing well today.

    This is a know conflict with Divi as layers use different z-index values.

    Please add below code into WP Dashboard -> Appearance -> Customize -> Additional CSS section:

    .select2-container {z-index: 9999999!important; } 
    #ui-datepicker-div {z-index: 9999999!important; }

    Kind Regards,
    Kris

    Thread Starter thinkitmakeit

    (@thinkitmakeit)

    Thank You very much!

    You made my Day 😁.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Datepicker showing in Background’ is closed to new replies.