I am using the SJ K2 Scroller included with the Univer template.
K2 Item titles and descriptions display properly, but the images do not. There are no page errors except 404s, the links look like:
localhost:8888/site_name/undefined
Here is the HTML code produced for one of the items in the scroller:
<div class="iviewSlider" style="position: relative; -moz-user-select: none; transform-origin: 0px 0px 0px; transform: scale(0.9375); background: url("undefined") no-repeat scroll 0% 0% transparent;">
<div class="ns-item" data-iview_image="
localhost:8888/angel_appeal/cache/resized/94c8ed80c1df774e43ee6c01c993e07a.jpg" data-iview_thumbnail="
localhost:8888/angel_appeal/media/k2/items/cache/84ac056b57dd032fcf18a346d4a81feb_Generic.jpg" style="display: block; width: 900px; height: 400px;">
<div class="detail">...{item title and text displays correctly}...</div>
</div>
</div>
It seems that the background URL link in the "iviewSlider" div is not being populated. What could be wrong?