Questions tagged as 'twitter-bootstrap'

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
2
answers

How to loop posts in WordPress?

I personally need to create this layout for articles in my WordPress loop and I do not know as I could do. I know I'll need some instructions on PHP and some Bootstrap implementations, I'm using this CSS framework. Does anyo...
asked by 20.07.2015 / 23:14
4
answers

Spacing between inputs Bootstrap

I would like to know how I can add a spacing between selects , for better understanding see image below: Ihavetriedwithcss:.col-md-4{margin-bottom:5px;}Butitgotweird,mycodehtmliscurrentlylikethis:<divclass="form-group"> <d...
asked by 10.02.2016 / 18:28
1
answer

Displaying Modal with model passed inside a foreach in C # asp.net MVC

I have a main page containing a list of users. In this list of users I have a button on the side where I will click and display a modal, passing the model of that line that I clicked. I managed to do it right, follow the code summary: @foreach...
asked by 27.05.2015 / 02:59
1
answer

Pass the data-id="@ milestones.code" to a modal

My system should work as follows: By clicking on the highlighted red button in the image below Itopensthismodalhere: Thisisalreadyhappening,butnowIneedtoclickonthefirstimage,itwilltakedata-id="@milestones.Codigo" and save it in the...
asked by 07.10.2015 / 03:32
1
answer

For external or internal HTML performance (Bootstrap-Modal)

I am building a page which will be accessed by a considerable amount of users (5 thousand / day) and as some hosting services charge by mass of data transferred others by the number of requests, this raised me a question: It is better to encapsu...
asked by 27.12.2014 / 18:01
1
answer

Country Selection Menu

Is there any component present in Bootstrap 3.3.1 (I think not) that manages a select from all countries? or some plugin? because I am currently using a list with pure HTML that this gigantic, below a small part of the code that I want to replac...
asked by 25.12.2014 / 13:19
2
answers

I wanted to have more than one bootstrap modal on the same page

<div class="container"> <img src="../imagens/editar_3.png" style="cursor:hand" title="Editar Info" data-toggle="modal" data-target="#myModal"> <div class="modal fade" id="myModal" role="dialog"> <div class="...
asked by 10.04.2016 / 14:24
1
answer

Modal Boostrap reduces site body size

My modal is decreasing the size of the page horizontally when opened, closing it returns the page to normal, it is something that is strange. Here is the code: <div class="row" align="right"> <strong>Posição: <?php...
asked by 19.05.2015 / 21:25