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
9 years 6 months 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 (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)
9 years 6 months 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 (5310) Offline