I have some questions/requests for the public page that displays summary information about all our events.
For one, we have sponsorships available, and on the summary page it only shows the price of the most expensive sponsorship. I’m afraid it will scare people off if they think the price of one ticket is $5000 instead of $150. Can I specify which price shows up on that page, or at least show the whole range? Or even delete the price all together? Also, I think the field about how many available spaces are left should be deleted. The pubic doesn’t need to know this.
All this refers to the page that pulls info from this code: [raw][ESPRESSO_EVENTS][/raw]
The easiest and fastest way to do this is by just hiding the price with CSS like this:
.event_price {
display: none;
}
This will hide all instances of that class, which shouldn’t affect your registration pages, but if you needed to, you could show the prices just in the reg form if it was a problem:
You need to add this code to the event_espresso_style.css file. You will find this in the wp-content/plugins/event-espresso/templates directory. You will need to copy this file to the wp-content/uploads/espresso/templates directory to prevent the changes from being overwritten during an update.
The support post ‘Event summary page’ 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.