Datepicker collision with ACF
-
Your mailchimp plugin is having a CSS naming collision around the jquery datepicker with the Advanced Custom Fields plugin. That plugin (a top professional one) has namespaced its CSS to avoid collisions with other plugins, but the Mailchimp plugin is disabling the year select box on the jquery datepicker universally.
Discussion here: https://support.advancedcustomfields.com/discussion/4614/year-hidden-in-datepicker
Problem is this fragment:
.ui-datepicker-year {
display: none;
}
which is in ?mscf_action=main_cssAny idea how to work around it?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Datepicker collision with ACF’ is closed to new replies.