• Resolved kedves

    (@kedves)


    Hi,
    I want to autoplay the slides in a loop. The displayed image should been visible for a few seconds before the next one is visible. Is there any option in your theme or any code snippets to autoplay the slides?
    I already tried with the following but its not working …

    $('.slick-track').slick({
    ? ? draggable: true,
    ? ? autoplay: true,
    ? ? autoplaySpeed: 2000,
    ? ? infinite: true,
    ? ? slidesToShow: 1,
    ? ? slidesToScroll: 1,
    ? ? touchThreshold: 1000,
    });

    Best wishes
    kedves

Viewing 1 replies (of 1 total)
  • Plugin Support Mamunur Rashid

    (@mamunur105)

    Thanks for your inquiry.

    Please check the templates directory. Several filter hooks are available, including:
    1. rtwpvg_slider_js_options
    2. rtwpvg_thumbnail_slider_js_options

    More hooks are available—feel free to use them if needed.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.