I use multiple event registration plugin and on the cart page, the increase/decrease qty buttons are not displaying properly. Here is how they are showing:
How do I fix this?
Thanks
I checked, and it looks like another plugin or the theme on your site is adding break tags after every element in the cart page. You could try to troubleshoot the theme/plugin as there may be other break tags getting added elsewhere. Or, the simple fix would be to just hide those with CSS, like this:
#event-cart-qty-frm br {
display: none;
}
You can add the above to your site’s Appearance > Customize > Additional CSS panel.
I also noticed (because I’m logged out) a reCAPTCHA error on your site’s checkout page: https://slack-files.com/T02SY781D-FEC8C01N2-2d2f9e2b54
It’d be good to verify the reCAPTCHA keys and update the Reg Form settings if you intend on using the reCAPTCHA feature.
The support post ‘Cart page – increase/decrease qty buttons don't display properly’ 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.