• Resolved paythuprise

    (@paythuprise)


    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. Please use the pastebin]

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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 for more info.

    Thread Starter paythuprise

    (@paythuprise)

    Awesome. It works now, Thanks!

    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.