• marnixbras

    (@marnixbras)


    I had some rendering issues in the Ubermenu plugin . only in chrome…
    menuitems were not visible until you manually refresh the page.

    also errorwarning ” event.returnValue is deprecated. Please use the standard event.preventDefault() instead. jquery.js?ver=1.10.2:4 “

    this pointed me to /wp-includes/js/jquery/jquery.js

    I replaced te content of /wp-includes/js/jquery/jquery.js with https://code.jquery.com/jquery-1.11.0.min.js

    (So I upgraded Jquery from 1.10.2 to 1.11.0 manually ) : problem solved

    does Ubermenu has a known conflict with 1.10.2 ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • bemdesign

    (@bemdesign)

    1) It’s never a good idea to mess with WordPress core files – a core update will wipe out your changes.

    2) Have you asked the plugin developer for support? (I’m not seeing the Ubermenu plugin in the repository so it may be a paid plugin which we here at www.remarpro.com can not support).

    sevenspark

    (@sevenspark)

    This is not an error, it is a warning from Chrome. Chrome (the browser) deprecated that that function, but jQuery 1.10 (the javascript library) still uses the call.

    Since it’s just a warning, there’s nothing to worry about. When WordPress eventually updates the core jQuery to 1.11, the warning will no longer print. You should never edit core WordPress files.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘event.return’ is closed to new replies.