I had this running.
But all of a sudden it sopped.
The main thing i have done between running an stopping was clearing cache, import some JS in base.html.twig an use it in som jquery function jQuery(document).ready
also i realized that it seems to render html tags not well . as this code is shown on my page now.
<div class="owl-carousel owl-theme" id="owl-972a796df1"> <img src="/user/pages/01.OMIO/05._medira/Tiefenprofil_Dashboard_1.png"/><img src="/user/pages/.../Dashboard_2.png"><img src="/user/pages/.../Dashboard_3.png"><img src="/user/pages/.../Dashboard_4.png">
when deactivating shortcode owl carousel the code looks like this
[owl-carousel items=1 margin=10 loop=true autoplay=true autoplayHoverPause=true]<img src="/user/pages/01.OMIO/05._medira/Tiefenprofil_Dashboard_1.png"><img src="/user/pages/.../Dashboard_2.png"><img src="/user/pages/.../Dashboard_3.png"><img src="/user/pages/.../Dashboard_4.png">[/owl-carousel]
so i assume shortcode at least works and cateches the owl-carousel.
i upgraded to 1.7 in the meantime also.
does anybody have an idea where to look at?
Thanks a lot in advance