Log in

View Full Version : Step Carousel help please...



argytech
02-24-2011, 08:19 PM
1) Script Title: Step Carousel Viewer v1.9

2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm

3) Describe problem: When it arrives to the last panel, it makes a transition effect and it returns to the first panel.
Do I want that when it arrives to the I finish panel it returns to the first but WITHOUT the transition effect, is this possible?
Very thanks!!

justme2
02-24-2011, 10:37 PM
Help please, Step Carousel, Viewer v1.9, Arrows:

1) Describe problem - arrows jumping in pages but not all of the pages have the same issue, some work, some don't. Hit refresh on browser and arrows readjust into correct area. Is there a way to make them fixed?


stepcarousel.setup({
galleryid: 'locations', //id of carousel DIV
beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panel', //class of panel DIVs each holding content
panelbehavior: {speed:500, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 1, leftnav:['images/prev.png', -30,15], rightnav: ['images/next.png', -10, 15]},
statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['external'] //content setting ['inline'] or ['external', 'path_to_external_file']
})

justme2
02-24-2011, 10:39 PM
[QUOTE=argytech;248673]1) Script Title: Step Carousel Viewer v1.9

2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm

3) Describe problem: Help please, Step Carousel Arrows:

Arrow Images jumping in pages but not all of the pages have the same issue, some work, some don't. Hit refresh on browser and arrows readjust into correct area. Is there a way to make them fixed?


stepcarousel.setup({
galleryid: 'locations', //id of carousel DIV
beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs
panelclass: 'panel', //class of panel DIVs each holding content
panelbehavior: {speed:500, wraparound:true, persist:true},
defaultbuttons: {enable: true, moveby: 1, leftnav:['images/prev.png', -30,15], rightnav: ['images/next.png', -10, 15]},
statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels
contenttype: ['external'] //content setting ['inline'] or ['external', 'path_to_external_file']
})

argytech
02-25-2011, 03:41 PM
1) Script Title: Step Carousel Viewer v1.9

2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm

3) Describe problem: When it arrives to the last panel, it makes a transition effect and it returns to the first panel.
Do I want that when it arrives to the I finish panel it returns to the first but WITHOUT the transition effect, is this possible?
Very thanks!!

People please, anybody that can help me with that? THANKS!!

argytech
03-01-2011, 04:00 AM
1) Script Title: Step Carousel Viewer v1.9

2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/stepcarousel.htm

3) Describe problem: When it arrives to the last panel, it makes a transition effect and it returns to the first panel.
Do I want that when it arrives to the I finish panel it returns to the first but WITHOUT the transition effect, is this possible?
Very thanks!!

Please, help me :(

martona
03-16-2011, 11:47 PM
@argytech: To get the effect you want just configure it to wraparound with "slide" effect and time=0, then if I understood you well it does what you are looking for.

panelbehavior: {speed:0, wraparound:true, wrapbehavior:'slide', persist:true},

nickrowe_2k
08-02-2011, 01:15 PM
I'm having the same problem with this feature. Its driving me nuts, i'm confused why the carousel was built this way.....its very strange.