• I added some jquery plugins in the template’s header.php, and invoked it as i normally do. For some reason it doesn’t execute. The src is correct, and the invocation methods follows what I did on another site running WordPress 2.3.3. So is this a problem with the new 2.5 version?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Perhaps you could be more specific, and either supply the code you’re trying to run or link to your site.

    Thread Starter jokersson

    (@jokersson)

    I wanted to use thickbox on the wordpress site. Followed the same routine as I did with a 2.3.3 site, but it doesn’t seem to work. I invoked it the same way in the post. Have you/others have the same problem, or can you include a javascript in the template header.php and call upon it from a post?

    Some questions:

    1. Did you add jQuery Plugins or did you add WordPress Plugins that do use jQuery?
    2. What Exact Plugin did you use? Please provide an URL of the plugins homepage as well.
    3. Which Template do you use? Please provide an URL of the themes homepage as well.
    4. Have you searched for threads in the support forum that might contain one or more keywords of you topic?

    Please answer all of these four questions.

    See this ticket. Perhaps like that ticket’s reporter you are trying to load your own version of Thickbox with wp_enqueue_script('thickbox'), which will load the WP 2.5 version of Thickbox instead. If so, you will need to rename your version of Thickbox when you register it.

    Thread Starter jokersson

    (@jokersson)

    It’s a custom theme, but the header and footer forks are included.

    I’m trying the real thickbox script, not the wordpress plugin. It has worked on a 2.3.3 site, but not on a 2.5 site. Weird.

    I’m also trying to use the IDTabs (https://www.sunsean.com/idTabs/). Same deal. Works on 2.3.3, but doesn’t on 2.5.

    Please provide a link of your site with an example post.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘WordPress 2.5 not executing javascript?’ is closed to new replies.