Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1238625

    Dear support team,

    I need to create a product bundle that allows the user to select exactly x meals out of y meal options. For that, I have decided to use the plugins:

    The plugins have worked as advertised until I activate the Enfold theme. This hints at a theme conflict. From the following thread, I was able to
    narrow down the problem to the following line of code inside the enfold\config-woocommerce\woocommerce-mod.js file:
    avia_apply_quant_btn();

    I commented out that line and was able to restore the functionality of the plugins. However, the custom +/- buttons disappeared and the woocommerce default ones have not reappeared. A member of your support team has mentioned that they could not recreate the problem on your own installations:
    https://kriesi.at/support/topic/enfold-woocommerce-bundle-plugin/

    Please let me know what you need from me to access and inspect the issue on my site.

    Thank you in advance!

    • This topic was modified 4 years, 3 months ago by mealcasa. Reason: formatting
    #1240195

    Hey mealcasa,

    Sorry for the delay. The default quantity buttons are visible in the above product page when we checked it on Firefox Windows 10. Please check the screenshot below.

    // https://imgur.com/VGuvvpM

    Which browser are you currently using?

    Best regards,
    Ismael

    #1240216

    Hey Ismael,
    Thank you for your reply. This is very interesting. I got the same result as you on Firefox. However, my issue is with Chrome. Do you know a workout for that?

    Thank you!

    #1240941

    Hi,

    Yes, it’s quite odd. Please try this code in the Quick CSS field.

    input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: inner-spin-button !important;
    }

    Best regards,
    Ismael

    #1241058

    Hi Ismael,

    thank you! This did the trick. I appreciate the support!

    Cheers!

    #1241075

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Enfold Theme Conflict – Woocommerce Product Bundles + Min/Max’ is closed to new replies.