I'm new to Umbraco and new to the forums, so please be gentle.
I want to add a jQuery slider (nivo slider) to my homepage. The nivo slider has a feature which allows me to overlay a div on the image.
Since I am new to Umbraco, I just want confirmation that I'm on the right path, before I dive in.
What I think I need to do is create a new datatype with an image picker and a rich text editor for the slider image and overlay text, respectively. Then I create a folder of such items as needed. Then I have to create an XSLT macro that will get a list of these datatypes and insert them in the proper div in the homepage. Then put the jquery and plugin script tags in the homepage template and I'm home free.
Did I miss anything? Can you point me to some examples of such XSLT macros? I'm guessing that will be the most complicated part for me.
Nivo slider with HTML overlay
Hi!
I'm new to Umbraco and new to the forums, so please be gentle.
I want to add a jQuery slider (nivo slider) to my homepage. The nivo slider has a feature which allows me to overlay a div on the image.
Since I am new to Umbraco, I just want confirmation that I'm on the right path, before I dive in.
What I think I need to do is create a new datatype with an image picker and a rich text editor for the slider image and overlay text, respectively. Then I create a folder of such items as needed. Then I have to create an XSLT macro that will get a list of these datatypes and insert them in the proper div in the homepage. Then put the jquery and plugin script tags in the homepage template and I'm home free.
Did I miss anything? Can you point me to some examples of such XSLT macros? I'm guessing that will be the most complicated part for me.
Thank you!
-Elad
I've done this several times.
Here's my xslt for creating the div with images:
Pass in the selected folder to the macro (or pass in via a querystring)
is working on a reply...