Problem with Image Show Pro module in Internet Explorer v7

Feel free to talk about everything related to our Joomla Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Dec 21, 2011 11:56 am
When I view my website in IE v7 the slideshow stops at slide 2 and generates the following error message in engine.js
===========================================================================================
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Timestamp: Wed, 21 Dec 2011 10:22:57 UTC


Message: 'getSize().size.y' is null or not an object
Line: 142
Char: 16
Code: 0
URI: http://www.web-me.nl/modules/mod_image_ ... /engine.js

===========================================================================================

Anyone any idea what happens here?
User avatar
Fresh Boarder

GK User
Wed Dec 21, 2011 12:20 pm
jcschrijver wrote:When I view my website in IE v7 the slideshow stops at slide 2 and generates the following error message in engine.js
===========================================================================================
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E)
Timestamp: Wed, 21 Dec 2011 10:22:57 UTC


Message: 'getSize().size.y' is null or not an object
Line: 142
Char: 16
Code: 0
URI: http://www.web-me.nl/modules/mod_image_ ... /engine.js

===========================================================================================

Anyone any idea what happens here?


xyzbytes wrote:After installing the code(supplied by a moderator on this forum) for the image show forward/back arrows, I'm now getting an error-

Webpage error details



Message: 'getElements(...)[...]' is null or not an object
Line: 127
Char: 9
Code: 0
URI: templates/gk_sporter/js/gk_image_show.js


Forget it - I'm removing the custom code and running it in thumbnail mode.
Thanks anyway


I just commented the last piece of the engine.js code and now the slideshow runs all the slides

Commented code;
Code: Select all
/*      
      switch($G['anim_type']){
         case 'opacity': break;
         case 'top': new Fx.Tween(slides[which],{duration: $G['anim_speed'], property: 'margin-top'}).start((-1)*slides[which].getSize().size.y,0);break;
         case 'left': new Fx.Tween(slides[which],{duration: $G['anim_speed'], property: 'margin-left'}).start((-1)*slides[which].getSize().size.x,0);break;
         case 'bottom': new Fx.Tween(slides[which],{duration: $G['anim_speed'], property: 'margin-top'}).start(slides[which].getSize().size.y,0);break;
         case 'right': new Fx.Tween(slides[which],{duration: $G['anim_speed'], property: 'margin-left'}).start(slides[which].getSize().size.x,0);break;
      }
            
      (function(){slides[$G['actual_slide']].setStyle("z-index",$G['actual_slide']);}).delay($G['anim_speed']);
      
      if(wrapper.getElement('.gkIsPagination li')) {
         wrapper.getElements('.gkIsPagination li').setProperty('class','');
         wrapper.getElements('.gkIsPagination li')[which].setProperty('class','active');
      }
      */


In both cases (with no commented code & with commented code ) the Image Show Pro runs smouthly in Internet Explorer v8, Firefox, Chrome and Safari.

It only happens when I browse with IExplore v7 ...
User avatar
Fresh Boarder


cron