Hi, we are showing attendee-list on events, and want to remove one of the columns showing front-end. Have located content-espresso_event_attendees.php and loop.espresso(..).php, but can not find the tables that show the information that are showing.
We want to remove the column on the right (Medlem) https://nfkr.no/aktiviteter/medlemsmote-norgesmollene-2019-09-11/
Hi, if you scroll down on the bottom, underneath the images and location, there is a link with hidden content (deltakerliste) – if you click on that it will open.
That particular table isn’t something that’s generated by Event Espresso or one of its add-ons. Perhaps someone added some custom code to your site that makes that attendee list table? If so, you could contact them and ask about removing the column.
It depends on how whoever added the above chose to do it.
The ‘standard’ method would be to add it to the theme’s template files or they could add it to the themes functions.php file or a custom functions plugin if using a hook.
The table has an ID of ‘participant-list’ so if it were me I would copy the theme locally, open it up in a text editor such as Sublime Text and search for ‘participant-list’ to start with.
Check for custom functions plugins in your plugin list and do the same with those.
Event Espresso may even have been edited directly (which we highly discourage as it’s completely unnecessary and prevents us from providing support). Code can hook into WP (and therefor EE) from pretty much anywhere so we can’t tell you where it’s from.
Viewing 5 reply threads
The support post ‘Change Attendee-list’ 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.