Hi guys,
I can't login in my site: http://fabujulous.com/wp-admin/ after updating to 3.3! How can I fix this? Thanks.
Hi guys,
I can't login in my site: http://fabujulous.com/wp-admin/ after updating to 3.3! How can I fix this? Thanks.
For some reason your admin labels are positioned with "absolute" and once I switched them to static, it works fine.
Add this to your wp-admin.css file:
#loginform label{position: static !important;}
Worked flawlessly! ^^
Thank you very much sir! Have a great day! :)
TIMELAPH theme is creating this issues. delete that theme via ftp will solve your problem
http://fabujulous.com/wp-content/themes/timelaph/js/jquery.infieldlabel.js?ver=3.3 is writing all label to absolute
Yeah, looks like so... I renamed the file, and it looks like nothing's broken, and the login page is fixed! Thanks, Pankaj!
You must log in to post.