Title: Plugin incompatible with WP core jQuery update
Last modified: January 11, 2021

---

# Plugin incompatible with WP core jQuery update

 *  [kolli](https://wordpress.org/support/users/kolli1337/)
 * (@kolli1337)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/plugin-incompatible-with-wp-core-jquery-plugin/)
 * Hi,
 * version 1.3.7 of the plugin is incompatible with the latest WordPress core update,
   where the jQuery version is updated.
 * I would be happy to provide a PR, although it’s only a single line of code that
   needs to be changed.
 * If anybody else has the problem of the carousel not loading anymore with the 
   latest WordPress version (>5.5), in `wp-content\plugins\wp-posts-carousel\carousel-
   generator.class.php` line 449 change:
 * `jQuery(window).load(function(e) {`
 * into:
 * `jQuery(window).on("load", function(e) {`
 * until an official patch is released.
 * Kind regards,
 * kolli
    -  This topic was modified 5 years, 4 months ago by [kolli](https://wordpress.org/support/users/kolli1337/).
      Reason: title fix

The topic ‘Plugin incompatible with WP core jQuery update’ is closed to new replies.

 * ![](https://ps.w.org/wp-posts-carousel/assets/icon-128x128.png?rev=1154352)
 * [WP Posts Carousel](https://wordpress.org/plugins/wp-posts-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-posts-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-posts-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-posts-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-posts-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-posts-carousel/reviews/)

## Tags

 * [deprecation](https://wordpress.org/support/topic-tag/deprecation/)
 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 0 replies
 * 1 participant
 * Last reply from: [kolli](https://wordpress.org/support/users/kolli1337/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/plugin-incompatible-with-wp-core-jquery-plugin/)
 * Status: not resolved