Questions tagged as 'bootstrap-3'

1
answer

How to darken a background video and how to insert a .png (a logo) on top of it?

I've already researched, I've seen about 10 tutorials and I could not figure out how to position my logo on top of that video. $('#my-video').backgroundVideo({ $videoWrap: $('#video-wrap'), $outerWrap: $(window), $window: $(wind...
asked by 07.02.2017 / 13:49
0
answers

Use a form with select to control views

Good afternoon guys, I could not find a practical solution to what I'm trying to develop: By using the above select I want to display data below such as graphs, ie if the user chooses the item generates chart 1, item 2 generates chart 2...
asked by 08.02.2017 / 17:59
1
answer

How to set the speed of toggleClass (jquery)?

I would like to set the animation speed of toggleClass but it did not work. I solved the problem with CSS : -webkit-transition: all .5s ease; transition: all .5s ease; However, I would like to know what it would look like jQ...
asked by 04.02.2017 / 16:32
1
answer

OnChange function in Javascript, only works with TAB in Bootstrap

Good evening. I have a bootstrap form with modal that when entering the values, the calculation is only done after giving a TAB to change the field. But by doing the test here, it works with TAB and clicking with the mouse in another field...
asked by 05.01.2017 / 23:08
2
answers

How to create a fixed column (col-md) in bootstrap?

I would like to keep the left column fixed, and the right mobile. Is there a bootstrap class or another technique to solve this? I tried the following: <div class="row"> <div class="col-md-5" style="position: fixed;">...
asked by 03.01.2017 / 10:16
1
answer

When closing modal return to the source form passing parameters

I'm doing a query on my DB in a janela modal , now after the query is done, I need to click a button to send the selected parameters to the calling page and to play those parameters in some inputs , I had previously done this using a...
asked by 25.11.2016 / 14:11
0
answers

Place fixed bar above a div with title

I'm having trouble putting a fixed bar on top of a div, and leaving it responsive, could anyone help me? Here is the sample image below:     
asked by 09.12.2016 / 16:32
0
answers

Bootstrap: Resizing the figure

I have the following HTML code: <section class="container sobre-site"> <h2 id="sobre-site-id" class="subtitulo">Título</h2> <figure class="thumbnail"> <img class="img-loja" src="img/espaco/8-1.png" a...
asked by 16.11.2016 / 19:15
0
answers

At the time of printing, blank pages are added

When printing my page, blank pages are being added, the number of these pages is relative, sometimes 1, 2 ... I've tried solutions like: .print:last-child { page-break-after: auto; } html, body { height: auto; }...
asked by 27.01.2017 / 13:05
1
answer

bootstrap class panels is not working

I tried the bootstrap framework and testing some components of the site some worked and some did not and I do not know the reason, I tested the dropdawn and jumbotron and both worked, but when I tested the panel it did not show what it should, th...
asked by 01.10.2016 / 20:18