Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Blue image when hovering linked image
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Blue image when hovering linked image
#38199
Blue image when hovering linked image 11 Years, 1 Month ago Karma: 0
When I hover on an image linked to an article the image turns into a blue image. The link is functioning well, but I don't like the blue image. See www.dekaleberg.nl.
Is this normal behaviour or can I adjust the parameters?
I'm using the Beez_20 template with Joomla 2.5..9.
The administrator has disabled public write access.
 
#38200
Re:Blue image when hovering linked image 11 Years, 1 Month ago Karma: 747
Hello,

This is not a standard behavior of the extension. This problem with site template styles. See the following CSS rules in <joomla_directory>/templates/beez_20/css/personal.css file:

#main a:hover,
#main a:active,
#main a:focus
{
background:#095197;
color:#fff;
}

Regards,
ARI Soft
Last Edit: 2013/03/11 12:56 By admin.
The administrator has disabled public write access.
 
#38201
Re:Blue image when hovering linked image 11 Years, 1 Month ago Karma: 0
1. Not all images are linked to articles; only the ones with "Klik op foto" in the text.
2. I see it in Firefox, Chrome and Safari on a Mac.

So I need to change the template?
The administrator has disabled public write access.
 
#38202
Re:Blue image when hovering linked image 11 Years, 1 Month ago Karma: 747
Find our answer in the previous post. This problem with site template styles.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#38204
Re:Blue image when hovering linked image 11 Years, 1 Month ago Karma: 747
Add the following CSS rule to fix the problem:

#main .ari-image-slider-wrapper A
{
background-color: transparent !important;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#38206
Re:Blue image when hovering linked image SOLVED 11 Years, 1 Month ago Karma: 0
YES! Thank you very much!
The administrator has disabled public write access.
 
Go to topPage: 1