Title: [Plugin: WP User Frontend] Plugin conflict
Last modified: August 20, 2016

---

# [Plugin: WP User Frontend] Plugin conflict

 *  Resolved [Brian](https://wordpress.org/support/users/bwold/)
 * (@bwold)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-plugin-conflict/)
 * We’re using WPUF 1.1 on a site that also has a shopping cart. Without WPUF, the
   cart images are clickable and load a modal popup with product details. With WPUF
   enabled, the modals are not working (the URL changes, but no popup). Any page
   load shows this in my Chrome console: “Uncaught TypeError: Object #<Object> has
   no method ‘on'” in wpuf.js, line 5.
 * How can I get these two playing well together?
 * [http://wordpress.org/extend/plugins/wp-user-frontend/](http://wordpress.org/extend/plugins/wp-user-frontend/)

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

 *  [Ced](https://wordpress.org/support/users/cedriccharles/)
 * (@cedriccharles)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-plugin-conflict/#post-2887504)
 * Hi !
 * Did you find something ? I have the same error in the console…
 * Thanks
 *  Thread Starter [Brian](https://wordpress.org/support/users/bwold/)
 * (@bwold)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-plugin-conflict/#post-2887505)
 * I doubt this is the most elegant solution, but for us, it worked.
 * At the very top of the wpuf.js file, I added:
    `$.noConflict();`
 * Conflict solved.
 * Of course, any automatic update of WPUF files might wipe out that little nugget.
   Also, it’s possible that the same code could have been added to the shopping 
   cart plugin’s main JS file with similar results.
 *  [mchelles](https://wordpress.org/support/users/mchelles/)
 * (@mchelles)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-plugin-conflict/#post-2887539)
 * Thanks for this! I was having a js conflict with my theme and this fixed it for
   me!
 *  [mangup](https://wordpress.org/support/users/mangup/)
 * (@mangup)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-plugin-conflict/#post-2887540)
 * I have same problem, on my wordpress site with recipe.
    For me $.noConflict();
   is not solve problem :(. Is there some other solution ?
 *  [JonLefave](https://wordpress.org/support/users/jonlefave/)
 * (@jonlefave)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-plugin-conflict/#post-2887541)
 * Yup, it’s also screwing with other plugins, like Gravity Forms.
 *  [diaritoch](https://wordpress.org/support/users/diaritoch/)
 * (@diaritoch)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-plugin-conflict/#post-2887542)
 * If you’re still getting plugin conflict after putting $.noConflict(); at the 
   top of wpuf.js, put that code at the top of attachment.js.
 * Worked for me!

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

The topic ‘[Plugin: WP User Frontend] Plugin conflict’ is closed to new replies.

 * ![](https://ps.w.org/wp-user-frontend/assets/icon-256x256.gif?rev=2818776)
 * [User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration](https://wordpress.org/plugins/wp-user-frontend/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-frontend/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-frontend/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-frontend/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-frontend/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-frontend/reviews/)

 * 6 replies
 * 6 participants
 * Last reply from: [diaritoch](https://wordpress.org/support/users/diaritoch/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/plugin-wp-user-frontend-plugin-conflict/#post-2887542)
 * Status: resolved