Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pavit Moderator
    #897504

    Hi there

    To change settings open this file /templates/ja_moviemax/html/mod_articles_category/slideshow.php at the end of file you will find a jQuery Javascript

    change it from :

          items: 1,
          singleItem : true,
          itemsScaleUp : true,
          navigation : true,
          navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
          pagination: true,
          merge: false,
          mergeFit: true,
          slideBy: 1,
          autoplay: true,

    TO :

          items: 1,
          singleItem : true,
          itemsScaleUp : true,
          navigation : true,
          navigationText : ["<i class='fa fa-angle-left'></i>", "<i class='fa fa-angle-right'></i>"],
          pagination: true,
          merge: false,
          mergeFit: true,
          slideBy: 1,
          loop: true,
          autoPlay: true,

    As you can see i added a new line loop= true and changed autoplay text to autoPlay

    Best regards

    saswiss Friend
    #897650

    brilliant! Thank you 🙂

    I knew what to change, but not where to find the file 😉

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  saswiss 8 years, 1 month ago.

The topic ‘Slideshow autoplay and loop’ is closed to new replies.