How to pause slide rotation on mouse over

More
12 years 10 months ago #18961 by scottshort
Hi,

Is it possible to pause the slide rotation on mouse over? I can not see this option on the module configuration page... If not there, is there a mod that I can add to do this? What file and code change required?

Thanks again
Scott

Please Log in to join the conversation.

More
12 years 10 months ago #18969 by ivan.milic
In tmpl/default.php of module folder you would find:
Code:
jQuery(document).ready(function(jquery) { jquery("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); });

so google to see how to pause jQuery tabs animation

Please Log in to join the conversation.

More
12 years 10 months ago #18988 by scottshort
Hi Ivan

I googled and am ready to give it a try... can you tell me the file name where this code is? I can't find it.

Thanks
Scott

Please Log in to join the conversation.

More
12 years 10 months ago #18999 by ivan.milic
modules\mod_hot_newsflash\tmpl\default.php

Please Log in to join the conversation.

More
12 years 10 months ago #19010 by scottshort
Hi Ivan,

I tried recommended code I got from internet, but it did not work. I am posting on jQuery's forum to see if I can find out what I did wrong.. If I find success, I will post results here.

regards
Scott

Please Log in to join the conversation.

Time to create page: 0.156 seconds
Powered by Kunena Forum