Thread: Image Slideshow

Results 1 to 8 of 8

Hybrid View

  1. #1
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Image Slideshow

    Anybody know how to add a image slideshow in the header? Well not header but like the body?

    www.Lfswear.com

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Image Slideshow

    Anybody know how to add a image slideshow in the header? Well not header but like the body?
    You have posted this in the Templates, Stylesheets, Page Layout section and there is no slideshow included with the default code.

    There are a couple of 3rd party modules for slideshows in the free software addons area in the link above left
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: Image Slideshow

    I want a free one and cant find one...

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Image Slideshow

    I want a free one and cant find one...
    Search the free software addons for "slide"
    Zen-Venom Get Bitten

  5. #5
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: Image Slideshow

    I already download a couple, and cant get any of them to work!

  6. #6
    Join Date
    Jul 2010
    Location
    Battle Ground, WA
    Posts
    273
    Plugin Contributions
    1

    Default Re: Image Slideshow

    I found a better one, it's simple html!

    HTML Code:
    <script type="text/javascript">// <![CDATA[
    var image1=new Image()
    image1.src="images/test1.png"
    var image2=new Image()
    image2.src="images/test2.png"
    var image3=new Image()
    image3.src="images/test3.png"
    // ]]></script>
    <p><img src="/lfs/admin/images/test1.png" alt="" width="500" height="200" /></p>
    <script type="text/javascript">// <![CDATA[
    //variable that will increment through the images
    var step=1
    function slideit(){
    //if browser does not support the image object, exit.
    if (!document.images)
    return
    document.images.slide.src=eval("image"+step+".src")
    if (step<3)
    step++
    else
    step=1
    //call function "slideit()" every 6.5 seconds
    setTimeout("slideit()",6500)
    }
    slideit()
    // ]]></script>

 

 

Similar Threads

  1. image slider/slideshow for the main page?
    By augiespanoramas in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 29 Jun 2016, 10:01 PM
  2. How to embed slideshow made from Visual Slideshow Maker?
    By muodi in forum General Questions
    Replies: 1
    Last Post: 6 Dec 2010, 03:21 AM
  3. Image Slideshow
    By seunthegreat in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 6 Oct 2010, 06:31 PM
  4. install xml image slideshow
    By dilbertdesk in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 3 Mar 2010, 12:40 AM
  5. Replies: 0
    Last Post: 21 Jan 2009, 09:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg