Viewing 7 replies - 1 through 7 (of 7 total)
  • Something like this ?

    <table>
    	<thead>
    		<tr>
    			<th>Date & Time</th>
    			<th>Event</th>
    			<th>Instructor</th>
    			<th>Cost</th>
    			<th>Location</th>
    			<th>Map</th>
    			<th>?</th>
    		</tr>
    	</thead>
    	<tbody>
    	[events_list limit="0"]
    		<tr>
    			<td>#_EVENTNAME</td>
    			<td>#_EVENTNAME</td>
    			<td>#_ATT{Instructor}</td>
    			<td>#_EVENTPRICEMAX</td>
    			<td>#_LOCATIONLINK</td>
    			<td>#_MAP</td>
    			<td></td>
    		</tr>
    	[/events_list]
    	</thead>
    </table>
    Thread Starter roxtheo

    (@roxtheo)

    Thank you Beee!

    I tried adding the code to the Formatting section under the Events Page in the “Default event list format”. Is that the right place to add the code? It didn’t look right and I reverted back to the list.

    Do I do anything with header and footer formats?

    How do I add the descriptions of the workshops/classes?

    I thought this was directly in a page…

    table – tbody goes into header
    tr – /tr goes into format
    /thead – /table goes into footer

    Thread Starter roxtheo

    (@roxtheo)

    The code above is not working the way I need it to. The client wants the Upcoming Events page to list each event as in the same format as the single event page, one right after the other. The client wants to eliminate having to click on the link in the current list to go to the single event page for more information.

    https://sundancehealingartscenter.com/events/
    https://sundancehealingartscenter.com/events/pear-blossom-recovery/

    I think you will have not enough space if you want to include the map as well…

    Thread Starter roxtheo

    (@roxtheo)

    Even if we list the events vertically? The single events page has all the information with the map.

    I still think it would be a space issue… it will be cramped….

    from my point of view, I wouldn’t list the map… too big and if people really wanna come and want to find out where it is, they’ll click the location link.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘List all events on 1 page’ is closed to new replies.