As both datepicker will be using the same classes so it is possible that they will get affected. Please send me a screenshot of your datepicker plugin settings. And also make sure that you are using default CSS or custom style for the plugin?
I can see a really nice datepicker UI on right top section, please send me the other URL which is being interrupted.
Hi Fahad,
Thank you for your prompt reply.
Here you can check Calendar with and without WP Date picker actiavated, and also settings (of what I have since I am not premium user of your plugin).
https://ibb.co/QM2n5w7
https://ibb.co/7bFKn61
https://ibb.co/L0J0TWp
But i have already checked this portion, your datepicker is looking nice. What are you expecting? As you are a FREE version user, so no custom styles are interrupting but only default jQuery UI styles. Please tell me the issue again.
https://ibb.co/pPf8D33
https://ibb.co/BqB01dS
Here are the photos of that plugin (when you click on the date) with the date picker activated and when it is not. That plugin is not supposed to be affected with WP Datepicker – WP Datepicker overrides the style of the other plugin. I do not wish to change the style of your plugin, I’m only concerned with the fact that it interferes with the style of other plugin.
Got it, i am adding this style fix to premium version. Whatever is interrupting at the moment, is in fact, missing styles in your CSS. I am writing those Styles here. Try if it works for you.
.ui-widget-header{
background:none;
border:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
background:none;
border:none;
}
.ui-datepicker .ui-datepicker-next span{
background-position:-48px -192px;
}
.ui-datepicker .ui-datepicker-prev span {
background-position:-48px -192px;
}