Posted: July 27, 2017 at 12:07 pm
|
Hi guys – I have a potential new client (I’m writing the proposal up this week) and they have a pretty substantial requirement list for event tracking. I don’t know if EE3 or EE4 does allows for the following: EE: Is it possible to display how many tickets are still available on each event page? Calendar Plugin: Please consider that I am willing to hire my buddies at IvyCat to custom code some of this – but I sort of need to know what pieces I will need to do that with or if these needs are just not going to work… THANK YOU!! |
Hi Shelly, I’ll follow up with each of your questions below:
The Venue pages in Event Espresso 4 can be customized to also show a list of events for a venue. Here’s a link to the code snippet: https://eventespresso.com/wiki/useful-php-code-snippets/#venue-event-list You can add the above to a functions plugin or into your WordPress theme’s functions.php file. You’ll note that there’s some checking for dates in that code to exclude expired events, which can be removed so past events are also displayed. Or the loop could be run twice, once for future events, then a second time to show only past events.
Yes this is also possible by adding some code to a custom snippets plugin. Here’s an example:
Yes it will.
Yes the calendar can include controls at the top to view by day week or month. Here’s a screenshot that shows the controls above the calendar, to the upper right side:
That’s not actually a standard feature, so you may need to get something custom developed for that.
Not exactly, there is a similar feature where if there are several events on one day you can set a shortcode parameter like this: One thing I can suggest for the proposal process is make sure you have some allowance for CSS changes to make the calendar blend in with the overall look of the site if that’s going to be important to them. The calendar is kind of plain looking so it doesn’t clash with most themes and they may want the calendar to look more like the rest of the site’s pages. |
|
The support post ‘Potential New Project – quick question on their requirements and if a good fit.’ 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.