Open GoogleCodeExporter opened 9 years ago
This does not appear to be the issue at all. I have verified the correct pae
and
image is getting passed to the image renderer, and the slideshow image still
does not
display
Original comment by o7t...@gmail.com
on 29 Sep 2009 at 6:12
In your implementation, you have commented out the fadeTo method which is being
used
to call the galleriffic callback at the completion of the fade:
onTransitionOut: function(callback) {
$('#caption').fadeTo('fast', 0.0);
//$('#slideshow').fadeTo('fast', 0.0, callback);
},
When implementing a custom onTransitionOut handler, you are responsible for
calling
the callback method, which gives control back to the galleriffic plugin and
tells it
to go ahead and generate the next image. So if you want to keep the
$('#slideshow').fadeTo('fast', 0.0, callback); line commented out, you will
need to
add a line to execute the callback like such: callback();
Original comment by trentfoley
on 29 Sep 2009 at 6:27
[deleted comment]
[deleted comment]
Hi.. i have same problem.. slideshow image still does not display. but it
works in localhost. when i upload to server , slideshow image does not
display. Thumbs navigation works both situation and image is getting passed to
the image renderer. Can you help me..?
Original comment by PoornaPi...@gmail.com
on 2 Apr 2011 at 1:36
Original issue reported on code.google.com by
o7t...@gmail.com
on 29 Sep 2009 at 5:49