CodeCanyon

DDSlider - 10 Transitions - Inline Content Support

  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
kalkdal says
Purchased

Can you please make/post an example of multiple slide shows on one page with at least one with working navigation?

Thanx

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
roxbydesign says
Purchased

I have the slider working correctly in all Mac browsers and IE8 and Firefox, but the images are not showing up in IE7 . Any ideas? The site address is http://www.workingwithenglish.com/test.html I also put just the slider on the page to make sure there wasn’t a conflict with other css – http://www.workingwithenglish.com/slider.html and same problem.

I am using DDSlider v1.7 and JQuery v1.4.2

this is the only part of the DDSlider.css I changed

homeSlider, #homeSlider li {

height: 266px; width: 400px; }

thanks.

2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
joeaudio says
Purchased

To choose the first slide at random:

Replaced this line:

this.children('li:first').addClass('current');

with:

var numberOfSlides = this.find("li").length;            
var randomStart = 1+Math.floor(numberOfSlides * (Math.random() % 1));
this.children('li:nth-child('+randomStart+')').addClass('current');
2 months ago
  • Has been a member for 4-5 years
  • Exclusive Author
  • Bought between 10 and 49 items
cway says
Purchased

I can’t seem to get the selectors or the arrows to show. Any ideas?

18 days ago
by
by
by
by
by