Results 1 to 3 of 3

Thread: Step Carousel images not loading properly

  1. #1
    Join Date
    Sep 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Step Carousel images not loading properly

    1) Script Title: Step Carousel

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...epcarousel.htm

    3) Describe problem: Hello, I've been having trouble with the step carousel when it first loads into a browser. I'm using it for images as a gallery on my website (linked below). The problem is, if you're viewing the website for the very first time on your browser (ie, firefox, or chrome), the images load on top of each other and don't slide to where they're supposed to go in the first place, so the carousel thinks there's only one "panel" and when you press on the left or right navigation buttons, it just acts on that one panel.

    On ie and firefox if you close the browser and open up a new one to view the website, the images then proceeds to load properly the second time around. Is there a way to fix this?

    JcarouselLite, which is basically the same, mentions this issue on their "known issues" page:

    "Sometimes when you use a lot of images, then the carousel may appear to flicker while constructing itself. To work-around this, just add these style rules to the carousel's div using your own css file. That should solve your problem.

    Code:
    .carousel {
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
    ..."

    I tried implementing this on the css of the step carousel but all it does is make the entire gallery disappear since the size of my carousel is different from the original.

    Please help and thank you in advance!


    www.miss-sheena.com/home.html

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    With Step Carousel script at least, this typically happens if you haven't defined an explicit width for each panel when you set it up. See two ways to set panel widths for more info.
    DD Admin

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    mssheena24 (09-14-2009)

  4. #3
    Join Date
    Sep 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Thumbs up Thank you!

    Thanks so much! I think that fixed it! =] <3

Bookmarks

Posting Permissions

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