Posted: June 25, 2012 at 3:35 pm
|
Hi, I am currently test driving the pro version and am trying to create an event list similar to what they have here http://tastebudskitchen.com/cooking-list/ thank you |
That was a custom job done by Leland Zaremba. To get anything close to that, you’d need to customize the event_list_templates to display the events in a table instead of a list. The calendar is an included add-on with the basic license. Category based event list pages can be created using the event list shortcodes, but Leland put a lot of work into the on page category filtering that is on this specific site. |
|
|
How hard would it be to customize the event list to be a table? that is the main functionality I need |
Not too hard if you know your way around HTML and CSS, and a little PHP. |
|
|
how substantial are the example table templates? i know my way around html, but not css or php and dont feel comfortable going for a full scale edit
|
I wouldn’t say they are ready to go out of the box. Since they’re examples, they typically need to be updated to use some of the newer features of Event Espresso, and often they have columns that are use case specific. One example template, as an example, has a “Check in time” and “Boat captain” column. This would be for a boat/sailing club type use case. Some PHP programming skills are required to get these working for specific uses, and CSS skills would typically be needed, unless the WP theme in use already has nice table styling. Many WP themes are blog oriented, so displaying data tables nicely may or may not be a feature of the theme. |
|
|
WOW, VERY cool plugin! Nicely done guys! Like Alex, I have a question about turning the events_list_display.php into a table. I have decent PHP / CSS / HTML skills and have managed a basic table display: http://www.montananaturalist.org/event-registration/ But, I want to create a table header like http://vividyogaandwellness.com/class-schedule/ Does the code for that go in event_list.php or event_list_display.php? Can you tell me which file it goes in and where in the code to insert it? Thanks! |
It would be in the event_list_display.php template, right above the table cells. In the example site you linked to, I believe Lisa used one of the starter table templates from the custom files add-on. In the future, can you start a new post instead of posting in the pre-sales forums? We’re trying to keep the forums organized. Thanks! |
|
|
Also, how does one create alternating row colors like http://vividyogaandwellness.com/class-schedule/ ? |
I’ll take a look at the page source. Can you post your question in other forums? Thanks. |
|
|
will do, sorry! |
The support post ‘creating an event 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.