-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.8 compat #24
base: master
Are you sure you want to change the base?
3.8 compat #24
Conversation
The UI is def borked in 3.8. https://www.dropbox.com/s/t4u6hvg7tu7mb7r/Screenshot%202014-03-25%2019.12.16.png Would be great if this fix could get committed and pushed out! |
Agreed. |
Would love this fixed too 👍 :) |
+1 |
2 similar comments
+1 |
+1 |
I've created a fix to use the newer version of the media modal and some other fixes: |
I've have recently been granted commit access to maintain this plugin on WordPress.org I have recently released version 0.9 which uses the newer Media Modal. I will be continuing development in this GitHub repo. |
I made some updates to make the UI work better in 3.8. Without these edits, the modal looks broken. Props to Herbert on the WordPress.org forums for figuring out that fix: http://wordpress.org/support/topic/searchbox-missing
I also made the thumbnails retina compatible.
Additionally, I changed the big question mark image to "Set Featured Image" so the UI matches the WP post featured image UI. I also removed the +/- buttons and changed that to just "Remove Featured Image"
I also fixed two bugs where if you associated an image and closed the modal, then opened the modal again, it wouldn't show the "Remove association" link for that image. Similarly if you removed an association in the modal, and then closed and reopened the modal, it wouldn't show the "Associate.." button.
If you want me to break this up into smaller pull requests, let me know. :)