Results 1 to 6 of 6

Thread: Autorotate bug

  1. #1
    Join Date
    Jul 2008
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Exclamation Autorotate bug

    1) Script Title: Featured Content Slider v2.3

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

    3) Describe problem: Look at slider4, set autorotate to true and finally hover the first active thumb or image (before touching anything else on the slider). The active image then disappears!

    This is without a doubt a bug and I really hope this can be solved somehow. Is it a difficult bug?
    Last edited by skalm; 07-09-2008 at 07:47 PM. Reason: Added a question

  2. #2
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    There doesn't appear to be a problem with the code. Maybe the code you selected was accidentally selected incorrectly.

    -magicyte

  3. #3
    Join Date
    Jul 2008
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    I have done the following:

    - implemented the script into my own design
    - implemented the script into an empty page
    - downloaded DD's entire example page (with all files) and set autorotate to true
    - used FireBug to enable autorotate on DD's example page

    It must be a bug in the script or here (from the example page):

    featuredcontentslider.init({
    id: "slider4", //id of main slider DIV
    contentsource: ["inline", ""], //Valid values: ["inline", ""] or ["ajax", "path_to_file"]
    toc: "markup", //Valid values: "#increment", "markup", ["label1", "label2", etc]
    nextprev: ["", "Next"], //labels for "prev" and "next" links. Set to "" to hide.
    revealtype: "mouseover", //Behavior of pagination links to reveal the slides: "click" or "mouseover"
    enablefade: [true, 0.1], //[true/false, fadedegree]
    autorotate: [false, 3000], //[true/false, pausetime]
    onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
    //previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
    //curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
    }
    })

    The only change I'm doing is in bold.


    Thank you for trying to help me, by the way!
    Last edited by skalm; 07-09-2008 at 09:54 PM. Reason: thanks

  4. #4
    Join Date
    Jun 2008
    Posts
    589
    Thanks
    13
    Thanked 54 Times in 54 Posts
    Blog Entries
    1

    Default

    try to revert the change. If that doesn't work, tell me what version of Internet Explorer (or other browsers) you have. If it's lower than 5, then that's your source. And one last thing: Post the WHOLE script for me to see. If the script you submitted is the only thing, i'm sorry to say that that is just the css and not any HTML. If all else fails, cry OR you could contact Dynamic Drive OR you could get a Moderator (John or Daniel)/Administrator (that would be ddadmin) to help you.

    -magicyte

  5. The Following User Says Thank You to magicyte For This Useful Post:

    skalm (07-09-2008)

  6. #5
    Join Date
    Jul 2008
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    I have tried that. Nobody is responding me. Except from you now, and that's great. You'll find my site in that thread.

    Tried IE6, IE7, Firefox 3 and Opera 9.5. Same bug everywhere.

    This guy has encountered the same bug, I found out now. You can see it at his site too.
    Last edited by skalm; 07-09-2008 at 10:10 PM. Reason: guy

  7. #6
    Join Date
    Jul 2008
    Posts
    12
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    ddadmin has now fixed it in version 2.4. Great work, thank you!

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
  •