-
AuthorPosts
-
comp4u Friend
comp4u
- Join date:
- February 2010
- Posts:
- 16
- Downloads:
- 7
- Uploads:
- 1
- Thanks:
- 7
- Thanked:
- 2 times in 2 posts
June 12, 2012 at 11:16 am #178072Hello!
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 52This error occurs on my internal test page and also on the Joomlart demopage.
Any ideas how to fix this?
Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 13, 2012 at 8:34 am #457206Hi 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 Friendcomp4u
- Join date:
- February 2010
- Posts:
- 16
- Downloads:
- 7
- Uploads:
- 1
- Thanks:
- 7
- Thanked:
- 2 times in 2 posts
June 13, 2012 at 1:47 pm #457252I 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_mendoziteWe 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 ;)).
jhicks Friendjhicks
- Join date:
- March 2011
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 29
- Thanked:
- 12 times in 1 posts
June 13, 2012 at 2:47 pm #457259Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 14, 2012 at 9:31 am #457382Please 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 Friendcomp4u
- Join date:
- February 2010
- Posts:
- 16
- Downloads:
- 7
- Uploads:
- 1
- Thanks:
- 7
- Thanked:
- 2 times in 2 posts
June 18, 2012 at 8:37 am #457805I 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!
1 user says Thank You to comp4u for this useful post
AuthorPostsViewing 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
Jump to forum