Disable fade effect in Mini K2

Hello,

Is there a way to disable the fade effect in the Mini K2 module, I am using the Default theme.

Thanks
11 years 2 months ago #1 by checksum
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5310) Offline
Hi, Yes, please open file mod_minik2.php and delete these lines (around lines 123-130)
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");       
            	});
            });
11 years 2 months ago #2 by TemplatePlazza
The topic has been marked as resolved.
Thank you!
11 years 2 months ago #3 by checksum
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5310) Offline
Np, glad it's resolved
11 years 2 months ago #4 by TemplatePlazza
The topic has been marked as resolved.
Powered by Kunena Forum