Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • bencheng Friend
    #922111

    Hi,
    How can i make slideshow auto play.

    Thank.

    pavit Moderator
    #922120

    Hi

    Go to this file /templates/ja_charity/acm/slideshow/js/script.js and change from autoPlay: false, to autoPlay: true,

    (function($){
        jQuery(document).ready(function($) {
            $(".owl-carousel").owlCarousel({
                slideSpeed : 300,
                paginationSpeed : 400,
                singleItem:true,
                pagination:true,
                navigation : true,
            autoPlay: true,
            });
        });
    })(jQuery);

    Regards

    ellie Friend
    #939193

    after changed autoplay to ture.
    the way slider play image is strange…

    http://aglowtaiwan.com/aglow/

    can the direction be the same?

    pavit Moderator
    #939196

    Hi

    I cannot see autoplay enabled on your slideshow , if you enable it as i posted above it loads images and after loaded the last one it starts again from the first, direction is always the same, instruction i gaved doesn’t change it

    ellie Friend
    #939629

    how can i change the slider height and display it with 100% width on mobile devices?

    thanks a lot

    ellie Friend
    #939630

    the direction is like…left to right, then right to left….

    please check the site and you will see it.

    thanks a lot

    pavit Moderator
    #939639

    the direction is like…left to right, then right to left….

    You have 2 images as slideshow , it is the normal slideshow behaviour

    Take a look at the demo site HERE and you will see the same too

    bencheng Friend
    #950782

    Hi,

    How can I make slideshow auto play for "JA Megastore" template.

    Thank.

    pavit Moderator
    #950809

    How can I make slideshow auto play for "JA Megastore" template.

    Hi

    Open this file /templates/ja_megastore/acm/slideshow/tmpl/style-owl.php and change from :

    <script>
    (function($){
      jQuery(document).ready(function($) {
        $("#acm-slideshow-id; ?> .owl-carousel").owlCarousel({
          items: 1,
          singleItem : true,
          itemsScaleUp : true,
          navigation : true,
          navigationText : ["", ""],
          pagination: true,
          paginationNumbers : true,
          merge: false,
          mergeFit: true,
          slideBy: 1,
          autoPlay: false
        });
      });
    })(jQuery);
    </script>

    To:

    <script>
    (function($){
      jQuery(document).ready(function($) {
        $("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
          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,
          paginationNumbers : true,
          merge: false,
          mergeFit: true,
          slideBy: 1,
          autoPlay: true
        });
      });
    })(jQuery);
    &lt;/script&gt;

    1. Screenshot-at-lug-17-19-23-31
Viewing 9 posts - 1 through 9 (of 9 total)

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

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