Posted: March 9, 2020 at 4:03 am
|
Hi, I want to show how many tickets are still available on our website but i can’t seem to show that. Also, when i use the embeded tickets selector i get a nice styled button to subscribe, the normal ticket function does not have that. |
Hi Kevin, You go to Event Espresso > Events > Templates and change the settings: The embedded ticket selector loads in an iframe so it relies on its own CSS. The ticket selector shortcode and the ticket selector that’s automatically displayed on an event page are designed to use your active theme’s styles. Most themes have styles that targe You can add the following to your custom stylesheet to style the submit buttons on your site:
|
|
|
Not the solution I was looking for, i don’t want to show the “+show details button”. I want a colum next to price with the available places. Css issue helped, thx ๐ |
This might be the solution you’re looking for: You can add the above to a functions plugin or, if available, into your WordPress child theme’s functions.php file. |
|
|
Still not ok. |
For the above code snippet to work you’ll go to Event Espresso > Events > Templates and change the settings: |
|
|
Aha, And how do I hide the +details? |
In this case, because you need the markup from the details table, you can hide the links with some CSS. e.g.
|
|
|
Thank you ๐ Solved my problem |
The support post ‘EE4 available places’ 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.