Questions tagged as 'bootstrap-3'

1
answer

Responsive bootstrap menu does not close when clicking

I wonder why the bootstrap menu on mobile devices does not close when you click the menu. It opens normally, but if the user wants to close, it does not close. Access link: www.paddock.eco.br Menu Code: <script src="https://cdnjs....
asked by 06.01.2017 / 01:51
1
answer

Do not reassemble columns in the bootstrap grid

How to make grid boxes appear correctly without overlapping. Considering that the height of them will be variable, because the content is dynamic. new Vue({ el: "#app", data: { title: 'Boxes dinamicos sem encavalamento', itens...
asked by 25.10.2016 / 13:46
1
answer

How to delete Modal Bootstrap data the second time - ASP.NET MVC 5

When I open Modal the second time, the audio element remains the same. I've uploaded new audio and still continues the old audio. Please follow my code below. <div class="col-xs-6"> @Html.LabelFor(model => model.Voic...
asked by 05.10.2016 / 21:33
1
answer

Center ul within the responsive div

I have a screen that will be a dashboard and in it I have several panels that are li with float: left so that when the screen is resized, go passing the panels down and thus be responsive. My problem is that I need to leave these panels centered...
asked by 31.08.2016 / 23:09
0
answers

Problems with .container-fluid and @media

I am a beginner in Bootstrap and am using the framework for a school work. Previously, I was using the class .container to leave the content "together", but as I did not like the space around I decided to use .container-fluid . S...
asked by 09.08.2016 / 16:50
2
answers

"data-dismiss" of Bootstrap modal bugding with position="absolute"

I'm adding a close button by customizing the bootstrap% of%. I want it on the right of modal , so I gave modal and modified position: absolute and top it. The problem is that by doing so the button becomes unusab...
asked by 16.06.2016 / 16:13
0
answers

Carousel page effect

I'm trying to do one thing at a job but I can not do anything. I need to do the following image: Thepartofthe"and so we recommend" is retrieved via json file and displayed on the screen, there is also this paging that I saw that is done by b...
asked by 10.04.2016 / 21:17
1
answer

CodeMirror does not display first in a modal

I am creating a standard template for reading XML and to make life easier for system users, I am displaying a sample default template in a modal with the codemirror, however, it does not display at first, the code is only displayed when I click...
asked by 26.01.2016 / 14:02
0
answers

Wordpress child theme edition with Bootstrap

Some questions. I'm studying child theme because they told me it's the best way to change themes. Question: I'm messing around with bootstrap and would like to change a theme that has bootstrap, in case I'm not going to use style.css bec...
asked by 08.04.2016 / 14:53
0
answers

Tooltip unique in 2 elements (one body and 2 arrows)

I do not know if the native code of Bootstrap allows this for the tooltip or popover . I have 2 links and I need to do some way to create a tooltip or popover that can merge both links with 2 arrows. ┌=======┐ ┌=======┐ └===▼===┘...
asked by 01.12.2015 / 01:20