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!
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!
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.
Thank you Nick! That has solved it for me as well. Hopefully this will be released in a patch soon.
Many thanks Nick! This is solved! Made my Friday problem-solving session a lot shorter!
you have any special configuration? because in my test environment show fine http://imageshack.us/photo/my-images/580/screenshot20130114at105.png
update to 1.6.1
You must log in to post.