Posted: September 4, 2017 at 11:27 am
|
Hello, I am using Table View add-on and I want to show my table exactly like this website does: I know that they are using ee But my table looks crappy compared to this and also does not list every single event or start/end times. Please help! |
Hi there, Yes they are using Event Espresso, but they are actually using EE3 (although it doesn’t matter too much in this case) That site is using a custom table view template they have created themselves to include additional details. If you are comfortable with HTML, CSS and PHP you can do the same with the EE4 table view template as it allows you to load custom templates from within your themes root directory. https://eventespresso.com/wiki/events-table-view-template-add-on/#customizations You can copy the original template within Place that within your theme and then customize that template there to include whatever details you prefer. |
|
|
Where in the child theme do I copy the file to? Just the root child folder? Or does is also have to go into childFolder/eea-events-table-view-template/templates/ Thank you |
In your child theme’s root directory will work fine. Note that the default template is If you leave the filename the same in your child theme it will replace the template for every instance of that shortcode, you can also create additional templates with different names and call them for specific shortcode, for example:
Would call a |
|
|
Hi guys, Well I’ve pretty much got the template that I want by using the code at github here: BUT …. I want to get all of the possible events, not just for the current month. Are you able to help me find the section of code that is currently restricting this? Thanks! |
September 11, 2017 at 10:23 am Hi Amanda, There actually isn’t any code within the template that restricts which events get displayed. Can you try adding the following to the shortcode on the page editor:
e.g.
|
|
The support post ‘Show every single event in Table View’ 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.