I have uploaded an image in the "Image" tab of K2 article and it shows when I open the page of the event.
The image doesn't show in the NSP module in the homepage.
I see that the format text is
- Code: Select all
<div class="gkEventInfo">
<a href="{URL}"><img src="{IMAGE_SRC}" alt="{TITLE}" /></a>
<div>
<h3><a href="{URL}">{TITLE}</a></h3>
<small><i class="gk-icon-calendar-solid"></i>{{eventday}}</small>
<small><i class="gk-icon-clock-solid"></i>{{eventhours}}</small>
</div>
</div>
So the question is: where the {IMAGE_SRC} url comes from?