Viewing 1 replies (of 1 total)
  • Plugin Author DWUser

    (@dwusercom)

    Hi,

    The issue is that you have the scrolling to take place 6 tiles at a time and 6 tiles are visible, so the autoplay scrolling only takes place every 18 seconds (3 seconds * 6). You can make it automatically advance by [editing the layout code](http://www.dwuser.com/support/easyrotator/kb/customize-layout). Modify this line:

    <div class="erimgMain" style="position: absolute; left:0;right:0;top:0;bottom:0;" data-erConfig="{numTiles:6, scrollSize:6, ...

    Change scrollSize:6 to scrollSize:1 like this:

    <div class="erimgMain" style="position: absolute; left:0;right:0;top:0;bottom:0;" data-erConfig="{numTiles:6, scrollSize:1, ...

    Please let me know if you have any other questions.

    Sincerely,
    Drew O’Neill

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: EasyRotator for WordPress – Slider Builder] Autoplay not working?’ is closed to new replies.