Hello,
Thank You so much for the Kind Words. :)
It is Absolutely Possible to add Unlimited Owl Sliders on a Single Page and all with Different Settings. You can simply use the following Code:
<div class="owl-carousel image-carousel carousel-widget" data-margin="20" data-nav="true" data-pagi="false" data-items-xxs="2" data-items-xs="3" data-items-sm="4" data-items-md="5">
<div class="oc-item">
<a href="#"><img src="images.jpg" alt="Image 1" /></a>
</div>
...
</div>
You can check out the Complete Documentation in the Documentation > Shortcodes > Owl Carousel Section.
Note: This Functionality is available in Canvas 4 so it is recommended that you Upgrade your Version of Canvas to the Latest version. Complete Upgradation Instructions can be found in the Documentation > Upgrade V3 to V4 Section.
This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.