conflict with twitter bootstrap
cwang22 opened this issue · 2 comments
cwang22 commented
Hi, I'm trying to use the slideshow with bootstrap, but it seems that css namespace conflict with each other result in the buttons stop working properly
http://jsfiddle.net/2sq85j7s/3/
check code above and if u remove bootstrap css library it will be working again.
cwang22 commented
i found out its.carousel
cause the problem
in bootstrap has something like
.carousel{
position:relative;
}
it's wired as .carousel
already had a relative position
for me i just rename the .carousel
class and everything works fine.
i-like-robots commented
Thanks for reporting this and your fix, it will be a useful reference for anyone else experiencing the same issue.