[Support request] BLOCKUI not showing up correctly when WooCommerce checkout is button is clicked

Home Forums Support [Support request] BLOCKUI not showing up correctly when WooCommerce checkout is button is clicked

Home Forums Support BLOCKUI not showing up correctly when WooCommerce checkout is button is clicked

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • #547454
    Rado

    Hi Tom,
    thanks, that works. It does break the 2-column layout (which I don’t use).
    So for me it will work, thanks!

    #547550
    Tom
    Lead Developer
    Lead Developer

    No problem!

    #557670
    Patrik

    I have the same issue but with css that you provided, as mentioned, 2 column checkout page is broken.
    Is there any other solution that doesn’t break 2 column checkout layout?

    #557682
    Patrik

    I have the same issue but with css that you provided, as mentioned, 2 column checkout page is broken.
    Is there any other solution that doesn’t break 2 column checkout layout?

    I found a solution on the web.

    Add following CSS code to your WordPress with some custom CSS plugin:

    .woocommerce .blockUI.blockOverlay:before {
    position:fixed!important
    }

    This will fix checkout spinner to the center of the screen.

    #558118
    Tom
    Lead Developer
    Lead Developer

    Thanks for sharing the code! Glad it’s working 🙂

Viewing 5 posts - 16 through 20 (of 20 total)
  • You must be logged in to reply to this topic.