I installed Ubraco, and I am trying to modify the image sliders. I noticed that they were hardcoded in the template, so I removed that code and inserted the macro using the menu at the top. The following chunk of code was inserted.
Answered my own question, so updating this in case someone stumbles accross this.
The images were unpublished, which was my main problem. To fix it, the first step was to insert the "u.mediaSliderImages" macro into the Business Homepage template, and then publishing the sliders from the content tab. One note, there's some custom styling applied to the links.
Can't get image sliders to work
I installed Ubraco, and I am trying to modify the image sliders. I noticed that they were hardcoded in the template, so I removed that code and inserted the macro using the menu at the top. The following chunk of code was inserted.
<umbraco:Macro Alias="umediaSliderImages" runat="server"></umbraco:Macro>
But, that didn't help. Nothing shows up at the top of the page.
Any help would be appreciated.
Answered my own question, so updating this in case someone stumbles accross this.
The images were unpublished, which was my main problem. To fix it, the first step was to insert the "u.mediaSliderImages" macro into the Business Homepage template, and then publishing the sliders from the content tab. One note, there's some custom styling applied to the links.
is working on a reply...