Plugin incompatible with WP core jQuery update
-
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
- The topic ‘Plugin incompatible with WP core jQuery update’ is closed to new replies.