Hi caimin_nwl,
Thanks so much for the response…
Do you have any advice on how to setup the table to sort the Events Manager Items? This is how I currently have it setup in the Events > Settings > Formatting > Events area:
<table cellpadding=”0″ cellspacing=”0″ class=”events-table” >
<thead>
<tr>
<th class=”event-time” width=”100″><h3 style=”font-weight: bold;”>Date</h3></th>
<th class=”event-description” width=”*”><h3 style=”font-weight: bold;”>Location</h3></th>
<th class=”event-time” width=”*”><h3 style=”font-weight: bold;”>Type</h3></th>
<th class=”event-description” width=”*”><h3 style=”font-weight: bold;”>Name</h3></th>
</tr>
</thead>
<tbody>
<tr>
<td style=”padding-bottom: 35px;” valign=”top”>
#_EVENTDATES
</td>
<td style=”padding-right: 25px;” valign=”top”>
{has_location}#_LOCATIONNAME
#_LOCATIONTOWN, #_LOCATIONSTATE{/has_location}
</td>
<td style=”padding-right: 25px;” valign=”top”>
#_CATEGORYLINK
</td>
<td style=”padding-right: 25px;” valign=”top”>
#_EVENTLINK
</td>
</tr>
</tbody>
</table>
When I try to use that jQuery sort table, it looks like you have to have actual items in the table, it doesn’t seem to be letting me use shortcodes or these kinds of codes #_LOCATIONNAME.
Any advice would be greatly appreciated. I am happy to donate for your services and time.
Thanks.