Viewing 15 replies - 16 through 30 (of 37 total)
  • 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?

    Thread Starter Rowdy77

    (@rowdy77)

    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

    Thread Starter Rowdy77

    (@rowdy77)

    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.

    There is something else I noticed. My thumbnails are all one per row. I even set it to 3 columns, and they WILL fit, but it still only shows one per row.

Viewing 15 replies - 16 through 30 (of 37 total)
  • The topic ‘[Plugin: NextGEN Gallery] Broken : The Flash Player and a browser with Javascript support are needed’ is closed to new replies.