Questions tagged as 'twitter-bootstrap'

0
answers

Problem with modal screen opening using bootstrap

I'm new to web programming, and I'm having a problem opening a modal screen using bootstrap. Basically I have a grid controlled by ng_repeat in which I have buttons when clicking on the edit button I want to open the modal screen contains the da...
asked by 06.03.2017 / 20:08
0
answers

Bootstrap progress bar accompanying youtube video duration deployed on the html page

How to make the bootstrap progress bar keep track of the youtube video (iframe) deployed on the html page var player, time_update_interval = 0; function onYouTubeIframeAPIReady() { player = new YT.Player('video-placeholder', {...
asked by 18.12.2016 / 15:48
0
answers

How to use scroll only in the Table that stays within a modal?

I have a screen that has scroll, and in this screen access a modal search. This modal loads some information into a table, so I use shortcut keys to make it easier to navigate. The problem is that when scrolling using the scrollbars that exis...
asked by 17.08.2016 / 16:09
1
answer

Display image within the menu mobile bootstrap

I need to make when the user is on a mobile / tablet / ipad inside the menu (those 3 risquinhos) to appear an image type the Google menu. Here's the image of how I have to leave: Does anyone know how to add this photo and name into the boo...
asked by 17.03.2016 / 14:58
3
answers

I want to change the color of the button according to the value of the variable

I created an if / elseif condition inside the foreache, to change the color of the payment status button. I have three status and three colors for home status. Only he's not picking up the colors. I think the problem is at the moment of clarifyi...
asked by 15.07.2016 / 03:38
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
0
answers

Bootstrap with navbar aligned cell phone

I have the following code defining a navbar with the bootstrap: <nav class="navbar navbar-default"> <div class="container"> <div class="col-xs-1 hidden-xs"> <div class="navbar-header"> <a href="#" class="pul...
asked by 16.06.2016 / 18:10
1
answer

footer hiding div with scrollbar when redimensioning the browser from top to bottom

I have a problem when I try to use an inner scroll div on my page. What happens: If I resize the browser up, the scrool icon disappears below the footer. I wanted this not to happen because when the user scrolls to read the text, it can no...
asked by 07.07.2016 / 21:31
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
2
answers

Anchor for Bootstrap tabs

Hello, I am doing a question and answer panel, in which I use the bootstrap tabs to better organize the questions. I wanted every time the user answered a question, jumped to the next one, but I can not do that as an anchor, I searched the inter...
asked by 13.05.2016 / 22:12