Okay
  Public Ticket #974739
Slow down image scroll speed
Closed

Comments

  •  1
    lgerling started the conversation

    How can I slow down the gallery image scroll speed on my clients Blog page. It scrolls through the images way too fast. I know I found a comment/solution on this before but I can seem to find it again.

  •  2,009
    Ocean replied

    Hello, please open content-gallery file and find javascript code on bottom this file :

    You need add this code and change 3 parameters.

    slideSpeed : 3000,
    paginationSpeed : 3000,
    rewindSpeed : 3000,
    
    <script type="text/javascript">
      (function($){
      "use strict";
      $(document).ready(function() {
          $("#owl-demo-<?php the_ID(); ?>").owlCarousel({        
            items : 1,
            autoPlay: true,
            slideSpeed : 3000,
            paginationSpeed : 3000,
            rewindSpeed : 3000,
            singleItem:true,
          });
        });
    })(this.jQuery);
    </script>
    

    Thank you

  •  1
    lgerling replied

    Thank you, I see in the new update you have added slide features in the blog area...awesome!

  •  2,009
    Ocean replied

    Thank you, you can update new Archi 3.0 if you want, thanks