Viewing 1 replies (of 1 total)
  • Rafik

    (@rafikwp)

    Hello,

    Thanks for reaching here.
    There are many types of the slider available in this plugin, every slider has different initialization code.
    please let me know which slider are you going to use? so we can try this.
    As per their documentation callback function is called after every successful Ajax Load More query so we can add our slider initialize code inside the load more callback function like this way

    window.almComplete = function(alm){
       //Our slider initialization code will be here.
    };

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘Callback function for slider’ is closed to new replies.