Plugin breaks stripe (Divi 5)
-
Stripe was not rendering – disabling your plugin makes problem go away.
woo-variation-galleryre-registeredjquery-ui-mousewith only["jquery-ui-core"]as dependency, droppingjquery-ui-widget.When
mouse.min.jsloaded, it calledo.widget(...)— widget factory not loaded yet →TypeError: o.widget is not a function→ JS execution halted at that point.WooCommerce Stripe’s checkout JS runs after jQuery UI scripts. With execution halted, Stripe’s payment form never mounted.
Disabling the plugin → its broken jQuery UI registration gone → WordPress core’s correct registration used →
widgetloads beforemouse→ no crash → Stripe JS runs → form appears.
You must be logged in to reply to this topic.