openam / bootstrap-responsive-tabs

Bootstrap responsive tabs are tabs that switch to collapsible components (accordions) when resized.
openam.github.io/bootstrap-responsive-tabs
MIT License
132 stars 60 forks source link

Nothing is showing below 767px #12

Closed jitendravyas closed 10 years ago

jitendravyas commented 10 years ago

I'm using this plugin and it's working. but nothing is visible below 767px. I'm using Bootstrap 3. and below is the part which keep the panel hidden

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm { display: none !important; } toolkitmedia="all" .visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs { display: none !important; }

openam commented 10 years ago

Can you provide a jsfiddle or something else? Did you call it using both xs and sm, e.g. fakewaffle.responsiveTabs( [ 'xs', 'sm' ] );

jitendravyas commented 10 years ago

Live example of problem is here http://jsbin.com/mobad/3/edit

openam commented 10 years ago

It has something to do with your css //d2ijnuyfq8p99x.cloudfront.net/assets/main-e1f2a497b261c803cce9549203cc7c74.css if you replace that with //maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css it works fine.

jitendravyas commented 9 years ago

With which version of Bootstrap this plugin is not compatible? In my project Bootstrap version is 3.1

openam commented 9 years ago

Looks like there is a problem with version 3.1.0, but 3.1.1 works fine //maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css