- Posts: 9
- Thank you received: 0
How to resume slideshow after a user click?
-
Vangel
Inactive member -
Topic Author
- New Member
-
Less
More
13 years 5 months ago #11813
by Vangel
How to resume slideshow after a user click? was created by Vangel
Hi there!
Your gallery is the greatest free solution for joomla gallery - it's really useful. But I'm thinking about a little but important change.
Gallery stops slide show after user click on some thumbnail. From this moment user has to manually change images. Is it possible, to disable this option? I would like it to stay in slide-show mode all the time. So user click on some thumbnail, see the image, but gallery shows next image after few seconds.
Best regards!
Your gallery is the greatest free solution for joomla gallery - it's really useful. But I'm thinking about a little but important change.
Gallery stops slide show after user click on some thumbnail. From this moment user has to manually change images. Is it possible, to disable this option? I would like it to stay in slide-show mode all the time. So user click on some thumbnail, see the image, but gallery shows next image after few seconds.
Best regards!
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 5 months ago #11821
by ivan.milic
Replied by ivan.milic on topic Re: How to resume slideshow after a user click?
try ,open modules/mod_hot_joomla_gallery/js/jquery.timers-1.2.js, and find:
comment : jQuery.timer.remove(item); with //
//jQuery.timer.remove(item);
if that does not work then nothing.
Code:
jQuery(window).bind("unload", function() {
jQuery.each(jQuery.timer.global, function(index, item) {
jQuery.timer.remove(item);
});
});
comment : jQuery.timer.remove(item); with //
//jQuery.timer.remove(item);
if that does not work then nothing.
Please Log in to join the conversation.
Time to create page: 0.155 seconds