-
AuthorPosts
-
September 15, 2025 at 8:25 am #1489242
Hi Enfold Support,
I’m using Flux Checkout with the Enfold theme, and I’ve confirmed with the plugin developers that Flux works fine with WooCommerce’s default Storefront theme. The issues only occur when Enfold is active.
Specifically, Enfold is:
Injecting custom checkout styling that breaks the field layout and button styles in Flux Checkout.
Loading checkout-related scripts which cause conflicts and make some buttons unclickable.Could you please provide a way to disable Enfold’s checkout styling and scripts so that Flux Checkout can render properly? Ideally, Enfold should allow me to opt out of its custom checkout modifications so that third-party checkout plugins like Flux Checkout can function as intended.
Thank you for your help!
September 22, 2025 at 6:38 am #1489450Hey napsteris,
Thank you for the inquiry.
If you need to disable the theme’s compatibility modifications and style changes for Woocommerce, try adding the following code to the functions.php file:
add_theme_support( 'avia_exclude_WooCommerce' );However, please be aware that this might affect how the plugin works with the theme and could cause unexpected issues.
Best regards,
IsmaelSeptember 23, 2025 at 8:15 am #1489480Hi,
thanks for reply. Unfortunately, whole wordpress crashed.
Regards
September 24, 2025 at 6:08 am #1489516Hi,
Sorry about that. Please look for the code and add a semicolon (;) at the very end of it.
add_theme_support( 'avia_exclude_WooCommerce' );Best regards,
IsmaelSeptember 24, 2025 at 2:45 pm #1489527Hi,
thanks for your answer. Unfortunately it doesnt work.
Regards
September 25, 2025 at 5:58 am #1489547Hi,
What do you mean? Have you tried clearing the cache? This should disable all modifications related to Woocommerce. If it’s still not working, there may be compatibility issues with the third-party extension. We recommend reaching out to the plugin developers for additional assistance.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.
