• Resolved gdekadt

    (@gdekadt)


    WP Media Category is a great plugin – a very simple and lightweight solution – but because it’s loading jQuery from Google’s CDN without checking if it’s been already loaded – it’s breaking some admin functionality (In my case WordPress JetPack drag and drop not working).

    To fix this I’ve opened wp-media-category.php,
    deleted lines 220-222,
    and on line 227: replaced ‘jquery142’ with ‘jquery’

    WordPress admin area happy again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just figured this out myself. It really pisses me off when people just throw in jquery instances without checking. It makes me want to slap them.

    Thanks for posting this. I was having awful trouble figuring out why this wasn’t working until now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP Media Category plugin jQuery conflict’ is closed to new replies.