Ok so I am at new at this - and very stuck / confused about what to do.
I have a macro -
@foreach (var page in CurrentPage.Children.Where("Visible").OrderBy("CreateDate desc"))
{
@Umbraco.RenderMacro("SliderImages")
@page.projectName
@page.descriptionContent
}
For the image slider I created a seperate macro - SliderImages.
The way I add images - using a doctype - Slider with child doctype - Slider Image - with a media picker, each doctype Slider Image representing 1 image, and I can add many .
For the SliderImages macro, how will I go about to be able to pull the images into the slider ?
Image Slider Issues
Ok so I am at new at this - and very stuck / confused about what to do.
I have a macro - @foreach (var page in CurrentPage.Children.Where("Visible").OrderBy("CreateDate desc")) {
@Umbraco.RenderMacro("SliderImages")
@page.projectName
@page.descriptionContent
For the image slider I created a seperate macro - SliderImages.
The way I add images - using a doctype - Slider with child doctype - Slider Image - with a media picker, each doctype Slider Image representing 1 image, and I can add many .
For the SliderImages macro, how will I go about to be able to pull the images into the slider ?
please help
Is this the same post as: https://our.umbraco.org/forum/using-umbraco-and-getting-started/76258-image-slider-macro?
Yes sorry - Internet bombed out and I wasn't sure if it posted or not
No worries, did the suggestion work for you or have you not had the time to test it out?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.