Change the following line:
buffer.push('<i class="icon-chevron-' + direction + '"></i>');
to…
buffer.push('<i class="fa fa-chevron-' + direction + '"></i>');
and this plugin works great!
Change the following line:
buffer.push('<i class="icon-chevron-' + direction + '"></i>');
to…
buffer.push('<i class="fa fa-chevron-' + direction + '"></i>');
and this plugin works great!