I have an XSLT carousel that pulls an image from a property (featuredImage) of a newsArticle document type. Sometimes I am noticing, that I get the "Hello World" image instead. What could be causing this? Here is my xslt that gets the image from the Media Library:
GetMedia Not pulling Image Every Time
I have an XSLT carousel that pulls an image from a property (featuredImage) of a newsArticle document type. Sometimes I am noticing, that I get the "Hello World" image instead. What could be causing this? Here is my xslt that gets the image from the Media Library:
I've tried using
since I am using a Media Picker to select "featuredImage", but the script won't save. I am using Umbraco 6.1 and webforms.
Hi Steve,
Maybe you need to ensure that the user has picked a image in the media picker.
Could you please try this piece of code, and see how it goes.
Hope this helps,
/Dennis
Thanks Dennis! Your code works if you change this:
Thanks again!
Ahh, I think you meant to set the value-of select within the attribute to "$url".
Hi Steve,
Yes of course a small mistake by me.
The most important, thing here is that you resolve the issue, and get it working.
/Dennis
Thanks for your help Dennis!
is working on a reply...