WordPress / woo commerce theme development – query.blockUI.js causing infinite l
-
I spent the last 48 hours trying to resolve an in-understandable trouble on my website. I am posting this because I found the solution, even if this solution does not satisfy me completely.
I am developing a marketplace website along with woo commerce, the toolset suite, and with my own toolstrap-based theme.
When logged in as an admin, everything worked fine: after cart, the checkout page would display correctly and I could chose my mean of payment.
When not logged in, this checkout page would display an infinite spinner forbidding me to access this payment choice.
I tried all the trouble shooting, that is deactivating all my plugins, activating them one by one. Nothing. Then after changing to twenty fifteen it worked.
Gosh. It comes from my theme then.I scanned my theme files for any problematic instruction, including possibly problematic script calls. Still had the issue.
I found a topic on the WordPress forum (thanks to @nonick80) saying some trouble might come from the jQuery.blockUI.js. I downloaded the latest version of this script on GitHub, and replaced it in the woo commerce plugin.
This solved my problem.
Obviously I am not totally happy with that for my next woo commerce update might be problematic except if I do the same operation.
That’s why I wanted to post this thing here, for somebody might indicate me what is missing in my WP theme for it to work correctly with woo commerce.
Have a good day.
- The topic ‘WordPress / woo commerce theme development – query.blockUI.js causing infinite l’ is closed to new replies.