Questions tagged as 'bootstrap'

1
answer

Change long NavBar Bootstrap 4

Hello very good I am doing a website and I need to change the length of a navbar. By default the navbar occupies 100% of the screen in length but I want it to have a length of 900px I was trying to modify the bootstrap css for the navbars but no...
asked by 23.11.2018 / 21:59
2
answers

How to put a container-fluid that occupies 100% of the pag

I have a problem, I want to place a container-fluid occupies 100% of the page so you can place inside a container to place it in the center. <div class="container-fluid bg-success" style = "height: 1000px"> <!-- Container total de la...
asked by 06.04.2018 / 05:06
1
answer

How do I fix footer elements?

I'm trying to put the social media bar in the footer but it does not have the desired effect, like the bar above the example. It remains as pigeonholed in a box. If I delete <li class="social_icons clearfix"> it works, but the eleme...
asked by 18.01.2018 / 14:11
1
answer

Progress Bar Dynamic Bootstrap MySQL

Good day forum, a help to generate a ProgressBar Dinámico with data extracted from a query mysql . Progress Bar <?php foreach($clientes as $cliente): $id = $cliente->identificador;...
asked by 22.12.2017 / 19:21
1
answer

Upload file with bootstrap input file in laravel 5

I'm uploading a file using the bootstrap input file plugin which I succeed in uploading in what I submit makes it difficult to return the path to the plugin to order or delete them in the documentation I have 2 methods that are initialPrevie...
asked by 02.11.2017 / 01:03
3
answers

In Angular you can load the Bootstrap CSS in the index.html

I have bootstrap installed in a angular project with angular-cli and I need to load the bootstrap.min.css file from the index.html file with the LINK tag. When running the application the file boos...
asked by 19.07.2017 / 17:39
4
answers

Validate a select field

Update of the question. I need to validate a Select with jquery.validate and bootstrap before registering, otherwise I send the alert. I have the house table and the bet table, in the selected form it is the id of the house table to know the nam...
asked by 18.07.2017 / 20:27
1
answer

Datepicker on Bootstrap

I am using a code that I found here to make a Datepicker (I need two, I want to distinguish by dates some queries) . I'm quite new to web development, this is my second major project, so it's probably a simple thing, but I'm eating my head....
asked by 04.09.2017 / 21:55
1
answer

How to reset or indetermine a bootstrapswitch?

I have a checkbox with bootstrap-switch style, when I run the view it creates it with the value "indeterminate", if I execute state I can change the value to true or false , but I can not put it in "indeterminate" as in the...
asked by 08.05.2017 / 21:16
4
answers

Random data in Blade / Laravel 5.1

I want to generate random data in my views, specifically I want to go through the results of a query and each one assign a different color, all this in my views of Blade (Laravel) . Something like this (similar to what I want to do): $ar...
asked by 12.11.2016 / 03:05