Questions tagged as 'twitter-bootstrap'

1
answer

Element exceeding the size of the div

I have a col-md-4 that has a figure and a figcaption , while hovering the mouse on it should be displayed figcaption with two buttons the effect works, the problem is that figcaption is exceeding width of image. Any su...
asked by 16.05.2017 / 00:36
1
answer

Doubt with layout Responsive bootstrap

I have a layout that I would like to leave in the following template. Tomakehimresponsive,Iamnotabletoaddcolumn(1)greater.Howareyounow? link <div class="container"> <div class="row"> <!-- <div cl...
asked by 10.06.2017 / 05:34
1
answer

How to change the initial positioning of the modal?

How can I change the initial positioning of the Bootstrap Modal Box ? I would like it to stay a bit lower, which with 3 <br> already solve, but in the way it seems more like a gambiarra, than a correct solution. &l...
asked by 27.04.2017 / 20:10
1
answer

Dynamic Table with Bootstrap and JQuery- wenzhixin

There is a repository in github, bootstrap-table-examples , which shows a very interesting and dynamic table of be reused. However, for lack of knowledge I could not understand the 100% project. However, it has a code snippet I was very interes...
asked by 14.03.2017 / 18:46
2
answers

How to go back to the previous mode in Bootstrap

I'm in a modal, I want to click a button and go back to the previous modal in Bootstrap + Javascript.     
asked by 21.02.2017 / 18:15
1
answer

Handle the Scroll event in Jquery

Good afternoon, I have a Navbar that starts transparent I hedge this via query: $( "nav" ).css('border', 'none', 'important'); $("#hamburguer").css('background-color', 'transparent', 'important'); So far beauty, but when I go down I want...
asked by 26.02.2017 / 17:57
2
answers

Repeat data from a row in the table via modal

I get the site contact form the data and ready them on a backend system. Currently all of them are displayed online ( nome , assunto , e-mail , telefone , id , ação[excluir] ), I would like to see only the...
asked by 09.01.2017 / 14:22
1
answer

Overwrite Bootstrap classes with CSS file

I'm having a hard time overriding some Bootstrap classes using a CSS file I created. I'm using the Bundle to make these changes: public static void RegisterBundles(BundleCollection bundles, bool premium =true) { #region Default Web Site...
asked by 04.01.2017 / 17:18
2
answers

While on dynamic carousel

I'm trying to display the images in the Bootstrap carousel with the while. I can access the array with all urls, but I am not able to insert in the while in the img tag, I tried while with foreach to display the images but it is not working....
asked by 04.02.2017 / 14:47
1
answer

Error when using two dropdown menus

I have two menus and when I click on 1 the 2 are triggered. How should I resolve this? <div class="row"> <div class="btn btn-group pull-right"> <!-- Inicio Menu DropDown -->...
asked by 30.11.2016 / 17:29