modal/lightbox not working in IE8

Phoca Gallery - image gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: modal/lightbox not working in IE8

Post by Jan »

Hi, check all of your javascript libraries loaded on your site, maybe there is some conflict between different javascript libraries loaded on your site.

Jan
If you find Phoca extensions useful, please support the project
onemanarmy
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 09 Jul 2010, 22:58

Re: modal/lightbox not working in IE8

Post by onemanarmy »

Hi llau,
if IE 8 is the only affected Browser you could insert this Code

Code: Select all

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
in the index.php of your Template

Has to be the first item in the head ... like this

Code: Select all

<head>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<jdoc:include type="head" />

I know this isnt the best solution but it works fine (on several sites) until i find a better one.

Steve
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: modal/lightbox not working in IE8

Post by Jan »

Hi, thank you for this guide.

Jan
If you find Phoca extensions useful, please support the project
MAzZY
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 03 Jan 2009, 18:48

Re: modal/lightbox not working in IE8

Post by MAzZY »

onemanarmy, thank you. It's very helpfull!
Post Reply