Hi Frank,
Thanks for reaching out.
We unfortunately cannot help with custom coding, which this modification is, nor can we help with bugs/further refinements of those customizations. Please read this page to learn more โ https://theeventscalendar.com/knowledgebase/what-support-is-provided-for-license-holders/
With that being said, as you can see from those replies we still love to try and at least help folks get started in the right direction with things! ๐
And so to ensure those inputs are just open by default, even before a user clicks the quantity buttons, you should be able to do that by adding the following CSS to the bottom of your theme’s style.css file:
table tr.tribe-tickets-meta-row {
display: table-row !important;
}
This works well for me when I test it locallyโtry it out and let me know if it helps for you, too!
Cheers,
George