Forums

Magic Fields
[resolved] WP 3.5 & MF 1.6 - Datepicker Doesn't Work (6 posts)

  1. Courtney Fantinato
    Member
    Posted 5 months ago #

    Since the other thread was resolved...

    The datepicker with 1.6 and WP 3.5 doesn't work. It opens only about 4px, so since it is so short you can't see anything and it is unusable.

    Is there a fix for this?

    Thanks!

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

  2. Nick Ciske
    Member
    Posted 5 months ago #

    Here's the issue -- from the new wp-admin.css (line 190ish):

    .screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    left: -1000em;
    top: -1000em;
    height: 1px;
    width: 1px;
    overflow: hidden;
    }

    The datepicker has the 'ui-helper-hidden-accessible' class which causes it to be 1px tall.

    Removing that class from /plugins/magic-fields/js/ui.datepicker.js fixed it on my install, at least until the authors can release a patch.

  3. Courtney Fantinato
    Member
    Posted 5 months ago #

    Thank you Nick! That has solved it for me as well. Hopefully this will be released in a patch soon.

  4. freshlinx
    Member
    Posted 4 months ago #

    Many thanks Nick! This is solved! Made my Friday problem-solving session a lot shorter!

  5. hunk
    Member
    Plugin Author

    Posted 4 months ago #

    you have any special configuration? because in my test environment show fine http://imageshack.us/photo/my-images/580/screenshot20130114at105.png

  6. hunk
    Member
    Plugin Author

    Posted 4 months ago #

    update to 1.6.1

Reply

You must log in to post.

About this Plugin

About this Topic