MagicToolBox forum
May 17, 2012, 12:51:00 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to the Magic Toolbox forum!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Problems with Slideshow and IE8  (Read 1725 times)
markus67
Newbie
*
Posts: 11


View Profile
« on: March 14, 2010, 07:48:28 am »

Hi ...

at first sorry for my bad english ;-)

i have a Problem with the slideshow in combination with the magic zoom plus.
Both scripts where implemented in an xtc Commerce Online-Shop.
It works in ie7 an ff3.x well ... but not in ie8.

the website will noch open.

for both scripts i have al license number

the problem is this code ...
Code:
<!-- set slide show params -->
  <script type="text/javascript">
    MagicSlideshow.options = {
      'loop-type': 'first',
      'arrows': 'no',
      'effect': 'fade',
      'show-selectors': 'no',
      'speed': '6'
    }

    MagicSlideshow.extraOptions.slideshowrumble = {
      'effect': 'fade',
      'effect-next': 'fade',
      'effect-jump': 'fade',
      'container-position': 'right',
      'container-padding': '0',
      'text-position': 'top',
      'text-effect': 'slide'
    }

    </script>

if i remove this code the website open in ie8  Roll Eyes

the url to the testboard and the license number could i send you via PM

many thanks for help.

markus




Logged
markus67
Newbie
*
Posts: 11


View Profile
« Reply #1 on: March 15, 2010, 05:21:23 am »

Hello?

anyone here who could help?
i have paid for both scripts an its a urgent problem.

If i use the contact form i got an error ... its not possible to send a email.

thanks and best regards

Markus
Logged
oleksiy
Administrator
Hero Member
*****
Posts: 1886


MagicToolBox CEO


View Profile
« Reply #2 on: March 15, 2010, 11:16:02 am »

Hi Markus,

We'll check the problem
Logged
markus67
Newbie
*
Posts: 11


View Profile
« Reply #3 on: March 15, 2010, 03:57:13 pm »

Hi,

i solved the Problem with this code ... but this could not be the solution.

Code:
<meta http-equiv="X-UA-Compatible" content="IE=7" />

best regards

Markus
Logged
markus67
Newbie
*
Posts: 11


View Profile
« Reply #4 on: March 20, 2010, 05:46:41 pm »

Hi ...

could you solve the problem with ie8 Huh

best regards markus
Logged
Alex
MagicToolBox Team
Hero Member
*****
Posts: 633



View Profile WWW
« Reply #5 on: March 22, 2010, 07:07:08 pm »

Hi Markus,

Unfortunately, we could not replicate this problem in IE8.

Can you please provide us with more details:

 1. The link to the page where you see this problem.
 2. What operating system you are using: Window XP, Windows Vista, Window7?

Thanks,

Alex
Logged
markus67
Newbie
*
Posts: 11


View Profile
« Reply #6 on: March 22, 2010, 07:13:25 pm »

Hi Alex,

ok .. i send you a pm to the testboard ;-)

operating system ist win xp with ie8

best regards markus

Logged
Alex
MagicToolBox Team
Hero Member
*****
Posts: 633



View Profile WWW
« Reply #7 on: March 22, 2010, 07:27:45 pm »

Hi Markus,

Thanks for the additional information.

We will investigate the issue on the testboard and will get back to you as soon as possible.

Thanks,

Alex
Logged
Alex
MagicToolBox Team
Hero Member
*****
Posts: 633



View Profile WWW
« Reply #8 on: March 23, 2010, 10:35:30 am »

Hi Markus,

Seems we found the cause of your issue. Actually, it's some sort of problem of IE8 itself. Also, it doesn't occur in all IE8 (we've checked from different computers and sometimes the problem occurred, sometimes not).

Right, the problem is in the PNG transparency workaround for IE. Please find this line in the images/price/pngbehavior.htc file:

 
Code:
var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && navigator.platform == "Win32";

and replace it with this one:

 
Code:
var supported = /MSIE (5\.5)|[67]/.test(navigator.userAgent) && navigator.platform == "Win32";

IE 8 and 9 support transparent png, so there is no need to apply this workaround for them.

Hope this helps!

All the best,

Alex
Logged
Pages: [1]
  Print  
 
Jump to:  

MagicZoom™ | Magic Zoom Plus™ | Magic Scroll™ | Magic 360™ | Magic Slideshow™ | Magic Touch™ | Magic Thumb™ | Magic Magnify Plus™
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC