• Resolved The Todd

    (@the-todd)


    I am using a theme called FoundationPress, and it does a routine to grab jQuery..resulting in a conflict with Ultimate Member plugin, mainly for me it was jQuery(…).tipsy is not a function..

    I resolved this, (finally) buy replacing this:

    jQuery(document).ready(function() {

    with this:

    (function($) {

    in the file um-script.js ..

    is this possible to update in the plugin so it does not get overwritten on update, I am not seeing any harm that this would cause and seems more proper?

    thanks so much!

    Todd

    https://wordpress.org/plugins/ultimate-member/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Theme Conflict’ is closed to new replies.