Viewing 15 replies - 1 through 15 (of 15 total)
  • Experiencing the same issue here. Tried reinstalling Woo and WP.
    The only way I get the cart back if is I deactivate all Woo Extension Plugins except for WooCommerce itself. I believe it is an issue with .js files needing to be updated from what I am reading on the web.

    WordPress 4.1.1
    WooCommerce 2.3.7
    Storefront 1.3.1
    http://www.gatorprintz.com

    When I have the following Woo Plugins activated an overlay appears on my Cart. Here is the code for the overlay:

    <div style=”z-index: 1000; border: medium none; margin: 0px; padding: 0px; width: 100%; height: 100%; top: 0px; left: 0px; background: none repeat scroll 0% 0% rgb(255, 255, 255); opacity: 0.6; cursor: default; position: absolute;” class=”blockUI blockOverlay”></div>

    When I deactivate ALL Woo plugins, except for WooCommerce itself, the overlay disappears. I have been reading this may be an error with Javascript version and I have updated it as well and the error still occurs.

    Thread Starter urwpguy

    (@swapi)

    The endless loading spinner still appears, even with no payment gateways, but only on my Child theme, when I change to the Parent theme, everything is fine.

    Im reading this link wordpress.org/support/topic/checkout-place-order-grayed-out-loading-eternally

    The following didn’t work for me:
    -Disable all plugins except woocommerce. (including payment gateways)
    -Disabled Ajax add button
    -Increased memory to WP and PHP to 96mb.
    -I didn’t un-force https at checkout…
    -Turned off all shipping and tax.
    -Made sure my Site URL and Home URL were matching on the WP General Settings.
    -Changed to default .htaccess file.

    Thread Starter urwpguy

    (@swapi)

    I fixed it with this code in child themes custom.css:

    /* Fix issues with jquery overlay blocking checkout button */
    .woocommerce .blockUI.blockOverlay {
      position: relative!important;
      display: none!important;
    }
    TychoMonolith

    (@tychomonolith)

    Same problem.

    I fixed it with the css from swapi:

    /* Fix issues with jquery overlay blocking checkout button */
    .woocommerce .blockUI.blockOverlay {
      position: relative!important;
      display: none!important;
    }

    Is this is a bug with woocommerce or what?

    Turn off WordPress debug mode and any PHP notices / warnings as these interfere with a AJAX request:

    http://www.mysite.com/wp-admin/admin-ajax.php

    It should respond with a pure JSON response.

    Nice, Nice…like this.

    Don’t forget to uncheck Ajax Cart in Settings…

    I have the same problem, but in my case if i desactivate transposh plugin, works fine…

    any way to debug this?

    Same trouble here.
    My console give a 404 error for “https://www.mysite.org/checkout/?wc-ajax=update_order_review&#8221;
    Is this related?

    Where do you disable ajax cart? I can’t seem to find it in settings. The checkout button stays disabled until an ajax request returns when a shipping change is made and sometimes fedex and ups slow. Thanks,

    i have reported my problem with ajax call broken here..

    I have a similar problem…any news about a possible solution ?

    Encountering the same issue. Anyone solve it yet? Having the same issue with 2.4.9, 2.4.10, and 2.4.dev

    If you require assistance then, as per the Forum Welcome, please post your own topic instead of tagging onto someone else’s 7 month old topic.

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘blockUI blockOverlay on Checkout page’ is closed to new replies.