• ResolvedPlugin Author Upi

    (@upi)


    From version 2.0.0.0 we’ve expereinced problems loading admin screen for lead management / datatypes.

    diagnosis: Browser console will show errors

    “XX.widget is not a function “
    or other types of Jquery error messages.

    Locating the colliding plugin:
    test by deactivating plugins on site while refreshing lead management page on UpiCRM.

    when find a colliding plugin – workaround can be to location the code just before the code on the root file on the plugin.php on the root of the colliding plugin:

    if (substr($_GET['page'],0,6) != "upicrm") {

    and don’t forget to add closing “}” at the end of the file.

    Of course – please report to us / colliding plugin developers about the error so we can solve the issues on future versions.

    https://wordpress.org/plugins/upi-crm-universal-crm-solution/

The topic ‘Jquery Collisions / V2.0.0.1’ is closed to new replies.