Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Bootstrap Static Popovers Re: Bootstrap Static Popovers

#120828
TheDoc
Member

Ooohhhh. They are meant to be initialized by something with JS.

Yours isn’t showing because it’s set to `display: none;`. Having said that, you *shouldn’t* actually be writing any markup as it’s all done with the data attributes.

So what you *could* do, using the ‘Testimonials’ title as our reference, is this:

Testimonials

JS:

$(‘.your-toggle’).popover(‘show’);