Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • funci Friend
    #846129

    Hi,

    I had instaled quick start instalation and autoplay in slideshow in that version don’t starts. Does somebody knows possible reasons?

    Saguaros Moderator
    #846327

    Hi funci,

    We use the owl-carousel for ACM – Slideshow module, kindly check this file on your site: ROOT/templates/ja_platon/acm/slideshow/tmpl/style-owl.php

    and make sure the autoPlay parameter is set to true

    <script>
    (function($){
      jQuery(document).ready(function($) {
        $("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
          items: 1,
          singleItem : true,
          itemsScaleUp : true,
          navigation : false,
          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
        });
      });
    })(jQuery);
    &lt;/script&gt;
    funci Friend
    #846383

    Hi Saguaros,

    Yes it is, just like in your example, but autoplay don’t works…

    Saguaros Moderator
    #846467

    You can include the credentials of your site in your 1st post so I can have a look http://static.joomlart.com/images/blog/2015/nov/Add-new-post.gif

    funci Friend
    #847083

    I did it like you said, check first post 🙂

    Saguaros Moderator
    #847266

    It should be autoPlay, not autoplay

    I changed it for you and it’s working now.

    funci Friend
    #847444

    Ups 🙂
    Thank you very much, it is working now!

    Saguaros Moderator
    #847466

    You’re welcome!!!

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

This topic contains 7 replies, has 2 voices, and was last updated by  Saguaros 8 years, 10 months ago.

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