Mini K2 content mouse over

Hi,
is there a possibility that there is no lightning function when going with the mouse over the articles in default-template?

thank you
Gabi
9 years 6 months ago #1 by Gabriele Kuhl

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

  • Posted by TemplatePlazza (5310) Offline
Hi, you can do that modifying the file root/modules/mod_minik2/mod_minik2.php
delete these lines code below (it's started from line 122)
jQuery(document).ready(function(){
            	jQuery(".block").hover(function () {             
            		jQuery(this).siblings().stop().animate({opacity: 0.2}, "fast");   
            	},
            	function () {      
            		jQuery(".block").stop().animate({opacity: 1.0}, "fast");       
            	});
            });
9 years 6 months ago #2 by TemplatePlazza

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

Great help!! Thank you very much. Works fine!
9 years 6 months ago #3 by Gabriele Kuhl

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

  • Posted by TemplatePlazza (5310) Offline
No problem at all. Glad I could help;)
9 years 6 months ago #4 by TemplatePlazza

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

Powered by Kunena Forum