Defer JS conflict with WooCommerce Checkout Login
-
Hello,
Just wanted to let you know of a conflict I just discovered when “Defer Render-blocking JS” is turned on. On the Checkout page, for users not yet logged in, there’s a link that says “Returning customer? Click here to login”. The link is supposed to expand out a hidden login form. Instead, just nothing happens.
Might be doing something funny to checkout.min.js?
/woocommerce/assets/js/frontend/checkout.min.js – it does mention the class called for that section,showlogin
, t = { init: function() { g(document.body).on("click", "a.showlogin", this.show_login_form) }, show_login_form: function() { return g("form.login, form.woocommerce-form--login").slideToggle(), !1 }
Doesn’t seem to be theme specific, but I’m using Beaver Builder child theme.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Defer JS conflict with WooCommerce Checkout Login’ is closed to new replies.