Results 1 to 7 of 7

Thread: Step Carousel help please...

  1. #1
    Join Date
    Feb 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Step Carousel help please...

    1) Script Title: Step Carousel Viewer v1.9

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...epcarousel.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!!

  2. #2
    Join Date
    Feb 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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']
    })

  3. #3
    Join Date
    Feb 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Help please - Step Carousel Arrow Images jumping

    [QUOTE=argytech;248673]1) Script Title: Step Carousel Viewer v1.9

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...epcarousel.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']
    })

  4. #4
    Join Date
    Feb 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation

    Quote Originally Posted by argytech View Post
    1) Script Title: Step Carousel Viewer v1.9

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...epcarousel.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!!

  5. #5
    Join Date
    Feb 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question

    Quote Originally Posted by argytech View Post
    1) Script Title: Step Carousel Viewer v1.9

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...epcarousel.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

  6. #6
    Join Date
    Mar 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    @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},

  7. #7
    Join Date
    Aug 2011
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Same problem

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •