Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter SamSnow

    (@samsnow)

    Up

    I’m having the same problem. I need to show multiple slideshows on one page but only the last one displayed is working.

    • This reply was modified 8 years, 1 month ago by jcolton.

    I have this in my gss-custom.js – the lines with prev, next and pager are the important ones

    jQuery( document ).on( 'cycle-bootstrap', function( e, opts, API ) {
    	opts.timeout = 8000;
    	opts.pauseOnHover = true;
    	opts.speed = 1000;
    	opts.prev = '~ .gss-info .gss-prev';
    	opts.next = '~ .gss-info .gss-next';
    	opts.pager = '~ .gss-info .gss-pager, > .gss-pager';
    });
    • This reply was modified 7 years, 11 months ago by seindal.

    I have tried this solution but it doesn’t work.
    On the main page, when many posts appears, when more than one post has a gallery, the plugin adds all the pictures to the first found post and remove them from all the other posts.

    Have you tried using the “name” parameter? I was having the same issue and putting a different name to each gallery solved the issues.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Multiple Slideshow not working?’ is closed to new replies.