Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • egymedotcom Friend
    #1008238

    Dears,
    how can I make the slide show animate?
    Thanks in advance

    pavit Moderator
    #1008264

    Hello

    You will need to edit this file /templates/ja_oslo/html/mod_articles_category/slideshow.php at end of file you can find :

    <!-- Initialize Swiper -->
    
      var galleryTop = new Swiper('.gallery-top', {
          nextButton: '.swiper-button-next',
          prevButton: '.swiper-button-prev',
          spaceBetween: 0,
      });
      var galleryThumbs = new Swiper('.gallery-thumbs', {
          spaceBetween: 0,
          centeredSlides: true,
          slidesPerView: 4,
          touchRatio: 0.2,
          slideToClickedSlide: true,
      });
      galleryTop.params.control = galleryThumbs;
      galleryThumbs.params.control = galleryTop;
    

    Add to first section :

    loop: true,
    autoplay: 5000,
    var galleryTop = new Swiper('.gallery-top', {
          nextButton: '.swiper-button-next',
          prevButton: '.swiper-button-prev',
          spaceBetween: 0,
          loop: true,
          autoplay: 5000,
      });

    HERE you can find API to customize it as you prefer.

    Best regards

    egymedotcom Friend
    #1008288

    Thank you

    visibles Friend
    #1008697

    Hi.. thanks for the answer..
    but i have an issue, about mouseover ( it does not stop it). and also the lower white boxed indicator, "buttons " is living but return to a fixed position. (tested on firefox for mac 51.0.1 (64-bit) )

    thanks you
    http://www.visibles.cl

    pavit Moderator
    #1008710

    but i have an issue, about mouseover

    Hello

    In the original template version, slideshow animation is not included so each modification done over the original released files is not covered by support, i posted above links for extension API so each problem should be reported on the javascript developers support forum HERE

    Best regards.

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

This topic contains 4 replies, has 3 voices, and was last updated by  pavit 7 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum