Forum Replies Created

Viewing 1 replies (of 1 total)
  • Seballe

    (@seballe)

    The parameters can be changed in the code. here is the shortcode for all the parameters:

    [sp_responsiveslider design="design-1" cat_id="2" width="1024"
     first_slide="1" height="300" effect="fade" pagination="true" navigation="true"
     speed="3000" autoplay="true" autoplay_interval="3000"]

    and if you need to insert the slider directly into the template files:
    <?php echo do_shortcode('[sp_responsiveslider design="design-1" cat_id="2" width="1024" first_slide="1" height="300" effect="fade" pagination="true" navigation="true" speed="3000" autoplay="true" autoplay_interval="3000"]'); ?>

    However, I cannot solve the problem on how to insert more images than 10. My slider needs 16 images, and I think I have looked in all relevant plugin files, but I simply cannot find any place to change that limit.

    Some help would be greatly appreciated.

Viewing 1 replies (of 1 total)