- 5
Hi guys.
I'm having a small issue that i could use a bit of help. I have installed the ArtFactory theme and it seems to work fine with one small exception.
The featured categories which are displayed on the homepage are shown without their images. The title is displayed, the image box is there, but the image is missing.
Anyone had this issue and could give me some advice?
This is the default code for the picture:
Note: This exact default code works for subcategories.
Thank you in advance!
Calin
I'm having a small issue that i could use a bit of help. I have installed the ArtFactory theme and it seems to work fine with one small exception.
The featured categories which are displayed on the homepage are shown without their images. The title is displayed, the image box is there, but the image is missing.
Anyone had this issue and could give me some advice?
This is the default code for the picture:
<div class="picture">
<a href="@Url.RouteUrl("Category", new { SeName = item.SeName })" title="@item.PictureModel.Title">
<img alt="@item.PictureModel.AlternateText" src="@item.PictureModel.ImageUrl" title="@item.PictureModel.Title" />
</a>
</div>
Note: This exact default code works for subcategories.
Thank you in advance!
Calin