Checkout page loaded, "Your Order/payment" panels become disabled
-
I have a problem that I’ve seen listed on other sites but have not found a satisfactory solution. The payment section and ‘your order’ area of the page is dimmed/covered by a white transparent panel.
The temporary fix I have added is to use some css:
/* Fix issues with jquery overlay blocking checkout button */
.woocommerce .blockUI.blockOverlay {
position: relative!important;
display: none!important;
}to hide the cover panel, but it should not be there. I have checked all the settings and can’t see anything wrong. It has always worked in the past but must have broke when WP (now running 4.6) and WooCommerce was updated?
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Checkout page loaded, "Your Order/payment" panels become disabled’ is closed to new replies.