Datepicker CSS is Global
-
Hello,
I notice that the datepicker CSS in your plugin is overriding datepicker css in other plugins. It is conflicting with the datepicker in The Events Calendar plugin.
Tribe is wrapping their datepicker css in a tribe specific class like so:
.tribe-ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-group {}Your plugin css is global in scope with an !important flag.
.ui-datepicker-group {
float: left;
width: 216px !important;
}I have to disable the Simple Link Directory plugin for now because the calendar functionality is crucial. But I will reactivate it as soon as there is a fix.
Thanks for listening!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Datepicker CSS is Global’ is closed to new replies.