Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broke in wordpress 5.5 #199

Open
normhayes opened this issue Aug 27, 2020 · 0 comments
Open

Broke in wordpress 5.5 #199

normhayes opened this issue Aug 27, 2020 · 0 comments

Comments

@normhayes
Copy link

normhayes commented Aug 27, 2020

WordPress 5.5 no longer supports legacy JQuery code. I fixed this with the jQuery Migrate Helper plug-in. I don't know JQuery that well, but If you know JQuery, it looks like can be fixed by updating the Java scripts.
Here is of list of things that looks like it needs to be changed for it to work in WordPress 5.5.
Magic-Fields-master/js/jquery.affix.min.js: jQuery.browser is deprecated
Magic-Fields-master/js/groups.js:714:18: jQuery.fn.load() is deprecated
Magic-Fields-master/js/groups.js:718:18: jQuery.fn.load() is deprecated
Magic-Fields-master/js/custom_fields/media_image.js: jQuery.fn.live() is deprecated
Magic-Fields-master/js/custom_fields/datepicker.js: jQuery.fn.live() is deprecated
Magic-Fields-master/js/custom_fields/datepicker.js: jQuery.fn.live() is deprecated
Magic-Fields-master/js/custom_fields/datepicker.js: jQuery.fn.live() is deprecated
Magic-Fields-master/js/custom_fields/image.js: jQuery.fn.live() is deprecated
Magic-Fields-master/js/custom_fields/image.js: jQuery.fn.live() is deprecated
Magic-Fields-master/js/custom_fields/editor_validate.js: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:756:46: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:768:48: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:789:51: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:790:64: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:791:32: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:793:35: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:815:30: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:833:42: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:886:10: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:890:10: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:896:35: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:918:41: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:936:42: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:973:30: jQuery.fn.live() is deprecated
Magic-Fields-master/js/groups.js:997:68: jQuery.fn.live() is deprecated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant