#10183 closed defect (bug) (invalid)
Thickbox in WordPress 2.8
Reported by: | kovshenin | Owned by: | azaozz |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.8 |
Component: | JavaScript | Keywords: | thickbox |
Focuses: | Cc: |
Description
It's not working. wp_enqueue_script does not load the thickbox.js file. Hope I'm not the only one..
Here's a temporary workaround: http://kovshenin.com/894
Change History (2)
#1
follow-up:
↓ 2
@
15 years ago
- Milestone 2.8.1 deleted
- Resolution set to invalid
- Status changed from new to closed
#2
in reply to:
↑ 1
@
15 years ago
Replying to Denis-de-Bernardy:
it's loaded in the footer and working fine in there. please update your plugin accordingly by making it a depend for your other js (it'll then load in the header) or moving your own script in the footer.
Ugh, you're right, most themes miss the wp_footer(); function before the closing body tag. That caused my plugin to break, sorry.
Note: See
TracTickets for help on using
tickets.
it's loaded in the footer and working fine in there. please update your plugin accordingly by making it a depend for your other js (it'll then load in the header) or moving your own script in the footer.