Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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!

    #1489450

    Hey 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,
    Ismael

    #1489480

    Hi,

    thanks for reply. Unfortunately, whole wordpress crashed.

    Regards

    #1489516

    Hi,

    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,
    Ismael

    #1489527

    Hi,

    thanks for your answer. Unfortunately it doesnt work.

    Regards

    #1489547

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.