Closed GoogleCodeExporter closed 8 years ago
This has been reported on WordPress.org too. Also a temp fix is listed there.
https://wordpress.org/support/topic/image-custom-field-bug-after-wp-40?replies=3
#post-6026596
Original comment by olympusa...@gmail.com
on 18 Sep 2014 at 3:14
I have this problem too
Original comment by simonjpa...@gmail.com
on 25 Sep 2014 at 4:33
I have problem with this too. Please for fast resolution. Temp fix didn't work
for me :/
Original comment by pmare...@gmail.com
on 1 Oct 2014 at 1:02
Refer to my answer in this other thread
http://code.google.com/p/wordpress-custom-content-type-manager/issues/detail?id=
573#c1
Original comment by guidonav...@gmail.com
on 6 Oct 2014 at 6:25
The temp fix stated here
https://wordpress.org/support/topic/image-custom-field-bug-after-wp-40?replies=3
#post-6026596 might need an !important to work. So put:
body.modal-open {
overflow: visible !important;
}
into your wp-content/plugins/custom-content-type-manager/css/manager.css and
you should be fine. Not elegant, but works!
Original comment by st.ploes...@gmail.com
on 30 Oct 2014 at 11:34
add
jQuery("body").removeClass("modal-open");
to
wp-content/plugins/custom-content-type-manager/js/thickbox.js
after
jQuery("#TB_load").remove();
you're fine.
Original comment by volker.f...@gmail.com
on 8 Dec 2014 at 1:10
Fixed applied on the core files.
Original comment by daniel.e...@gmail.com
on 17 Dec 2014 at 9:40
I attached here the updated file which has the fix for this issue.
Original comment by daniel.e...@gmail.com
on 19 Dec 2014 at 12:09
Attachments:
I only needed the one change, from comment #8. And it works! thanks.
Original comment by jonda...@gmail.com
on 13 Apr 2015 at 2:12
Fixed in 0.9.8
Original comment by ever...@fireproofsocks.com
on 6 May 2015 at 11:52
Original issue reported on code.google.com by
olympusa...@gmail.com
on 18 Sep 2014 at 3:02Attachments: