Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Image slider help

  • This topic is empty.
Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #30120
    hal8
    Member

    Hi all.

    Hopefully this is just gunna be a quick answer thing. Basically ive got a site that i’ve been doing very slowly every now and then with wordpress (1st attempt). Well i put in a jquery slider that i downloaded and it has 8 images that slide.

    Can anyone give me some info so i could lower that number to say 4 images instead ?

    I’ve looked in the scripts.js file but cant find it !!

    Cheers in advance

    #80628
    hal8
    Member

    OK cheers for the advice hardix. Ive located the slider.data, but not too sure on what to do next.

    Here is what it looks like

    var d=slider.data;
    for(var i=0;i $(‘#’+d.id).stop().animate({left:((i-pos)*1000)},1000,’swing’);

    ????????

    #80375
    hal8
    Member

    can anyone help ?

    #80203
    hal8
    Member

    Ahhhhhhhh i see….thanks mate.

    #80204
    hal8
    Member

    OK so i deleted it so i only had 4 like i wanted, but now it doesnt seem to slide any more but you can kinda see the images slide underneath the one that is still

    Hmmmmm any ideas ??

    #80198
    coffeendonut
    Member

    @hal8 after that you also need to take off



    and that will do it…

    #80131
    hal8
    Member

    Ha. I am a doughnut !! Cheers

Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.