• New here and working with my first WordPress site, well modifying it anyway.

    I’ve installed ImageFlow and it works great in Chrome or FireFox. It doesn’t seem to load in IE8. I’ve managed to get it to load occasionally by clearing the IE cache. Most of the time I get an ‘Invalid argument’ error in line 377 of imageflow.js:

    loadingBar.style.width = finished+'%';

    Searched a bunch but no luck finding answers.

    If it helps url is: here

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tengard

    (@tengard)

    Fixed this issue. I’m no browser expert, but it seems IE doesn’t like manipulating DOM elements with the domReady call. I changed line 59 of /wp-content/plugins/nextgen-imageflow/lib/functions.php to:

    $out .= "\n\t".'window.onload = function() {';

    Make line 165:

    $out .= "\n\t".'};';

    Seems IE8 likes window.onload instead of domReady(). I’m pretty new to this, so if someone can tell me why, that would be great.

    Thanks

    Unfortunately I don’t know anything about your topic above.

    But as you are using the ImageFlow: Did you find any solution for changing the background color of the reflection to not black?

    Thanks in advance!

    Thread Starter tengard

    (@tengard)

    Haven’t played with that as I don’t use the reflection on my site. I’ll look at it when I have time and see what I can dig up.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN ImageFlow] IE8 Invalid argument imageflow.js Line:377’ is closed to new replies.