Content Slider using images from a folder

David Good asked on October 20, 2014 18:52

I'm using the Content Slider web part to make an image slider. The source for the content slider is a folder of images off the main site tree. The images are displayed in the slider while I am logged in but when I log out, the slider no longer displays the images. The images are verified to be published. Here is my transformation:

<img src="<%# GetAbsoluteUrl(GetAttachmentUrl(Eval("AttachmentName"), Eval("NodeAliasPath")), Eval<int>("AttachmentSiteID")) %>" alt="Slider Image" />

Recent Answers


Brenden Kehren answered on October 22, 2014 14:26

Do you have any macros in any of the webpart's properties that would set any of the properties? Have you checked the event log for any errors? Are you using extensionless URLs?

0 votesVote for this answer Mark as a Correct answer

David Good answered on October 22, 2014 17:40

We are not using extensionless URLs. No macros and no errors in the event log. I actually got a reply from support and they said not to use the Content Slider as an image slider. There is a new web part you can download called Camera Slider.

http://devnet.kentico.com/articles/image-slider

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.