Tagged: woocommerce
Hi,
I did open a ticket regarding the datepicker https://kriesi.at/support/topic/datepickerl10n-is-not-defined/ I deactivated Mangopay Woocommerce plugin for testing purposes. Now, reactivating that plugin breaks the page completely in order that it is not loading any more at all.
What can we do to avoid this?
Regards,
Josef
I got this temporarily fixed with a code snippet within the plugin, but it does not occur with the Storefront theme, so you might check this, since WordPress 5.5 changed jQuery handling:
jQuery.fn.extend({
live: function (event, callback) {
if (this.selector) {
jQuery(document).on(event, this.selector, callback);
}
return this;
}
});
Hi,
Thank you for the inquiry.
Where is the code located, and what did you change in it? Please explain the changes so that we can test it properly.
Best regards,
Ismael
Hi,
I placed this on top of front-mangopay.js within the plugin and it seems to work. The plugin developers are looking into it.
Hi,
Did you need additional help with this topic?
Best regards,
Jordan Shannon
Hi Jordan,
not anymore, this can be closed.
Thanks,
Josef
Hi Josef,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko