I have a JQuery cycle slider which is working, however it's picking up all the images below the macro on the current page. I would like it to pick up four images the user picks from the media files. In the document type I have defined them as slide1-4 can anyone help with this.
JQuery Cycle xslt
Hello there
I have a JQuery cycle slider which is working, however it's picking up all the images below the macro on the current page. I would like it to pick up four images the user picks from the media files. In the document type I have defined them as slide1-4 can anyone help with this.
This is my XSLT
The url is http://upgrade.c4eo.org.uk/
Thanks in advance
Hi Natasha
Try changing the following
to this
<xsl:for-eachselect="umbraco.library:GetMedia($slides, 0)/@nodeName">
Hope this helps.
Cheers, Nigel
HI Nigel
Thanks for the suggestion, but it hasn't made a difference. I am still working on it and will post the xslt if/when I get it working.
Thanks, Natasha
Hi Natasha
You can try use the debugging functionality...
Firstly, ensure in your web.config you have the umbracoDebugMode se to true:
<add key="umbracoDebugMode" value="true"/>
Then brwose to the page that isn't working and add the following to the URL:
?umbDebugShowTrace=true
This might help you track down the offending line of code.
Cheers, Nigel
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.