• i upgraded to wp3.5 and my datepicker magic fields went small. the popup for the date picker was not tall enough to see. my quick fix: css. i added this to my own custom wp-admin.css file that i have included in my admin area.

    #ui-datepicker-div { height:217px }

    not sure what the long-term fix might be – or even the real cause – but this did the trick for now.

    http://wordpress.org/extend/plugins/magic-fields-2/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Gnuget

    (@gnuget)

    The new version of Magic Fields fix this issue.

    Same problem with Magic Field 1.6 and wp3.5

    Can you fix it ?

    Thx.

    yogiliman

    (@yogiliman)

    I had the same problem with a custom plugin that I created. My fix was the following CSS.

    .ui-helper-hidden-accessible { height: auto; }

    It works fine without the time picker, but it causes a glitch with it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘wp3.5 upgrade, datepicker field, css issue’ is closed to new replies.