:( Broken
Always shows : "The Flash Player and a browser with Javascript support are needed.."
When disabling flash slideshow, there´s only a load-graphic.
:( Broken
Always shows : "The Flash Player and a browser with Javascript support are needed.."
When disabling flash slideshow, there´s only a load-graphic.
Same thing for me. Very frustrating: http://0000sc9.previewcoxhosting.com/
Me too...I'm a newbie and thought it was something I was doing wrong but obviously not. Please help!
@eric
Does your gallery 3 contain some images ? The script return that contion no images ? Can you setup a test page with shortcode [nggallery id=3] ?
@Rowdy77
Can you please deactive the sildeshow flash player in the settings and then enable it then again. Does it work then ?
alerabe - I get the same message as @eric but I know that my gallery definitely contains some images...not sure what I'm doing wrong?
hi alex, no. it just loads, but nothing happens..
oh no sorry. it works. but alle setting are gone (title, menu, etc.)
This is the NON Flash slideshow, this is so far normal.
Do you have setup in the settings the URL for the flash player ?
Same thing here. I would like to switch to the non-flash slideshow, buit it keeps showing the loader.gif.
-> http://www.440er.de
flash-slideshow works!
thanks,
Christian
oops, just seeing: again (posted some time ago) Flash-slideshow ONLY works, when I am logged in!
Ok will check that in a couple of hours and let you know...
d-day!! das ist ja unheimlich :) ernie hier
ach quatsch! hehe, Du Vogel!
Same issue. as the previous posters, it just not working. And I have used NextGen for years, on other websites. So not sure what gives.
I am having the same issue, I just updated to NextGen ver 1.6.0 and the SlideShow now dosn't work ?
So I had to switch back to version 1.5.5
Let me know when this issue has been resolved.
Goto to nggallery.php Line 321:
if ( NGGALLERY_IREXIST == true && $ngg_options['enableIR'] == '1' && nggGallery::detect_mobile_phone() === false )
change it to :
if ( NGGALLERY_IREXIST == true && $ngg_options['enableIR'] == '1' )
if this still doesn't help :
if ( NGGALLERY_IREXIST == true )
None of these work for me, the last option gives me the "loading" image, but it never loads. Otherwise I just see:
The Flash Player and a browser with Javascript support are needed..
none of these worked for me either.
when I look at the code, this would be a bugfix for the flash-version, not for the jquery-slideshow, correct?
if ( NGGALLERY_IREXIST == true )
this works for flash-version. thanks!
This will ( or should ) enable the flash player again, need to check deeper what happened in this situation. Come back later...
if ( NGGALLERY_IREXIST == true )
this worked for me and the flash version. Thanks Alex.
For my site this was also the solution.
if ( NGGALLERY_IREXIST == true )
Thanks Alex for this great plugin!
Oh my god, sometimes I'm really blind :-)
instead
if ( NGGALLERY_IREXIST == true && $ngg_options['enableIR'] == '1' && nggGallery::detect_mobile_phone() === false )
it must be
if ( NGGALLERY_IREXIST == true && $this->options['enableIR'] == '1' && nggGallery::detect_mobile_phone() === false )
Bugfix will be released soon
great work.
if ( NGGALLERY_IREXIST == true )
all this does is give me the perpetually loading graphic.
tried
if ( NGGALLERY_IREXIST == true && $this->options['enableIR'] == '1' && nggGallery::detect_mobile_phone() === false )
I just get the spinning flash loading wheel thingie...
I had the exact same problem; now it's apparently working fine.
Alex, this update also deactivated the Spanish localization for me. By the way, I noticed the plugin isn't fully translated to Spanish and has a couple of mistakes; if you need help with this language, feel free to ask.
Thanks for the good work!
ok, flash version works, but still ONLY when logged in.
Maybe the gallery folder rights?
non-flash still does not work.
but still: GREAT plugin alex!
Flash version works for me, even unlogged.
Ah, i found out, that even when logged out, the flash version works, when I select one specific gallery in the widget.
When I select "All Images", it doesn't work
hope that helps.
This topic has been closed to new replies.