- Posts: 1
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- plugin overlay problems in firefox only, other mudules showing infront of photos
plugin overlay problems in firefox only, other mudules showing infront of photos
- JustinS
-
Topic Author
- Offline
- New Member
Less
More
15 years 2 months ago #31067
by JustinS
plugin overlay problems in firefox only, other mudules showing infront of photos was created by JustinS
i have this issue with my site and when viewed in firefox, all other browsers are fine..
when you click an image in my photo gallery and a lightbox is opened, there are other overlays/modules that appear infront of this image..
I changed templates and still the same problem, i installed latest lighbox version, downloaded the latest version of the simple gallery plugin.. and i cant resulve this issue..
You can view the problem here.. www.happyhooker-fishing.com/photo-gallery-7.html
it is fine in internet explorer, any help would be appreciated.. thanks, Justin
when you click an image in my photo gallery and a lightbox is opened, there are other overlays/modules that appear infront of this image..
I changed templates and still the same problem, i installed latest lighbox version, downloaded the latest version of the simple gallery plugin.. and i cant resulve this issue..
You can view the problem here.. www.happyhooker-fishing.com/photo-gallery-7.html
it is fine in internet explorer, any help would be appreciated.. thanks, Justin
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
15 years 2 months ago #31068
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: plugin overlay problems in firefox only, other mudules showing infront of photos
This is a css conflict... Photos inherit this background style.
I would suggest you to set background:none;
element.style {
background:transparent url(http://www.happyhooker-fishing.com/modules/mod_beinvolved/images/facebook.png) no-repeat scroll right top !important;
cursor:pointer;
display:block;
height:100px;
position:absolute;
right:0;
text-decoration:none;
text-indent:-999em;
top:0;
width:100px;
z-index:99999;
}
I would suggest you to set background:none;
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- calseven
-
- Offline
- New Member
Less
More
- Posts: 2
14 years 1 month ago #31069
by calseven
Replied by calseven on topic Re: plugin overlay problems in firefox only, other mudules showing infront of photos
Hi there,
I'm facing a same problem with overlay in Firefox. IE is fine.
bilitrainforestlodge.com/index.php?option=com_content&view=article&id=59&Itemid=70
If you click next and mouseover outside area - an image is overlaying in front of the lightbox image. I suspect is the background image.
How & where should I edit the css? I don't know which file.
Please help.
Thanks.
I'm facing a same problem with overlay in Firefox. IE is fine.
bilitrainforestlodge.com/index.php?option=com_content&view=article&id=59&Itemid=70
If you click next and mouseover outside area - an image is overlaying in front of the lightbox image. I suspect is the background image.
How & where should I edit the css? I don't know which file.
Please help.
Thanks.
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 1 month ago - 14 years 1 month ago #31070
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: plugin overlay problems in firefox only, other mudules showing infront of photos
Change this:
with this:
This is a css conflict with your template.
To override it, just go to plugins/content/plugin_jw_sig/sig.css folder at line 15 and change this:
#lbPrevLink, #lbNextLink {
display: block;
outline: medium none;
position: absolute;
top: 0;
width: 50%;
}
with this:
#lbPrevLink, #lbNextLink {
background: none repeat scroll 0 0 transparent;
display: block;
outline: medium none;
position: absolute;
top: 0;
width: 50%;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- calseven
-
- Offline
- New Member
Less
More
- Posts: 2
14 years 1 month ago #31071
by calseven
Replied by calseven on topic Re: plugin overlay problems in firefox only, other mudules showing infront of photos
Thank you so much Katie!
You solved my doubt!
You solved my doubt!
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- plugin overlay problems in firefox only, other mudules showing infront of photos