Questions tagged as 'bootstrap'

1
answer

Login with different users

Hello stack overflow partners. I have the following Login with 3 types of users. It happens that when entering the login controller. It stays blank and I do not know what else happens. It worked without having to use the switch an...
asked by 07.12.2017 / 22:33
0
answers

Can a DataTable with a jquery-ui style be included in a Bootstrap template?

My question is this:    Can a DataTable with style% of JQuery-ui be included in a template of Bootstrap without the libraries of Bootstrap and JQuery-ui causing conflict?     
asked by 13.12.2017 / 16:30
1
answer

implement template html in laravel project

I have created a php project with laravel 5.4, I have configured everything correctly and everything works perfectly, I have bought a complete template to implement it to my project, made in bootstrap, and I know that it can be used with laravel...
asked by 04.12.2017 / 13:00
1
answer

Put values in a bootstrap table and apply the bootstrap DataTable Functions to the added values

I need to put values from a database into a Bootstrap table of type DataTable . This is my table <div class="container"> <h3>Lista de Usuários</h3> <table id="example" class="display" cellspacing="0" width="100%">...
asked by 02.12.2017 / 13:27
1
answer

Generate PDF and Excel report from PHP

I have some doubts about the way PDF and Excel reports are generated from PHP. In itself is a small database (my_business) containing a table (products) with 12 records ( Link to download the database)    This is the code of the Index.php th...
asked by 29.11.2017 / 19:24
1
answer

Problems with carousel caption in a bootstrap carousel

Hello to see if you can help me, I am using a bootstrap carousel and it turns out that I want the text and product content to be centered on the 1170px bootstrap grid. Use the following code as an example. The idea of this carousel is to be like...
asked by 28.11.2017 / 20:22
1
answer

GRID distortion with 6 columns with bootstrap 4?

Hello, I'm trying to create a product section with this bootstrap component 4: <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rS...
asked by 10.12.2017 / 22:04
1
answer

Generate structure in flexbox bootstrap

.columns-equal { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; height:800px } .col-bordered { display: flex; flex-flow: column nowrap; flex: 0 1 50%; } .col-b...
asked by 14.12.2017 / 21:23
1
answer

After submit in a popup and insert in bbdd I get a blank page

I have a modal that when I give Save it saves me in BBDD (mysql), the insert is stored in bbdd correctly but I get a blank screen when I simply want the modal to close. Any ideas? My code is all in the same file, I pass the code to you....
asked by 02.12.2017 / 20:45
1
answer

because my modal appears fast and "disappears"?

Hi, I have a project in ASP .NET with C # I have a form to change my password, and for that I have a modify button in which when I click on it, it should show me a modal where a message appears that the password has been modified and a button wh...
asked by 05.03.2018 / 19:52