Forums

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

Home Forums CSS Problem with Chris’ Anything Slider Re: Problem with Chris’ Anything Slider

#78623
Jerm993
Member

The lines your looking for, I think not too great at jquery, Are these: starting at line 160

Code:
// Creates the numbered navigation links
base.buildNavigation = function(){
base.$nav = $(“

“).appendTo(base.$el);
base.$items.each(function(i,el){
var index = i + 1;
var $a = $(““);

not sure but i would try changing something in the fifth line, might try removing the +1, again im not strong in jquery so remember what it was like before to put it back^^