• Resolved Joe

    (@joewa1980)


    Line 254 in: wp-job-manager/includes/class-wp-job-manager.php is:

    wp_register_style( 'jquery-ui', '//code.jquery.com/ui/' . $jquery_version . '/themes/smoothness/jquery-ui.min.css', [], $jquery_version );

    When using the jQuery Migrate plugin and selecting jQuery Version Legacy 1.12.4-wp this output is rendered:

    https://code.jquery.com/ui/1.11.4-wp/themes/smoothness/jquery-ui.min.css
    …which produces a 404 not found error

    It should be:
    https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.min.css

    Is there a fix you can implement (to follow jQuery Migrate?) other than changing your code every time there’s an update? Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Hi @joewa1980 !

    I wasn’t able to reproduce the jQuery Migrate issue you are describing.
    Since the WP Job Manager has been upgraded now, do you still need to use the jQuery Migrate plugin?

    If yes, where do you see the 404 error? In the browser console?

    Thread Starter Joe

    (@joewa1980)

    Hi @bindlegirl,

    Yes the 404 error is in the browser console where the plugin is trying to load https://code.jquery.com/ui/1.11.4-wp/themes/smoothness/jquery-ui.min.css

    …which doesn’t exist (when using ‘Legacy 1.12.4-wp’ as the jQuery version in jQuery Migrate).

    And yes, jQuery Migrate is still needed – not because of WP Job Manager but for other theme and plugin code that’s currently being patched up.

    Plugin Support bindlegirl (a11n)

    (@bindlegirl)

    Hi @joewa1980 ,

    I’ve asked our developers about this and we’ll let you know as soon as we hear back from them.

    Thanks!

    Plugin Author Giannis (a11n)

    (@gikaragia)

    Hello @joewa1980,

    as an update we have prepared a fix for this and it will be resolved in the next version.

    Thanks,
    Giannis

    Thread Starter Joe

    (@joewa1980)

    Great, thanks @gikaragia

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘jQuery Migrate plugin conflict’ is closed to new replies.