This plugin breaks the WooCommerce Layout!
-
The loading of Bootstrap CSS framework is breaking the woocommerce CART layout!
Here is the issue link:
(Columns classes (col-1 and col-2) conflicts with Bootstrap v4)
https://github.com/woocommerce/woocommerce/issues/15793This plugin is loading:
wp_enqueue_style( ‘epa_bootstrap_load’, ‘https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css’ );On line 28:
On this file:
/wp-content/plugins/essential-premium-addons-for-elementor/inc/Base/Enqueue.php
I can sure remove this on woocommerce pages but why do you need to include the full bootstrap framework????
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘This plugin breaks the WooCommerce Layout!’ is closed to new replies.