“Enable jQuery Migrate Helper”
The Starter Sites plugin displays msg. in page, as shown in the image.
The One Click Importer plugin also shows the same msg. in page.
Browser Console shows 4 warnings.
This page uses the non standard property “zoom”. Consider using calc() in the relevant property values, or using “transform” along with “transform-origin: 0 0”.
- themes.php
JQMIGRATE: Migrate is installed with logging active, version 1.4.1 jquery-migrate-1.4.1-wp.js:23:17
Layout was forced before the page was fully loaded. If stylesheets are not yet loaded this may cause a flash of unstyled content.
- jquery.js:3:25903
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!
- themes.php
“Test jQuery Updates”
No msg. on either plugin page.
Browser Console shows the first 3 notices as above whilst the 4th one is not.
(this not shown)
This site appears to use a scroll-linked positioning effect. This may not work well with asynchronous panning; see https://developer.mozilla.org/docs/Mozilla/Performance/ScrollLinkedEffects for further details and to join the discussion on related tools and features!
- themes.php
So it would seem that for whatever reason, the “Enable jQuery Migrate Helper” states in page that there is an error but not what and will be confusing to most. If one is familiar with using a Browser Console to look for errors then there is no need to display an uncompleted error msg. in page. Although in page is a “touch of class” for a complete msg.
Looks like it’s time to decide which way to go with error display and do a bit of tweaking. ??