Posted: April 3, 2023 at 9:32 am
I was able to create a page with all the events I need using category shortcode. However, you need to add each item to cart individually, and when I return to event lists (which goes to websitename/registrations) it no longer shows the whole list, and there now is a choice to “show older events” but I really need people to be able to see the full list. Even better would be the ability to choose multiple events and then add to cart all at once. But at least need to be able to navigate back and forth to full page of event listing. |
|
This reply has been marked as private. | |
This reply has been marked as private. | |
Is this something that can be accomplished by table or grid listing? We will have about 20 camp programs listed, and a parent will be signing up multiple childrent for multiple camp events. So it needs to be easy to add to the cart, go back to list and add more, then proceed to registration and complete details for each kid in each class. |
|
Hi there, The ‘Return to event list’ defaults to your events archive and will display however many posts your site is set to list by default (it looks like your site/theme is set up to list 5). You have a couple of options for what you are trying to do. This snippet may work for you in the above situation: https://gist.github.com/Pebblo/844777c4c5be9f647b752f8a9bda50d0 You can add that to a custom functions plugin on your site, we have some documentation on creating one here: https://eventespresso.com/wiki/create-site-specific-plugin-wordpress-site/ That snippet sets the Return to Event list URL to be the page you just come from (if your server supports it), so try adding that snippet and see if it works better for you. You can also hardcode the URL to be a specific page if you wish, but that means that anyone who uses the cart would always be linked back to the same event list page. Would that work better? |
|
Hi Tony, |
|
Can you also provide some direction on how to change the font on this page so all the entries are much smaller / less spacing? Thanks |
|
The grid/table templates are just another output you can use to display the events, the care modal always defaults to the ‘default’ EE events list (the archive) but that’s why we have the filter above so you can change it another event list to return to should you wish.
You’ll need some CSS to change the output but the font isn’t what is adding space on that page, what is it you are trying to change? |
|
This reply has been marked as private. | |
The support post ‘Multiple Event Listing’ 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.