Support » Fixing WordPress » Save button not working

  • Resolved ashu14

    (@ashu14)


    I have updated my plugins. There is an error found in console Uncaught TypeError: $(…).off(…).live is not a function . how to fix this.

    Thanks

    • This topic was modified 2 years, 8 months ago by ashu14.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    this is most likely caused by code that is not compatible with the latest WordPress release (5.5 and up). The error should indicate the source, which could point to a specific plugin for instance. Make sure that you have updated all plugins to the latest versions.

    As a temporary workaround, you could install and activate the jquery-migrate-helper plugin (https://wordpress.org/plugins/enable-jquery-migrate-helper/), which should resolve the issue (but not the incompatibility, therefor I call it “temporary”.

    Thread Starter ashu14

    (@ashu14)

    Hi @ronaldvw ,

    It’s working now.

    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Save button not working’ is closed to new replies.