AltynbekKZ / galleriffic

Automatically exported from code.google.com/p/galleriffic
0 stars 1 forks source link

#slideshow Always rendering as opacity: 0 #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Go to http://development.zipcm.com/temp.asp
2.
3.

What is the expected output? What do you see instead?
The thumbnals, and the images

What version of the product are you using? On what operating system?
1, Windows XP

Please provide any additional information below.
I've tried adding in a removeAttr("style"); however the #slideshow div
always renders with an opacity: 0;

Original issue reported on code.google.com by o7t...@gmail.com on 29 Sep 2009 at 5:49

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
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