datepicker in conflict with plugins that use theme dependent styles
-
Hi, im using dokan+woocommerce front end+ woocomerce booking
Inside the woocommerce front end, all the datepickers are incorrect,
Look the image, upside is my datepicker, downside is the correct datepicker using another theme.
I contact 2 from this 3 plugin developers and they said that this styles are theme dependent.
How to fix this datepicker?
Maybe they use the local theme styles ?
Attachments:
You must be
logged in to view attached files.
Hello,
Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it? Send us an exact link where we can see this issue.
Thank you in advance
>I leave actived all the plugins that need to open this screen,its a woocommerce Front-end Manager
>Attached pics with problem using Woodmart,and after change the theme to an Free WordPress Theme show that the datepicker its there working
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .ui-datepicker .ui-datepicker-title select {
border-radius: 0;
background-color: white;
padding: 0 10px;
border-width: 1px;
width: 50%;
text-transform: capitalize;
background-position: right 5px top 50%;
}