Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1239115

    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

    • This topic was modified 4 years, 3 months ago by mogasi.
    #1239529

    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;
        }
    });
    #1240398

    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

    #1240619

    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.

    #1240787

    Hi,

    Did you need additional help with this topic?

    Best regards,
    Jordan Shannon

    #1240861

    Hi Jordan,

    not anymore, this can be closed.

    Thanks,
    Josef

    #1240868

    Hi Josef,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Mangopay Woocommerce plugin breaks page’ is closed to new replies.