Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10183 closed defect (bug) (invalid)

Thickbox in WordPress 2.8

Reported by: kovshenin's profile kovshenin Owned by: azaozz's profile 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: @Denis-de-Bernardy
15 years ago

  • Milestone 2.8.1 deleted
  • Resolution set to invalid
  • Status changed from new to closed

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.

#2 in reply to: ↑ 1 @kovshenin
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.