Home › Forums › Ticket Products › Event Tickets Plus › problem with quantity selector
- This topic has 16 replies, 4 voices, and was last updated 9 years, 9 months ago by
francois.
-
AuthorPosts
-
July 18, 2016 at 12:42 pm #1141171
francois
ParticipantHi,
I have looked on the forum for a solution, but couldn’t find any yet…
My quantity field selector lacks the + and – button to select the quantity of tickets wanted.Also, i’ve changed to the TwentySixteen theme, but the problem is still showing…
I still can add a figure and add the ticket to cart… but its not the best.Also, i would like the quantity to be set to 1 by default instead of 0
July 18, 2016 at 8:44 pm #1141316Cliff
MemberHi Francois. Sorry you’re experiencing this.
Could you please switch to TwentySixteen theme and then provide me a link to view one of your events with tickets?
July 19, 2016 at 12:17 am #1141360francois
ParticipantHi Cliff, thanks for your reply,
here is the link : http://musikland.fr/tour/concert-damnco-paris/
Still missing the + and – buttons next to the quantity field.
Thanks,
Francois
July 19, 2016 at 5:23 am #1141400Cliff
MemberThanks for trying this, but the site won’t load for me: https://cl.ly/1V1O2T3d1G3i (tried multiple times)
Please let me know when I can try it again.
July 19, 2016 at 5:29 am #1141403francois
ParticipantHi Cliff,
Very strange, can you try http://musikland.fr
Then, if it works, on the menu, please look for tours (thats the event page)Thanks,
FrancoisJuly 19, 2016 at 6:07 am #1141414Cliff
MemberOk, I tried again and http://musikland.fr/tour/concert-damnco-paris/ worked for me, and I see you have TwentySixteen theme active.
The quantity up/down arrows only appear when you hover over the quantity. Here’s a gif of it: https://cl.ly/0C421K3X1M3J
Please let me know if I can be of further assistance with this issue.
July 19, 2016 at 6:17 am #1141419francois
Participantok, so it means that my theme is not “friendly” with the quantity selector field?
Its Flatsome by uxtheme…
i’ve just reactivated it. can you have a look?July 19, 2016 at 7:55 am #1141463Cliff
MemberSince it’s just a <input type=”number” …>, you’ll need to ask your theme developer why the quantity arrows aren’t displaying.
Just as an FYI, I did find out that clicking in the box and using the mouse scroll wheel does change the quantity in Chrome but not Safari on Mac OS X.
I’m guessing there’s some CSS or JS at play here that’s hiding the arrows for all input type=”number” throughout your site.
Please let me know what you find out.
July 19, 2016 at 8:00 am #1141464francois
Participantok, i will investigate! and let you know!
Thanks for the support!
July 19, 2016 at 8:04 am #1141466francois
ParticipantThis reply is private.
July 19, 2016 at 8:04 am #1141467Cliff
MemberActually, it turns out the “quantity” class is the likely culprit, but your site (at least that URL) is now in maintenance mode or something so I couldn’t determine it for sure.
July 19, 2016 at 8:05 am #1141468francois
Participantoh.. its back online! sorry!
July 19, 2016 at 8:25 am #1141472Cliff
MemberOk, your site loaded for me again and I think it’s because of this CSS code from http://musikland.fr/wp-content/themes/flatsome/css/foundation.css?ver=2.9.5.1
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }So you might want to figure out some CSS code to override that, such as
body.single-tribe_events .quantity input::-webkit-outer-spin-button, body.single-tribe_events .quantity input::-webkit-inner-spin-button { -webkit-appearance: initial; }However, that CSS alone didn’t solve it for me. You’ll need to figure it out on your own or with the help of your developer or theme support. But hopefully that gets you to where you need to go! 🙂
July 20, 2016 at 6:16 am #1141858francois
ParticipantHi Cliff,
thanks for the feedback, i have been able to work out a solution by changing the Class for the quantity input. it works well with the inspector. but i cannot find where the code is in the Event tickets to change the class.below is a screen with the class i need to change.
thanks,
FrancoisJuly 20, 2016 at 2:13 pm #1142145Cliff
Memberi have been able to work out a solution by changing the Class for the quantity input
Your screenshot shows div.quantity still so I didn’t follow what you were saying.
===
I previously stated that the CSS affecting your arrows is from your theme.
===
Again, you’ll need to figure this out on your own or with the help of your developer or theme support.
-
AuthorPosts
- The topic ‘problem with quantity selector’ is closed to new replies.
