-
Notifications
You must be signed in to change notification settings - Fork 21
Description
One of the beautiful features of marketpress are the variations per product.
The admin side (creating a variation entry for a product, changing entries etc.) are realised through the JavaScript file
includes/admin/ui/js/admin-product.js
But since after WordPress 5.5 this is no longer working, because WordPress skipped the support of older JQuery versions, and the admin-product.js file makes heavily use of the older JQuery ".live" which is deprecated in newer JQuery versions (removed from version 1.9 on).
Will there be an adjusted version of admin-product.js? I used marketpress for quite some time now without "touching" the variations of my existing products. But new products with variants cannot be created.
For a while the WordPress plugin "Enable JQuery Migrate Helper" helps (just discovered it last week). But this is not a solution forever :-)
Didn't WPMUDEV promise to adjust marketpress (and their other abandoned plugins) to the actual WordPress versions? ...