I’m working on a clients site and the quantity dropdown isn’t working on mobiles, we are using the latest version of the plugin (4.10.3.p). But when a user selects a quantity the box doesn’t change, but if you click the register button the quantity was changed.
I have checked the browser console and there are no errors which have been thrown.
It looks like the issues is from some JavaScript in your site’s theme (fancySelect to be specific).
For me the select option does change and submits, however, the input is hidden behind an overflow. If I disable JavaScript on the page the select option works as expected.
Which device are you using?
Try adding:
.tkt-slctr-tbl {
overflow-x: initial!important;
}
To Appearance -> Customize -> Additional CSS on your site, does that help at all?
Viewing 1 reply thread
The support post ‘Ticket quantity not working on mobile’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.