Is there a way to disable the previous and next links if there aren’t enough items to scroll?
For example: http://truewest.nextmp.net/special-programs these galleries al
Disable the auto loop option
loop: false,
and use the below CSS
.owl-prev.disabled , .owl-next.disabled{ opacity:0; }