Mini K2 opacity

How can I change the opacity of Mini K2 out of focus cells?

Thanks in advance
11 years 2 months ago #1 by celso

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

Hello

Can you describe more about opacity out of focus cells? Would be better with a picture maybe
11 years 2 months ago #2 by erwinschro

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

Ok I get it now...

Please edit this file /modules/mod_minik2/mod_minik2.php about line 125 inside the 'simple' layout case
jQuery(this).siblings().stop().animate({opacity: 0.2}, "fast");

change that into
jQuery(this).siblings().stop().animate({opacity: 0.5}, "fast");

Let us know if that works for you
11 years 2 months ago #3 by erwinschro

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

Yes! It works!

It's great now!

Thank you very much erwinschro!!!
11 years 2 months ago #4 by celso

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

Alright...that's good to hear...
11 years 2 months ago #5 by erwinschro

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

Powered by Kunena Forum