Hot Crousel at frontpage stop moving on hover

  • miq
    Inactive member
  • Topic Author
  • Member
  • Member
More
8 years 11 months ago #45247 by miq
Dear Sir,

I have a problem with Hot Crousel at frontpage with big images. When you hover cursor over on it, it stops moving to the next slide. I want the movement of every slide continue to run even if you hover cursor over it or not. Please tell me how can I do this.

Thanks.

Please Log in to join the conversation.

More
8 years 11 months ago #45249 by ivan.milic
Well if you don't have that option in your module settings (I suppose that you don't have it, but some carousel have it). Go to your root folder and then in \modules\mod_hot_full_carousel\js find jquery.heroCarousel-1.3.js and in that file find lines pause:

pause: true,
pauseOnNavHover: true,

and put that properties to false.

Regards

Please Log in to join the conversation.

  • miq
    Inactive member
  • Topic Author
  • Member
  • Member
More
8 years 11 months ago #45250 by miq
This is not working.

pause: false,
pauseOnNavHover: false,

But I found another code in the same file

if(options.pauseOnNavHover){
carouselNav.hover(function(){
paused = true;
},function(){
paused = false;
});
}

Should I need to put all code to false or which one need to change?

Please Log in to join the conversation.

More
8 years 11 months ago #45251 by ivan.milic
yes you could change:

if(options.pauseOnNavHover){

to:

if(options.pauseOnNavHover && false){

Please Log in to join the conversation.

  • miq
    Inactive member
  • Topic Author
  • Member
  • Member
More
8 years 11 months ago #45252 by miq
It also not working. The Hot Crousol is still stop on mouse over the images. I have tried the above codes, but nothing works.

Please Log in to join the conversation.

More
8 years 11 months ago #45253 by ivan.milic
Try to make backup of that file and delete these two properties at all. If that doesn't work, put old file back.

Please Log in to join the conversation.

Time to create page: 0.318 seconds
Powered by Kunena Forum