- Posts: 4
- Thank you received: 0
Discussion about Hot Spinner Joomla module.
How to make Spinner starts at specific slot number
-
GoldenRetriever
Inactive member - Topic Author
- New Member
Less
More
12 years 4 months ago #19244
by GoldenRetriever
I would like the Spinner starts from says slot6 instead of slot 1 as default.
Anyone knows how to do that please help. Thanks a lot.
Anyone knows how to do that please help. Thanks a lot.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #19248
by ivan.milic
Replied by ivan.milic on topic Re: How to make Spinner starts at specific slot number
you can move it from jscript :
jQuery(document).ready(function(){
jQuery('#container').holest_carousel('gotoItem',5);//Slot6, index = 5 = 6 - 1
});
but that will also be animated
jQuery(document).ready(function(){
jQuery('#container').holest_carousel('gotoItem',5);//Slot6, index = 5 = 6 - 1
});
but that will also be animated
Please Log in to join the conversation.
-
GoldenRetriever
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 4 months ago #19449
by GoldenRetriever
Replied by GoldenRetriever on topic Re: How to make Spinner starts at specific slot number
Thanks for your reply. But I seems not get that one. Did you mean I need to add that code into the file jquery.holest.carousel.js?
I make a try by insert your suggested code into begin of that js file, but nothing change.
If possible, please explain a bit more details. As I'm have no background on js script.
I make a try by insert your suggested code into begin of that js file, but nothing change.
If possible, please explain a bit more details. As I'm have no background on js script.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 4 months ago #19459
by ivan.milic
Replied by ivan.milic on topic Re: How to make Spinner starts at specific slot number
You can add it in index.php of template near bottom of body tag in script block, that call must be made after initialization.
Please Log in to join the conversation.
Time to create page: 0.237 seconds