Mini K2 content mouse over
- Posted by Gabriele Kuhl (2) Offline
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
10 years 2 weeks ago #1
by Gabriele Kuhl
is there a possibility that there is no lightning function when going with the mouse over the articles in default-template?
thank you
Gabi
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5372) 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)
10 years 2 weeks ago #2
by TemplatePlazza
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");
});
});Please Log in or Create an account to join the conversation.
- Posted by Gabriele Kuhl (2) Offline
- Posted by TemplatePlazza (5372) Offline