Home › Forums › JavaScript › Help with Slideshow
- This topic is empty.
-
AuthorPosts
-
February 24, 2014 at 10:14 am #163969
Anonymous
InactiveCan someone please tell me why this slideshow isn’t cycling the images? I know that some images are dead links, but 1-8.png are active. I’m new to slideshows and wanted to do this with CSS but no one seems to know how to do it with CSS so I’m taking the JS route. I need 5 or 6 slideshows on one page.
Thanks.
February 24, 2014 at 10:17 am #163970Paulie_D
Member@michael1961
It would be much easier on us if you could use Codepen to show us your HTML/CSS/JS rather than providing a link.
February 25, 2014 at 12:40 am #164022Anonymous
InactiveGreetings Paulie,
I’m not sure how codepen will suddenly give people ideas. It seems there’s a general lack of knowing how slideshows work. Of the many questions asked by others on here, I notice most have gone unanswered, or weren’t resolved.
Anyway, I’ve created a pen, but issues showing on a real page don’t replicate in codepen. For example, the JS starting with var step=1; is in the body portion of the page and will not work if put into the head section. This only adds to my confusion.
Best Regards.
February 25, 2014 at 3:04 am #164032Paulie_D
MemberI’m not sure how codepen will suddenly give people ideas.
It doesn’t give us ideas, it allows us to review the HTML/CSS & JS to spot any obvious issues without having to use Developer Tools to look through a linked site element by element or line by line of code.
It also allows us to take a copy to tinker with on our own to test any ideas before coming back to you.
February 25, 2014 at 3:06 am #164033Paulie_D
MemberIt seems there’s a general lack of knowing how slideshows work. Of the many questions asked by others on here, I notice most have gone unanswered, or weren’t resolved.
There’s a wealth of knowledge but not all sliders are the same.
Just do a seach for ‘Image slider’ and see how many plug-ins and CSS options there are. It’s a wide area to cover and some issues are individual to specific sliders and implementations.
February 25, 2014 at 3:49 am #164037Anonymous
InactiveIt doesn’t give us ideas, it allows us to review the HTML/CSS & JS to spot any obvious issues without having to use Developer Tools to look through a linked site element by element or line by line of code.
It also allows us to take a copy to tinker with on our own to test any ideas before coming back to you.
Great, then I anxiously await a reply to the Codepen I posted and get pointed in the right direction on this.
-
AuthorPosts
- The forum ‘JavaScript’ is closed to new topics and replies.