How can we reproduce this bug?
What did you expect to happen?
Navigation on slides to work.
What happened instead?
After you navigate to the first slide the carousel stops working.
Test case
Give us a link to a CodePen or JSFiddle that recreates the issue.
make useMui to false in the js file
You need to add the Motion UI CSS, either load the .css file in the head or bundle it in SCSS. http://foundation.zurb.com/sites/docs/motion-ui.html
was this even tested properly? Cause indeed it doesn't work out of the box as it should.
@samvloeberghs As I said, you need to add the Motion UI CSS. I was also having issues with it not cycling through the slides. Once I added the MUI CSS (via SCSS) it worked just fine.
I can confirm that installing the motion ui framework made it work.
I have included motion ui css downloaded from http://zurb.com/playground/motion-ui and it works. Thank you!
Closing this as the issue seems resolved. Thanks everyone, sorry for the confusion about MUI.
Yet, and yet, it never got added to the docs? I think a PR will do.
Added clear indication on orbit slider page that motion-ui css file is required for proper working of orbit slider:
https://github.com/zurb/foundation-sites/pull/8710
Thanks @seanmavley, but since you can use data-use-m-u-i="false" and get it work out of the box, I'd suggest switching to that as the default, then mentioning that advanced functionality requires Motion UI.
Most helpful comment
You need to add the Motion UI CSS, either load the .css file in the head or bundle it in SCSS. http://foundation.zurb.com/sites/docs/motion-ui.html