Loading...

Content Tagged With: “bootstrap”

Loop Through Different Bootstrap Modals on Page Load

Real quick solution here to making random Bootstrap modals work as pop-up CTA’s for your website. If you’re creating a WP theme, it’s best to include this as a template “part” so it can be easily edited. You could also choose to call in a page “part” via conditional logic in the footer using the […]

Keep Reading

Bootstrap Carousel Meets WordPress Loop in Epic Battle!

Well, not really a battle per se, more of a camaraderie or working relationship. Back in 2015 I wrote a similar tutorial on how to do this with the WordPress theme customizer… Any-who… one day I was thinking. Wouldn’t it be great if you could utilize the Bootstrap 4 Carousel with your latest WordPress blog […]

Keep Reading

Collapsing WordPress sidebar at phone viewport — using Bootstrap 2

This tutorial covers making the WordPress sidebar collapse into a mobile friendly navigation menu at the phone viewport only. As well as adding some conditional text that will only appear when the menu is at the phone viewport. You must be using Bootstrap 2 (*this will not work in BS3) in conjunction with WordPress for […]

Keep Reading

Bootstrap 2 tooltip example, W3C compliant javascript code for html5

If you haven’t already heard about Bootstrap, please familiarize yourself with this great website application. I am still learning the inner workings of Bootstrap (with HTML5) but am very excited about what I have learned so far. Anyhow, I’m not going to bore you with all of the details of Bootstrap. Its on you to “get your learn on”. Let’s get down to business. Bootstrap has a great javascript feature built-in called “tooltip”. Simply put–it’s a much prettier version of

Keep Reading