test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1047109

    Hi
    on your site slideshow is already not set to autoplay.
    if you want to enable it open template folder /acm/slideshow/tmpl/style-owl.php
    Find

       autoplay: true

    replace it with

       autoPlay: true

    Regards

    bmxnskate Friend
    #1047163

    Hi,

    thank you very much for your help, is there anyway to control speed of autoplay… its works great just to fast on speed

    I tryed:

    autoplaySpeed: 20000
    playSpeed: 20000
    delay: 20000
    nextSpeed: 20000
    data-interval: 20000

    I can´t find the code:

    Variable    Default     Description
    slideSpeed  200     Slide speed in milliseconds
    paginationSpeed     false   Pagination speed in milliseconds
    autoPlay    false   Auto play per slide. Change to any integrer for example "paginationSpeed : 8000" to play every 8 seconds
    goToFirst   true    Slide to first item if autoPlay reach end
    goToFirstSpeed  1000    Slide speed of goToFirst option in milliseconds
    navigation  false   Display "next" and "prev" buttons. Fully customizable. Note that for better control over navigation the div with arrows and pagination is outside your carousel wrapper
    navigationText  ["prev","next"]     You can cusomize your own text for navigation. To get empty buttons use false : "navigationText : false"
    pagination  true    Show pagination.
    paginationNumbers   false   Show numbers inside pagination buttons
    responsive  true    You can use Owl Carousel on desktop-only websites too! Just change that to "false" to disable resposive capabilities
    items   5   This variable allows you to set the maximum amount of items displayed at a time with the widest browser width
    itemsDesktop    [1199,4]    This allows you to preset the number of slides visible with a particular browser width. The format is [x,y] whereby x=browser width and y=number of slides displayed. For example [1199,4] means that if(window<=1199){ show 4 slides per page} Alternatively use "itemsDesktop: false" to override these settings.
    
    To fully understand how it works check my Custom Demo
    itemsDesktopSmall   [979,3]     As above.
    itemsTablet     [768,2]     As above.
    itemsMobile     [479,1]     As above

    but no sucess

    • This reply was modified 7 years, 5 months ago by  bmxnskate.
    Pankaj Sharma Moderator
    #1047168

    Hi
    Use

    autoPlay: 20000

    On the code i suggested.

    Regards

    bmxnskate Friend
    #1047173

    Pankaj Sharma thanks again you rescured my day 🙂

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

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

The topic ‘Slideshow’ is closed to new replies.