Help a noob figure out how to make shadowbox work in ie

1 message Options
Embed this post
Permalink
Hallvardo

Help a noob figure out how to make shadowbox work in ie

Reply Threaded More More options
Print post
Permalink
I've spent three days now looking for a solution to this. Seems like a lot of folks have figured it out.

My problem with shadowbox appears only with ie. When I click on a thumb the picture opens on a blank page without the shadowbox. Unless I clear the cache. That seems to do it.

The solution to this problem seems to be putting in some code somewhere. (In the head tag of the index.php?) If that's where the problem lies, mine looks like this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
        <head>
                <meta name="verify-v1" content="MC3+E8hiFnfvPFrDQAEPtwhA+vLNjYSxCQvKf3Qi09k=" />
                <jdoc:include type="head" />
                <?php
                require(YOURBASEPATH . DS . "rt_utils.php");
                require(YOURBASEPATH . DS . "rt_head_includes.php");
        ?>
        </head>

Is this where I need to change something? If not, then which files should I be looking for to make the neccesary changes?

Hope someone can help. My site is powerboats.cl. When you go to one of the boat models and click on one of the thumbnail images in IE you'll see what I mean. It will probably work the first time though, so you'll need to do it a couple of times on different pages for the error to occur.

Hope someone can give me a pointer.

Thanks