Hey all,
I’m currently using both the calendar widget and list-view widget on a page, but I’m having some trouble with styling things as I’d like them.
What I’d like to have is the calendar on one side with the latest events in list form next to it, and beneath each even title, I’d like to have the description of the event.
Here’s the page in question: http://vcomvc.com/acoi/
I added the excerpt functionality by adding <?php the_excerpt(); ?> to the [theme]/tribe-events/pro/widgets/list-widget.php
… and here are my questions:
1. It appears that all styling (text breaks, links, etc) are not showing up. I can click through to the single event page and see all of them, but not on that page. How can I fix this?
2. Is the text for the description coming from the main text area or the excerpt area for the “make a new event” page?
3. Is there a way to have the calendar on the one side and events on the other side of the page without using two widgets?
Thanks!