Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • comp4u Friend
    #178072

    Hello!

    The fading-effects of the Slideshow Module aren’t working with Internet Explorer 8 for me. With other browsers it works fine.
    When using the Internetexplorer 8 to browse a site with JA Mendozite template i get the following Error multiple times:

    object doesn’t support this property or method
    in modules/mod_jaslideshowlite/assets/animate.htc?prev, line 52

    This error occurs on my internal test page and also on the Joomlart demopage.

    Any ideas how to fix this?

    Thanks

    Saguaros Moderator
    #457206

    Hi there,

    I try with installing this template in local and viewing demo site (also build a site via demo builder) but I don’t see that error. Which version of PHP are you using? Could I have a link so that I can reproduce this error?

    comp4u Friend
    #457252

    I only installed this template on our internal Webserver, so offering a Link is not possible.
    The PHP Version we use on our Testserver is 5.3.1.
    But this error also occures on the official Demo of JoomlArt: http://www.joomlart.com/demo/#joomla25-templates.joomlart.com/ja_mendozite

    We have testet this issue with several PCs and it always occures only with the Internet Explorer 8.

    I have added a Screenshot with the error message, which pops up whes viewing the Demopage (Its in german, but i think you will get the point ;)).


    1. SlideshowLiteError01
    jhicks Friend
    #457259

    I checked this as well on ie8 and it looked ok.


    1. ie8_error
    Saguaros Moderator
    #457382

    Please check again and if your site is still experiencing this issue.
    If possible, please post your URL here and we shall help you out.

    comp4u Friend
    #457805

    I found a solution for my problem.

    Like described in this article: http://blog.yjl.im/2012/01/datenow-in-ie8-or-before-ie9.html the IE8 does not (really) support the Javascript function Date.Now(), which caused the Error, I mentioned above.

    So I followed the Workaround there and added following Code to the ‘animate.htc’ in ‘modulesmod_jaslideshowliteassets’:


    // For IE8 and earlier version.
    if (!Date.now) {
    Date.now = function() {
    return new Date().valueOf();
    }
    }

    And that did the job. Now, the Slideshow is fading correctly and the errormessage disappeared.

    Thanks for the help and so long!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 3 voices, and was last updated by  comp4u 12 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum