Forums

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

Home Forums CSS Slider images won’t fade with .png Re: Slider images won’t fade with .png

#124248
CrocoDillon
Participant

Try this (seemed to work for me for your slideshow, but not for the original source, so no guarantees :P )

Change line 305 in jquery.eislideshow.js from:

`$currentSlide.css( ‘z-index’ , 1 ).find(‘div.ei-title > *’).stop().fadeOut( this.options.speed / 2, function() {`

to

`$currentSlide.css( ‘z-index’ , 1 ).stop().fadeOut( this.options.speed / 2, function() {`

So the whole slide fades out, not just the title