Keyword

(PENDING | SOLVED) IE7 Lightbox and shadow problem

More
17 years 1 month ago - 17 years 1 month ago #500 by flits
Hope someone is willing (and has the time) to help me out or to point me in a direction where I could find the solution. I tried searching this forum, google, read each and every comment at extension.joomla.org but I could not find a solution.

As mentioned in the troubleshooting, I had to remove the XML declaration to get this mambot to work in Internet Explorer v7. With the declaration only the shadow of the tumbnails scrolled.

After removing the declaration a new issue appeared.
The thumbnails shadow becomes white and the lightbox only displays a small ‘dark background’ effect at the top of the page.

I am currently building the site and therefor is not online for the public
I included some screenshots to clarify what I mean.

With or without the XML clarification Firefox and Internet Explorer 6 display the content as supposed to, but it seems there is an incompatibility with Internet Explorer v7.

Any help is much appreciated.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #501 by flits
Replied by flits on topic Re: IE7 Lightbox and shadow problem
The only thing thats seems to have affect is removing this line from the index.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago - 17 years 1 month ago #502 by flits
It's pretty much the same issue as this topic: forum.joomlaworks.net/index.php?topic=46.0

But I found the problem!
That is the team at www.egreenonline.com found the problem and solved it!

Here's what's need to be done to fix this problem:

Open mambots\content\plugin_jw_sig\sig.css
Goto line 6 and remove: position:relative;

Even the DOCTYPE and XML clarification could be left where it was!

Thank me for sharing the info, thank Joomlaworks for this great mambot and thank the team at www.egreenonline.com for their support!

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #503 by JoomlaWorks
Replied by JoomlaWorks on topic Re: (SOLVED) IE7 Lightbox and shadow problem
Thanks for sharing this tip.

We'll test it thoroughly on several websites and post our findings at the forum, as well...  ;)

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #504 by ahmad
didnt work for me :(

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #505 by 3webs
Hello,

I probe all read on this forum, but anything works.

There is the link to webpage. Please help, I don't know what more to do.  :'(  ???

207.96.32.240/~cordon/index.php?option=com_content&task=view&id=22&Itemid=58


Thanks  ;)

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #506 by Michael Smith
Replied by Michael Smith on topic Re: (PENDING | SOLVED) IE7 Lightbox and shadow problem
I was experiencing similar problems with the lightbox background, but only in IE, versions <=6.0.  To clarify, the images and shadow boxes worked fine, but there was a conflict with my template in IE <= 6 that when the lightbox was brought up the image was shoved to the top and the black background only extended 10-20 pixels from the top.  The problem was clearly template based, but to correct the problem would have meant re-writing a lot of css just for IE 6.  I made the following changes to the sig.css file and it solved the problem while only slightly altering the view in other browsers.

To get the background to cover the entire screen and not just the top 10-20 pixels, make the following changes. 

#lbOverlay { position:absolute; background-position:center; left:0; top:0; height:auto; width:100%; padding:1000px;  background-color:#000;cursor:pointer;}

To move the image down so that it is not hugging the top, make the following changes. 

#lbCenter, #lbBottom {position:absolute;left:50%;margin-top:50px;overflow:hidden;background-color:#fff;padding-bottom:10px;}

Hope this works for those who are having similar problems.

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #507 by ahmad
Thank you mekesmith :)
it worked

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #508 by epareja
Hello pals,

I've the same problem, mekesmith have a partial solution cause when I make the changes he wrote my pictures are displaying only in one place with the parameters i put (the distance from the top of page), and if i have a gallery after a long article of course I can't the photos.

Hope sombody has a fix for it.

Thanks.

P.D.  You can see the problem here: calpan.com/index.php?option=com_content&task=view&id=22&Itemid=0 ???

Please Log in or Create an account to join the conversation.

More
17 years 1 month ago #509 by dmwagner

Hello pals,

I've the same problem, mekesmith have a partial solution cause when I make the changes he wrote my pictures are displaying only in one place with the parameters i put (the distance from the top of page), and if i have a gallery after a long article of course I can't the photos.

Hope sombody has a fix for it.

Thanks.

P.D.  You can see the problem here: calpan.com/index.php?option=com_content&task=view&id=22&Itemid=0 ???


This is the exact same thing that is happening on my site as well.  I posted here forum.joomlaworks.net/index.php?topic=283.0

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum