Tagged: enfold, woocommerce
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!
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.
Which browser are you currently using?
Best regards,
Ismael
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!
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
Hi Ismael,
thank you! This did the trick. I appreciate the support!
Cheers!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon