-
Notifications
You must be signed in to change notification settings - Fork 503
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:navigationEnabled="true" not working #72
Comments
Same here. |
@iamdubx @cviebrock I'm not sure if this fixes the issue but I believe it's supposed to be |
@lhovee Thanks fixed it for me the param seems to be incorrect in the documentation. |
Please fix the jsfiddle example: <script async src="//jsfiddle.net/toddlawton/46wegz8a/embed/result,js/"></script>Odd both methods of using the param works under jsfiddle (maybe caused by babel?) |
Going to update the documentation with the proper kebab-case props now. Closing this issue, feel free to open another issue if you have any questions! |
I am still having this issue. :navigation-enabled="true" or :navigationEnabled="true" is not working. |
@devWaleed have you found a way to fix the issue? |
This and the following css helped to reveal the links:
|
I was having the same issue. Prop case style didn't work, suggested css didn't work either but made me take the same path. This one did the trick: .VueCarousel-navigation-prev, It seems the original transform properties for these classes, which also contained a translateX() were moving both buttons away from the screen. They're also black with transparent background by default wich initially made me think they were not showing because the page was dark. |
I can enable navigation. Adding
:navigationEnabled="true"
to carousel doesn't effect anything.Using with blank webpack starter.
The text was updated successfully, but these errors were encountered: