CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

Conflict with Bootstrap 3 and thumbNav #605

Closed stephaniepurvis closed 9 years ago

stephaniepurvis commented 10 years ago

The links inside the thumbNav have a class of "tooltip". Bootstrap 3 contains some styles for .tooltip that give them an opacity of "0" and a position of "absolute". I fixed this by just adding the following style to my main stylesheet that overrides bootstrap styles: .thumbNav .tooltip{position:relative; opacity:1;}

It might be worth looking into adding this to a future release of AnythingSlider.

Mottie commented 10 years ago

Hi @stephaniekendall!

There is a tooltipClass option which is set to "tooltip" by default. So modify this class name to whatever class you desire. This class is not defined in any of the AnythingSlider themes, so there is no need to update anything else :)