Questions tagged as 'bootstrap-3'

1
answer

Is there any way to add Bootstrap tooltip to force?

I have a button on my site Wordpress , ie inside the post! Button: <a href="#" class="btn btn-primary btn-lg btn-block" id="butdedownlaodnovo" data-toggle="tooltip" data-placement="top" title="" role="button" target="_blank" aria-pr...
asked by 25.04.2018 / 10:09
1
answer

How to put right on the sidebar or navbar depending on the size of the screen?

I would like to put a Logo on the sidebar instead of navbar for larger screens, and when reducing the screen aspect ratio ( mobile devices, and tablets and smarts), the logo should go to navbar using Media Queries of Bootstrap 3.     
asked by 03.01.2015 / 18:46
3
answers

How to center a text in the middle of the page?

I'm using bootstrap 3. I want to center a text as the example below. @import url('https://fonts.googleapis.com/css?family=Anton|Black+Han+Sans|Open+Sans+Condensed:300'); /* font-family: 'Black Han Sans', sans-serif; font-family: 'Anto...
asked by 19.04.2018 / 01:39
1
answer

How to disable click out of modal?

I have a modal where I can view Google Maps using your particular API. See the code below: <div class="modal fade" id="myMapModal" > <div class="modal-dialog modal-lg"> <div class="modal-content"> &l...
asked by 19.05.2017 / 23:06
2
answers

How to get the bootstrap toggle true or false?

You have a code: <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"/> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"/>...
asked by 29.12.2016 / 15:48
1
answer

Center div on Bootstrap

Hello, I have a page in PHP where I'm using Bootstrap to do a simple search screen. <div class="container"> <img src="/img/logoSuivi.png" class="img-responsive center-block"> <div class="well col-md-3"> <di...
asked by 01.03.2016 / 03:25
2
answers

Color Selected Line Angular JS and Bootstrap

How do I color the selected line on a table? I have the following code: <tr ng-repeat="p in produtos" ng-click="info(p)" ng-class="{'info': ??}"> I just can not find a condition to color only the selected line. Does anyone h...
asked by 24.02.2016 / 18:32
1
answer

Bootstrap menu, include logo

I'm using this menu: link Exactly this one from the link, I copied directly from there, the question is , where it says "Project Name", I have to add a logo, how do I do it?     
asked by 04.08.2015 / 20:20
1
answer

Show div only after passing a second section

How do I show a div only after the scroll passes a certain #id? <div class="row" id="menufixo"> <!-- TODO ADICIONAR CLASS navbar-fixed-top PARA MANTER MENU NO TOPO --> <div class="col-md-12"> &...
asked by 16.07.2015 / 18:00
1
answer

Class active in the menu using include

In my php pages I use an include to call a file that contains my menu: <?php include('../../sidebar-menu.php'); ?> Menu file: <ul class="sidebar-menu" id="nav-accordion"> <?php foreach ($li...
asked by 16.11.2015 / 18:28