Title: jQuery doesn&#039;t work after plugin is enabled
Last modified: August 20, 2016

---

# jQuery doesn't work after plugin is enabled

 *  Resolved [paythuprise](https://wordpress.org/support/users/paythuprise/)
 * (@paythuprise)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/jquery-doesnt-work-after-plugin-is-enabled/)
 * I have a navigation menu and a div fader that uses the jQuery library as well
   as two external javascript files. All the javascript works fine until I activate
   the WP Photo Album Plus plugin. I believe it has something to do with my implementation
   for plugins on my wordpress template.
 * Below I’ve included my source code for index.php, header.php, and footer.php.
   Any ideas why this might happen? Thanks!
 * _[475 lines of code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/jquery-doesnt-work-after-plugin-is-enabled/#post-2370551)
 * WPPA+ uses the jQuery library as prescribed by wp, i.e. it uses the wp supplied
   version, enqueued by the plugin to prevent multiple inclusions and in noConflict
   mode, i.e.. jQuery() calls as opposed to $() calls.
 * If your theme or another plugin loads its own version of a jQuery library and/
   or uses it in non-noConflict mode, you can expect this kind of trouble, in wich
   case you are encouraged to get the theme or plugins use the jQuery as prescribed
   by the wp rules. See [This topic](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
   for more info.
 *  Thread Starter [paythuprise](https://wordpress.org/support/users/paythuprise/)
 * (@paythuprise)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/jquery-doesnt-work-after-plugin-is-enabled/#post-2370555)
 * Awesome. It works now, Thanks!
 *  [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/jquery-doesnt-work-after-plugin-is-enabled/#post-2370573)
 * Please mark this topic as resolved

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘jQuery doesn't work after plugin is enabled’ is closed to new replies.

## Tags

 * [javascript](https://wordpress.org/support/topic-tag/javascript/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/jquery-doesnt-work-after-plugin-is-enabled/#post-2370573)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
