Results 1 to 7 of 7

Thread: Featured Content Slider - Pagination links stop "auto slide" mode

  1. #1
    Join Date
    Oct 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Featured Content Slider - Pagination links stop "auto slide" mode

    1) Script Title:
    Featured Content Slider

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

    3) Describe problem:
    I am using Firefox and Featured Content Slider in "auto slide" mode with "persistence" off.

    If I click on one of the pagination links, the "auto slide" mode is canceled. The page just sits there and doesn't go onto the next. Is this normal behavior? And if not, ideas how to fix it?

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

    Default

    Yes, that's normal behavior. The slideshow is stopped if the user clicks on any of the pagination links. Otherwise, it can be a rather frustrating experience depending on who you ask.

  3. #3
    Join Date
    Dec 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I downloaded the content slider and it's working, but as far as I can see, the autorotate feature is not default and has to be added on. I don't understand from the directions on the page how to do it. I'm a web designer, but no javascript expert. Can anyone tell me how to add this feature?

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

    Default

    Petronella:
    By default you'd start the script by calling something like:

    Code:
    ContentSlider("slider1")
    To enable the auto rotate feature, just define the second optional parameter (in milliseconds):

    Code:
    ContentSlider("slider1", 3000)
    This causes the contents to rotate every 3 seconds, for example.

  5. #5
    Join Date
    Dec 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Got it, thanks a lot!

  6. #6
    Join Date
    Feb 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Does anyone know how to turn the slideshow off? - e.g. via onclick.
    I'd like to add a STOP link beneath the slideshow.

    I'm trying to figure out how to reset autorotate to false.

    Thanks.
    Rob

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

    Default

    Robf:
    In the future please start a new thread when asking a question. Regarding it, is your "stop" link inside the pagination DIV or outside of it?
    DD Admin

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
  •