Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Event summary page | Event Espresso - Staging Server
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.