Am stuck here while trying to make a slideshow to trigger. I have items in my media section and what i would like to do here is to display only the first Url of the image to trigger the slideshow. The other items needs to be hidden somehow and thus making the slideshow work as expected without repeating the images or url twice.
In a loop you can get th eposition so if the position equals 1 assign a specific class to the image, otherwise assign another class to the remaining images and then using css do a "display:none"
Is this what you are after ? If not you may need to provide a bit more of an explanation / sample code ?
Weird i did delete this threat yesterday, since i solved it myself and realized waht i was doing was completely wrong!!! But anyways thanks for the reply.
However i didnt use any css tags such as display none, doing so will not make all the images visible in the slideshow.
Displaying the first Image Url
Hi Guys,
Am stuck here while trying to make a slideshow to trigger. I have items in my media section and what i would like to do here is to display only the first Url of the image to trigger the slideshow. The other items needs to be hidden somehow and thus making the slideshow work as expected without repeating the images or url twice.
Any suggestions to this...
Hi Fuji
How are you coding your slideshow ?
In a loop you can get th eposition so if the position equals 1 assign a specific class to the image, otherwise assign another class to the remaining images and then using css do a "display:none"
Is this what you are after ? If not you may need to provide a bit more of an explanation / sample code ?
Cheers
Nigel
Hi Nigel,
Weird i did delete this threat yesterday, since i solved it myself and realized waht i was doing was completely wrong!!! But anyways thanks for the reply.
However i didnt use any css tags such as display none, doing so will not make all the images visible in the slideshow.
//fuji
is working on a reply...