• I was trying to load jquery in my site header. I was trying to use wp_enqueue_script(). But it was not working. No script was being loaded in header. I searched for solution. everybody says to use wp_enqueue_script(). But this was not working. finally I decided to deactivate some plugin for test. I when I deactivate this “WordPress Post Tabs” then problem solved. Now wp_enqueue_script() is working for me when this plugin is deactivated.

    http://wordpress.org/extend/plugins/wordpress-post-tabs/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve encountered the same problem. This plugin worked fine alone, but in combination with another plugin using jquery tabs, they both fall apart.

    I may be wrong about that. I uninstalled the other plugin and WP Post Tabs still didn’t work. The last thing I did before that plugin was update WordPress, so in my case it may just be a compatibility issue with 3.5.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘This Plugin removes wp_enque_script’ is closed to new replies.