This is the shortcode that I’m using:
[my_calendar_upcoming fallback="Aktuell keine Touren & Events verfügbar." template="abcd206b575b82d604522ca7bf01021f" show_today="yes" type="year" order="asc"]
This is the template that I’m using:
<table>
<tr>
<td colspan="3"><h4><a href="{linking}" target="_blank">{title}</a></h4></td>
</tr>
<tr>
<td rowspan="4"><a href="{linking}" target="_blank">{thumbnail}</a></td>
</tr>
<tr>
<td><b>Start:</b></td>
<td>{date} um {time} Uhr</td>
</tr>
<tr>
<td><b>Ende:</b></td>
<td>{enddate} um {endtime} Uhr</td>
</tr>
<tr>
<td><b>Ort:</b></td>
<td><a href="{link_map}" target="_blank">{location}</a></td>
</tr>
</table>
Unfortunately every event has an ugly listing (<li>) point in front of it that I would like to suppress.
-
This topic was modified 7 years, 2 months ago by
codac.
The page I need help with: [log in to see the link]