Questions tagged as 'bootstrap'

0
answers

Group view in 2 parts with Bootstrap AdminLTE

What kind of friends do I need to group a view that I am doing for a point of sale, as well as this one (the part that is at the bottom where the products appear): I already managed to divide all that, but now I need to fit it like this...
asked by 09.10.2018 / 20:07
0
answers

Adapt the breadcrumbs function to a particular web

I have copied the following code from: Bootstrap Breadcrumbs with PHP and it works perfectly but It turns out that the web where I will implement it has a structure that is the following: link and the web is working showing the breadcrumbs i...
asked by 08.10.2018 / 03:34
0
answers

How to save a record with a form in a modal with related tables in Laravel?

I'm trying to save a record in a modal. But in that record there is a relationship. I have a code that supposedly mind does. When I register the information, I do not get an error, but it does not save my record. The function is as follows: i...
asked by 10.10.2018 / 20:53
0
answers

Problems with datepicker of Bootstarp

I am having problems when using the datepicker dynamically. I make a query to the database and depending on the existing records, I "paint" the calendars. When it is a single record I have no problems, but when there are more than one, it sends...
asked by 03.10.2018 / 21:06
0
answers

Line break in compound word navbar Bootstrap

When I enter a link in the Bootstrap navbar with a word separated by space "My products" a line break occurs instead of space. <nav class="navbar navbar-expand-lg fixed-top menu"> <div class="container"> <a h...
asked by 01.10.2018 / 23:02
0
answers

Loader and nav bar

I have a question with a page I'm doing, I made a loader with jquery: window.onload = function() { $(".loader").fadeOut("slow"); $(".container-fluid").css("display","block"); } NOW, when the page is loading the nav bar that is insid...
asked by 27.09.2018 / 22:57
1
answer

Containers in Bootstrap 4

I want to generate something similar to what I show in the following line: I was trying with the grid system but I do not think it is the most appropriate, then I tried generating several div with the flex-row property so that they are sid...
asked by 27.09.2018 / 04:18
0
answers

Does not load the DatePicker calendar

The question is very simple. I have everything included correctly, but the date selector simply does not appear on my form. This is the date selector code <div class="form-group"> <label>Fecha de Nacimiento</labe...
asked by 29.09.2018 / 00:59
1
answer

Active applies to internal elements

What happens is that I have some tabs of Bootstrap, by means of a JS I am applying a class so that they are marked when they are deployed, the drawback is that I have a tab inside another and when I deploy the superior, I applies the active also...
asked by 24.09.2018 / 17:00
0
answers

Load image in modal stored in server

Thank you in advance for the help you can give me. I have an html table which is dynamically filled with data from mysql, in it I have a button that opens a modal window and this modal should show an image previously saved on the server. The...
asked by 27.09.2018 / 17:10