Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @raunhar

    I hope you are doing well and sorry to hear you are having this issue.

    I can see the problem on your website but I don’t see any console errors. However, the problem seems related to a plugin conflict, I see similar scripts for BA Book Everything plugin but I installed this plugin on my lab site and Forminator worked without any issue.

    Could you create a staging site https://ww.wp.xz.cn/plugins/wp-staging/ and then run a full plugin conflict test following this guide: https://wpmudev.com/docs/getting-started/getting-support/#conflict-test

    Let us know the result you get,
    Best Regards
    Patrick Freitas

    Thread Starter raunhar

    (@raunhar)

    I imported the form to other wordpress installations with different themes. The datepicker did work there. As the theme is of Free Version, they are not going to provide any support.

    So please suggest a solution

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @raunhar,

    Could you please try adding the following CSS rules in your theme options, or in the form itself, under Appearance >> Custom CSS:

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

    I hope this helps as a workaround, by overriding theme styles.

    Best Regards,
    Dmytro

    Thread Starter raunhar

    (@raunhar)

    It worked. Thanks alot.

    Plugin Support Dmytro – WPMU DEV Support

    (@wpmudevsupport16)

    Hello @raunhar,

    We’re glad to hear it helped resolving the issue!

    I’ve just noticed a small typo in CSS code shared above:

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

    Please change it to:

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

    – that semicolon at the end should be placed before }, otherwise it may cause some CSS issues if you add more code later.

    Best Regards,
    Dmytro

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Date Picker Field’ is closed to new replies.