Posted: September 25, 2024 at 3:02 pm
Hello Hoping you can provide some CSS to hide the ticket selector and dates and times on the single event page (we put relevant details and ticket selector in the single event page description, so don’t need it appearing again on that page). We have the EE 5.0.27.p. Regards, Joe |
|
Here is a document to help you figure that out: https://support.eventespresso.com/article/455-how-to-hide-certain-elements-on-event-espresso-pages-using-css
You want to hide the ticket selector? Here is a suggestion for the datetimes:
|
|
I’m a little confused by this. Hide the ticket selector with CSS? Would you not just disable it on the event? Hiding the datetimes is simple enough, but I think we need some additional context for this as I don’t want just hide a bunch of data on your using CSS if there is a better option to do it. Can you post a link to the event and add some more details on what your looking for? |
|
This reply has been marked as private. | |
Ok, so now it makes sense 🙂 To do what you are requesting here you can use this CSS:
And done…. But… (there’s always a but!) if you are taking over the output and using the Something like this snippet: Add that to a custom functions pluign, we have some documentation on doing so here: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ You can add that to an existing plugin if you already have one. — Note the downside to the above solutions is that if you forget to add a ticket selector shortcode to your events (or have other events you are NOT doing this with) the TS and Datetimes will still be removed. |
|
This reply has been marked as private. | |
This reply has been marked as private. | |
This reply has been marked as private. | |
This reply has been marked as private. | |
Yes, that’s failing because of an issue with the emails and it looks like they are set to send on the same request as the users. Go to Event Espresso -> Messages -> Settings. Set the ‘Generate and send all messages:’ option to ‘On a separate request’ and save. Now test a registration, does it work then? Note – the above isn’t going to fix anything related to email issues, it just tells EE to generate and send the email on a different request than the user request, so issues with emails don’t cause registrations to stop with an error. |
|
You must be logged in to reply to this support post. Sign In or Register for an Account