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!
You can download it from HERE (http://www.websitebakers.com/pages/modules/image-galleries/fancybraxbox.php)
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.
try this in the head of index.php in your template:
<!--[if IE 8]>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<![endif]-->
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 ;)