Thread Starter
Mick
(@haarbollen)
Update: I have managed to bring images to ‘single event’ page now (by using core template) – but still haven’t being able to show images in list form, even though I use core template and the preview shows that image is present. What do I miss?
Thread Starter
Mick
(@haarbollen)
<span class="event-time value-title">{time}{endtime before="<span class='time-separator'> - </span><span class='end-time'>" after="</span>"}</span>
{image before="<div class='mc-event-image'>" after="</div>"}
<div class="sub-details">
{hcard before="<div class='mc-location'>" after="</div>"}
{excerpt before="<div class='mc-excerpt'>" after="</div>"}
</div>
Using this code in my template btw – problem would be the ‘mc-event-image’ I guess
What does your shortcode look like? I don’t see anything specifically wrong with that template; but it’s not what you’re getting. The template would need to be referenced by ID in the template attribute of the shortcode.