1) I was able to change the size and get the images on the right side but something else happened. If you check my site in the homepage/events sidebar, the photos are not matching with my title topics. I don’t know what exactly happened there.
2)Below is the html codes mentioned under each title:
1)Events page grouping:
None
2) Default event list format header:
<table cellpadding=”0″ cellspacing=”0″ class=”events-table” >
<thead>
<tr>
<th class=”event-time” width=”150″>Date/Time</th>
<th class=”event-description” width=”*”>Event</th>
<th class=”event-Image” width=”150″>Image</th>
</tr>
</thead>
<tbody>
3)Default event list format:
<tr>
<td>
#_EVENTDATES
#_EVENTTIMES
</td>
<td>
#_EVENTLINK
{has_location}
<i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location}
</td>
<td>
#_EVENTIMAGE
</td>
</tr>
4)Default event list format footer:
</tbody></table>
5)No events message:
No Events
6)List events by date title:
Events – #j #M #y
7)Single event page format:
<table cellpadding=”0″ cellspacing=”0″ id=”current-events” >
<thead>
<tr>
<th id=”event-time” width=”150″>Date/Time</th>
<th id=”event-description” width=”*”>Event</th>
</thead>
#_EVENTIMAGE
<tbody>
<!– INSTRUCTIONS
Insert the following into : “Default event list format”
–>
<tr>
<td>
#_{d/m/Y} #@_{ – d/m/Y}
#H:#i -#@H:#@i
</td>
<td>
<div style=”float:left; margin:0px 10px 0px 0px;”>#_EVENTIMAGE{100,100}</div>
#_EVENTLINK
<i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
</td>
</tr>
<!– INSTRUCTIONS
Insert the following into : “Default event list format footer”
–>
</tbody>
</table>
8)Event excerpt:
#_EVENTDATES @ #_EVENTTIMES – #_EVENTEXCERPT
9)Event excerpt fallback:
#_EVENTDATES @ #_EVENTTIMES – #_EVENTEXCERPT{55}
3) I was able to see the full list after choosing “view all events”
4) Additional Query: when I click on “events” in the footer section I don’t see full list of the events. I don’t see the upcoming events. How can I see full list?
Thank you so much for your patience.