- Posts: 5
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- Hovering over Prev / Next on enlarged image shows blue box
Hovering over Prev / Next on enlarged image shows blue box
- Mr G
-
Topic Author
- Offline
- New Member
Less
More
11 years 9 months ago #53104
by Mr G
Hovering over Prev / Next on enlarged image shows blue box was created by Mr G
Hi,
Wonder if somone could please offer some help on a minor irritating issue I have with the SIG plugin.
Site is very simple and is based on the Beez2 template. The site is working fine but when the thumb nail is enlarged hovering over the Next or Previous links shows a blue box over the image. I have attached a screen shot to show what I mean.
Can anyone offer some ideas on where I need to look to stop this happening?
Many thanks,
G
Wonder if somone could please offer some help on a minor irritating issue I have with the SIG plugin.
Site is very simple and is based on the Beez2 template. The site is working fine but when the thumb nail is enlarged hovering over the Next or Previous links shows a blue box over the image. I have attached a screen shot to show what I mean.
Can anyone offer some ideas on where I need to look to stop this happening?
Many thanks,
G
Please Log in or Create an account to join the conversation.
- Mr G
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
11 years 9 months ago #53105
by Mr G
Replied by Mr G on topic Re: Hovering over Prev / Next on enlarged image shows blue box
Hi,
I've been able to work out that it's likely to be a CSS conflict on the hover function but other than that I am stuck as to which CSS file is involved and what code within it needs to be updated.
Can anyone advise where to look and what code to amend?
If I can't find a solution I'll need to abandon this and look for another solution.
Thanks,
G/
I've been able to work out that it's likely to be a CSS conflict on the hover function but other than that I am stuck as to which CSS file is involved and what code within it needs to be updated.
Can anyone advise where to look and what code to amend?
If I can't find a solution I'll need to abandon this and look for another solution.
Thanks,
G/
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
11 years 8 months ago #53106
by Katia
Replied by Katia on topic Re: Hovering over Prev / Next on enlarged image shows blue box
You should contact your template provider and ask her/him to help you out solve this conflict with your template.
Please Log in or Create an account to join the conversation.
- Mr G
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
11 years 8 months ago #53107
by Mr G
Replied by Mr G on topic Re: Hovering over Prev / Next on enlarged image shows blue box
Hi,
Thanks for picking up my post. :)
It's the standard Joomla 2.5 template Beez2.
Any ideas on where and what to check please?
Thanks,
G
Thanks for picking up my post. :)
It's the standard Joomla 2.5 template Beez2.
Any ideas on where and what to check please?
Thanks,
G
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
11 years 8 months ago #53108
by Katia
Replied by Katia on topic Re: Hovering over Prev / Next on enlarged image shows blue box
Could you provide me with a link to your gallery page please?
Please Log in or Create an account to join the conversation.
- Mr G
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
11 years 8 months ago #53109
by Mr G
Replied by Mr G on topic Re: Hovering over Prev / Next on enlarged image shows blue box
Please Log in or Create an account to join the conversation.
- LiaCroft
-
- Offline
- New Member
Less
More
- Posts: 2
11 years 8 months ago #53110
by LiaCroft
Replied by LiaCroft on topic Re: Hovering over Prev / Next on enlarged image shows blue box
Hi there, I've got the same issue here.
Specs:
CMS: Joomla 2.5
Template: Beez 2.0
Checked with: Firefox and Internet Explorer
Pic:
Link: goettingerland.com/joomla2.5/index.php/fotogalerie
It seems like it only concerns the hover pics (*.png?) which can't be properly read or interpreted?
Or is it an issue of java?
Any help would be awesome! :) :-[ :)
Specs:
CMS: Joomla 2.5
Template: Beez 2.0
Checked with: Firefox and Internet Explorer
Pic:
Link: goettingerland.com/joomla2.5/index.php/fotogalerie
It seems like it only concerns the hover pics (*.png?) which can't be properly read or interpreted?
Or is it an issue of java?
Any help would be awesome! :) :-[ :)
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
11 years 8 months ago #53111
by Katia
Replied by Katia on topic Re: Hovering over Prev / Next on enlarged image shows blue box
Try this: Go to /plugins/content/jw_sig/jw_sig/includes/js/jquery_fancybox/fancybox/jquery.fancybox.css
and remove width from this element
.fancybox-nav {
background: url("blank.gif") repeat scroll 0 0 transparent;
cursor: pointer;
height: 100%;
position: absolute;
text-decoration: none;
top: 0;
width: 40%;
z-index: 8040;
}
and remove width from this element
.fancybox-nav {
background: url("blank.gif") repeat scroll 0 0 transparent;
cursor: pointer;
height: 100%;
position: absolute;
text-decoration: none;
top: 0;
z-index: 8040;
}
Please Log in or Create an account to join the conversation.
- Mr G
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
11 years 8 months ago #53112
by Mr G
Replied by Mr G on topic Re: Hovering over Prev / Next on enlarged image shows blue box
Hi,
That has removed the next and previous icons and the blue box appearing over the graphic. A blue box is still displayed when hovering over the X though.
Is it possible to resolve that as well?
Many thanks!
G
That has removed the next and previous icons and the blue box appearing over the graphic. A blue box is still displayed when hovering over the X though.
Is it possible to resolve that as well?
Many thanks!
G
Please Log in or Create an account to join the conversation.
- LiaCroft
-
- Offline
- New Member
Less
More
- Posts: 2
11 years 8 months ago #53113
by LiaCroft
Replied by LiaCroft on topic Re: Hovering over Prev / Next on enlarged image shows blue box
Wow! Thank you!
At least the big blue fields are gone. I see what you've done here.
But now the hover-navigation is gone as well. So this is quite a 'dirty' solution. 8)
I also deleted the little cross on the upper right corner with the same trick you've used:
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 0px;
height: 0px;
cursor: pointer;
z-index: 8040;
Still this is far from perfect, folks, but well... hopefully there will be a decent solution soon!
At least the big blue fields are gone. I see what you've done here.
But now the hover-navigation is gone as well. So this is quite a 'dirty' solution. 8)
I also deleted the little cross on the upper right corner with the same trick you've used:
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 0px;
height: 0px;
cursor: pointer;
z-index: 8040;
Still this is far from perfect, folks, but well... hopefully there will be a decent solution soon!
Please Log in or Create an account to join the conversation.
- Katia
-
- Offline
- Platinum Member
Less
More
- Posts: 4696
11 years 8 months ago #53114
by Katia
Replied by Katia on topic Re: Hovering over Prev / Next on enlarged image shows blue box
As far as I can see using a different pop up engine has solved your issue.
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- Hovering over Prev / Next on enlarged image shows blue box