Viewing 1 replies (of 1 total)
  • Plugin Author CNHK SYSTEMS

    (@cnhk_systems)

    You can possibly edit the “front.js” file and add an extra option (between line 37 and 46).

    {
        fx : cnhkOptions['slideshows'][this.slug]['fx'],
        timeout : cnhkOptions['slideshows'][this.slug]['timeout'],
        speed : transSpeed,
        manualTrump : false,
        slides : ' .cnhk-slide',
        log : false,
        swipe : true,
    };

    add random : true, below the ‘swipe’ option.

    But note that all slideshows (using this plugin) will display their slides randomly.

Viewing 1 replies (of 1 total)
  • The topic ‘display order’ is closed to new replies.