test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • pavit Moderator
    #1015004

    Hi Open this file templates/ja_social_II/acm/slideshow/tmpl/style-owl.php and edit the bottom of the file in this way :

    (function($){
      jQuery(document).ready(function($) {
        $("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
          items: 1,
          singleItem : true,
          itemsScaleUp : true,
          nav : false,
          merge: false,
          mergeFit: true,
          slideBy: 1,
          autoplay: true
        });
      });
    })(jQuery);
    boizan Friend
    #1015315

    Hello Pavit,
    Thank you so much for your reply. I appreciate it very much. I just checked the last part of the style-owl.php file and it is exactly as yours; it means that auto play was “true” already and the slideshow does not move. I believe that there is another file where we need to turn “true” the auto play. Could you think about what it might that other file be? Thank you so much for your help.
    Albert

    pavit Moderator
    #1015318

    Hello

    No need to investigate for other files , there is a mistype in my code above.

    autoplay: true 

    should be :

    autoPlay: true 

    Clean your browser cache and reload the page

    Regards

    boizan Friend
    #1015337

    Hello Parvit,
    Thank you so much! It is working okay now after the correction. You can see how it is working now: http://www.kofc8319.com In JA Brickstore (http://store.iengj.org) after the end of a cycle, it starts again from the first slide. It is like it is turning around. In JA Social II it makes a very fast movement to the first slide. Again, thank you so much for your help!
    Albert

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

This topic contains 4 replies, has 2 voices, and was last updated by  boizan 7 years, 9 months ago.

The topic ‘How to move the Slideshow module?’ is closed to new replies.