• Since the update to WP 5.5(.1) wordpress was not working correct. In “Console” there are an TypeError in a Javascript library of the theme.

    Are there any plans to fixup this errors? Or are there any workarounds?

Viewing 1 replies (of 1 total)
  • sagiadinos

    (@sagiadinos)

    Hi,

    The reason is in most cases that JQuery live function is deprecated now.
    This throws an error and make the Javascript useless.

    You can fixed it this way.

    make a backup of:
    /wp-content/themes/enlightenment/core/js/settings.js

    Open the settings.js and
    change “live(” to “on(” on line 23 and 88

    JS should now work. I got no further problems by now.

    Think better about an alternative to Enlightenment. It has not been updated since July 6, 2015.

    Greetings
    Niko

Viewing 1 replies (of 1 total)
  • The topic ‘Since WP 5.5. not working’ is closed to new replies.