• Running WP 5.1.1, which incorporates the stock jquery 1.12.4.

    In the admin sections, I get the warning below, and some functions are not working correctly.

    “The specified value “!” does not conform to the required format. The format is “#rrggbb” where rr, gg, bb are two-digit hexadecimal numbers.”
    https://www.domain.com/wp-includes/js/jquery/jquery.js

    Is there a fix for this error, and where to get it?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is not an error in the javascript, it’s an error in the data the javascript is using.
    It sounds like your theme or a plugin is doing something with what is supposed to be a color, but it has a “!” instead.

    Thread Starter jrcwp

    (@jrcwp)

    Thank you Joy. It does seem to arise only when accessing the FooGallery plugin. I’ll dig there.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘jquery 1.12.4 console errors on admin pages’ is closed to new replies.