- Posts: 82
- Thank you received: 0
Hot Crousel at frontpage stop moving on hover
-
miq
Inactive member - Topic Author
- Member
Less
More
9 years 7 months ago #45247
by miq
Hot Crousel at frontpage stop moving on hover was created 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.
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45249
by ivan.milic
Replied by ivan.milic on topic Hot Crousel at frontpage stop moving on hover
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
pause: true,
pauseOnNavHover: true,
and put that properties to false.
Regards
Please Log in to join the conversation.
-
miq
Inactive member - Topic Author
- Member
Less
More
- Posts: 82
- Thank you received: 0
9 years 7 months ago #45250
by miq
Replied by miq on topic Hot Crousel at frontpage stop moving on hover
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?
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45251
by ivan.milic
Replied by ivan.milic on topic Hot Crousel at frontpage stop moving on hover
yes you could change:
if(options.pauseOnNavHover){
to:
if(options.pauseOnNavHover && false){
if(options.pauseOnNavHover){
to:
if(options.pauseOnNavHover && false){
Please Log in to join the conversation.
-
miq
Inactive member - Topic Author
- Member
Less
More
- Posts: 82
- Thank you received: 0
9 years 7 months ago #45252
by miq
Replied by miq on topic Hot Crousel at frontpage stop moving on hover
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
9 years 7 months ago #45253
by ivan.milic
Replied by ivan.milic on topic Hot Crousel at frontpage stop moving on hover
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.087 seconds