Questions tagged as 'bootstrap-3'

1
answer

Redeem values of a modal item to update it in the bank

I have some items returned from the database that is listed in a table. To add an item, I call a modal in which I fill in the fields saving them to the bank. However, if this field is wrong, I need to edit it. The question is, how do I retriev...
asked by 26.01.2017 / 14:04
1
answer

Bootstrap progress bar accompanying youtube video duration

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 15.12.2016 / 13:14
1
answer

HTML 5 Bootstrap System Grid

I need to do with the grid system if possible the image example: Intheexampleabove,Ineedonlytheformatting,whereeacheventisa'div'withadynamicsize,andtheonewithalowglueonthetopasshownintheexample.Itriedtousethecodebelowtogetasintheexample,butw...
asked by 27.12.2016 / 00:44
1
answer

How to do this? Transition Page within Modal?

Friends, I want to do something similar to what they did in the below gif but I do not know how I can do it. The idea is that when I click on a button inside a modal, it will point to a 'page' with this transition effect ... It looks a lot li...
asked by 01.10.2016 / 19:40
1
answer

Fixed navbar doubt on top with Bootstrap

When I add the "navbar-fixed-top" class it "eats" 50px of the page, I use navbar, links, to divs and whenever a link is clicked the first 50px are underneath the navbar, what I want to do is prevent these px from being under the navbar when the...
asked by 13.09.2016 / 20:00
1
answer

Customize TextBoxFor Width

How to change the size of TextBoxFor ? I followed exactly that solution and it had no effect on my form: [ Defining a larger size for a TextBoxFor The Bootstrap CSS file is being loaded before; HTML: @model Merc.Dominio.Entidade.Cola...
asked by 19.09.2016 / 15:26
1
answer

Carousel Bootstrap: Change Size

I'm trying to add my 700x400 images to the bootstrap carousel. And I wanted the carousel to have exactly those dimensions too. However, when I try to do this, the image decreases to 280 x 400, as in the image below, and the carousel goes to 700...
asked by 19.09.2016 / 20:46
2
answers

Questions to send data via POST

Hello, I'm trying to send via $ _POST some data for validation and subsequent insertion into the database, which I could do in another project the exact way I'm trying to do it now, but I'm not getting it. This is the code for my Form: <...
asked by 08.07.2016 / 01:00
1
answer

failed to work with base_url in Codeigniter 2.2.6

I'm trying to load bootstrap files into Codeigniter using base_url (). My autoload.php file has the following configuration $autoload['helper'] = array('url'); In my view I put inside the head the following code. <link rel="styles...
asked by 14.03.2016 / 20:09
1
answer

Send data from a form to a modal window

I am developing a simple form and when submitting the form, instead of sending it to another page "result.php", I would like to open a modal window using the bootstrap, to show the summary of this post and it is possible, a link to copy the resu...
asked by 02.03.2016 / 21:00