Posted: July 20, 2017 at 9:12 am
|
Looking for a quick way to just remove the Price Column from an event with multiple “ticket” items without removing from all the other events in place for a single event. Keep the ticket prices for this page… But remove from the volunteer signup page… Have tried the following based on some forum posts adding to the CSS for the givingpress theme… Price column still shows. Would like to allow volunteers to just check the area they wish to volunteer for and click register. Thanks in advance for any suggestions. New to Event Espresso and at a stumbling point. |
Hi there, Here’s the CSS that hides the price column for that one event:
|
|
|
Fantastic…thanks for the quick response… So another quickie if possible… Thanks! |
|
And if possible from the Registration Checkout screens as well. Thanks in advance again for any assistance!!! |
Hi there, Looking over your site it looks like you are already hiding the sections you mentioned above using CSS, so do you still need help with this? |
|
|
I think I figured it out. Would just like to know is there a way to remove that information from a single event instead of all events? It will work for the time being at this point. |
You basically add the first selector from Josh’s example to any styles you want to apply to that specific event. This So right now your hiding the price section for all events using:
Change that to:
You’ll need to do that for any styles your using to hide sections that you only want to hide on that specific event. — The checkout page is a little more tricky as it doesn’t use event specific classes that you can use, it uses ticket classes. You’re currently using:
To hide the pricing details on the checkout page, that would need to be repeated multiple times, once for each ticket on the event using the ticket ID, for example:
Would hide the details on the checkout page for ticket ID 21, you then repeat for each ticket ID changing the |
|
|
Thank you for the info…it works great and now that I know the process it will make setting up registration for the festival each year a much easier process…and give everyone the information they need!!! |
Great 🙂 Just to note I have created a feature request ticket to add an event id class to the checkout page so this may be easier in the future. If the request goes through you could use something like:
(Note xx would be the event ID) Which would remove the ticket cost from the table for all tickets in that event. |
|
The support post ‘Remove Price Column…Volunteer Signup’ 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.