- Posts: 4
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- (PENDING | SOLVED) IE7 Lightbox and shadow problem
(PENDING | SOLVED) IE7 Lightbox and shadow problem
- flits
-
Topic Author
- Offline
- New Member
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.
- flits
-
Topic Author
- Offline
- New Member
- Posts: 4
<!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.
- flits
-
Topic Author
- Offline
- New Member
- Posts: 4
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.
- JoomlaWorks
-
- Offline
- Admin
- Posts: 6227
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.
- ahmad
-
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- 3webs
-
- Offline
- New Member
- Posts: 2
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.
- Michael Smith
-
- Offline
- New Member
- Posts: 2
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.
- ahmad
-
- Offline
- New Member
it worked
Please Log in or Create an account to join the conversation.
- epareja
-
- Offline
- New Member
- Posts: 4
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.
- dmwagner
-
- Offline
- New Member
- Posts: 2
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.
- javem
-
- Offline
- New Member
- Posts: 1
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.
I'm join to waiting for the superman ::)
Please Log in or Create an account to join the conversation.
- 3webs
-
- Offline
- New Member
- Posts: 2
Only these must to be before header, and work perfectly,
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
Good Luck!!
3webs
Please Log in or Create an account to join the conversation.
- Ken Hamel
-
- Offline
- New Member
- Posts: 6
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 ???
Just as epareja wrote, I have applied the update mekesmith recommends to the css file, and it corrects the problem BUT the image is 50px from the top no matter how far down you are (not dynamically generated where the user is on the page).
Oh well, this is a great plugin so I'll have to deal with it, but once this is fixed, I'll buy the pro version for sure!
(FYI, I've tried removing the W3C info which works as well, but it messes up my template)
Please Log in or Create an account to join the conversation.
- Apoio Design
-
- Offline
- New Member
- Posts: 11
Just as epareja wrote, I have applied the update mekesmith recommends to the css file, and it corrects the problem BUT the image is 50px from the top no matter how far down you are (not dynamically generated where the user is on the page).
Oh well, this is a great plugin so I'll have to deal with it, but once this is fixed, I'll buy the pro version for sure!
(FYI, I've tried removing the W3C info which works as well, but it messes up my template)
It messes my template too. I'm thinking if Pro version has same problem. I want buy this in order to resolve this problem.
Please Log in or Create an account to join the conversation.
- Patrick Ryan
-
- Offline
- New Member
- Posts: 3
The thing is, when designing websites or developing new plugins, components, etc, its a nightmare to work around the different browsers, especially IE because technically IE is not a W3C compliant browser. This is why Firefox is growing in popularity and why IE is well hated by the web design industry. However, anything that is developed should be properly coded so that it does work and function properly and work along side other components and plugins (not to mention IE) and go through a beta period.
Just my two cents :)
Please Log in or Create an account to join the conversation.
- nhame
-
- Offline
- New Member
- Posts: 1
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.
:D :D :D :D :D :D :D :D
Thank you very much mekesmith. After hours reviewing my template's css I could solve the problem!!!
I believe that this can help a lot of people!!!
Thanx!!!!!
Thiago Freitas
Please Log in or Create an account to join the conversation.
- acijanos
-
- Offline
- Junior Member
The fix worked great for me - with one exception - my images are cut off by about 50-100px at the bottom, when displayed individually in IE6 (after being clicked)
Any ideas?
Professional, Eco-Friendly Joomla! Web Design: www.cartanova.ca
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- (PENDING | SOLVED) IE7 Lightbox and shadow problem