WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => jQuery => Topic started by: zirzy on December 27, 2011, 09:55:32 AM

Title: FancyBraxBox js files
Post by: zirzy on December 27, 2011, 09:55:32 AM
Hi,

Where should i download new js files to Fancybrax Box Image Gallery module? Old js files works fine with other browsers but not with IE 8!
Title: Re: FancyBraxBox js files
Post by: samara on January 09, 2012, 03:14:55 PM
You can download it from HERE (http://www.websitebakers.com/pages/modules/image-galleries/fancybraxbox.php)

Title: Re: FancyBraxBox js files
Post by: zirzy on January 10, 2012, 08:35:02 AM
Hi, i have that version installed.. So problem is that i have few years older pc where is ie 8 (vista) and with that version of browser fancybrax box does not work how it should work. When i turn browser in to 7, module works fine and new versions of ie works fine too.

Where is problem?

With ie 8 all of thumbs opens in blank page. I have tryed to test other settings but everything is still the same.
Title: Re: FancyBraxBox js files
Post by: dbs on January 10, 2012, 05:08:27 PM
try this in the head of index.php in your template:
Code: [Select]
<!--[if IE 8]>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<![endif]-->
Title: Re: FancyBraxBox js files
Post by: zirzy on January 11, 2012, 09:00:44 AM
Hi,

Problem was that i used lightbox in my template index.php together with fancybrax box module. So prototype.js is effecting to the ie 8 so that it didn´t open thumb how it should open. So Franky give me a good lead in putting following code right next to <head> tag:

<meta http-equiv="X-UA-Compatible" content="IE=7,9" >

..So ie doesn´t use ie 8 at all on this site ;)