homepage / blog slider – make images random

  • Posted in : Responsy WP
  • jamieboepple
    Participant

    hi! great theme support. i’ve found answers to all my questions in here already. :)

    one question i haven’t seen someone ask yet: is it possible to get the slides on the homepage or blog page display in random order?

    thank you!

    Mehmet S.
    Keymaster

    – Open main.js file ( js/main.js ),

    – Find the line:

    animation: animationType,
    

    – Add the line:

    randomize: true,
    

    – Final:

    animation: animationType, randomize: true,
    
    jamieboepple
    Participant

    wonderful, works like a charm. thank you!

    gave you 5 stars on Theme Forest

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

The forum ‘Responsy WP’ is closed to new topics and replies.