Questions tagged as 'twitter-bootstrap'

0
answers

How to handle expired session within modal bootstrap 4.x?

I have a system where the user chooses a date and time for scheduling, I increased session time because the user needs to fill out a form with various information, it is working beauty. It happens that after the session has expired the browse...
asked by 24.09.2018 / 14:03
0
answers

How to load a jquery plugin into the reactjs

I'm trying to load a selectpicker bootstrap plugin into a reactjs project the problem that occurs is the time to start the plugin it does not load. import $ from 'jquery'; componentDidMount() { $('.selectpicker').selectpicker(); } compon...
asked by 24.09.2018 / 15:47
0
answers

Bootstrap, center table, I want to put the table in the middle of the screen, it is already aligned but it is under the screen

<!DOCTYPE html> <html lang="pt-br"> <head> <!-- Importando o css do bootstrap --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVY...
asked by 17.09.2018 / 15:57
2
answers

Hide navbar when item is clicked

I'm developing a site whose menu is navbar with dropdown of bootstrap 4. When I view the site on a smaller screen, the nav is replaced by the button burger and is only "activated" when this button is clicked. However, I want it to be "disabled"...
asked by 17.08.2018 / 23:38
1
answer

Menu collapsed after selection

I am having doubts in the bootstrap 4.1 collapse menu, when the layout is in smaller screen and collapsed, after selecting an option it does not collapse again, does anyone know how to solve it? Thanks for the help! <!-- Carrega Bootstr...
asked by 18.09.2018 / 19:17
1
answer

The MacBook Pro Retina screen is breaking the layout in the bootstrap CSS

How could I solve this, I already tried this but it did not work: @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio : 1.5) and (min-width: 1200px) { .col-lg-6.widescreen {...
asked by 12.09.2018 / 16:21
0
answers

Upload multiple Jquery, Ajax and retrieve data with PHP

I have this code: html and JS But when trying to get the data on the other side: var_dump($_POST); var_dump($_FILES); In the case of $_POST it returns the values in array, but the images do not return anything. And if I tr...
asked by 12.09.2018 / 17:10
0
answers

How to get modal bootstrap data and send to PHP

I need to get Modal form data via Ajax My code: var url = 'fotovisita.php'; var data = $('#foto').serialize(); var type = "POST"; $(document).on('click', '#save-foto', function () { $.ajax({ url: url, method: 'POST',...
asked by 06.09.2018 / 17:18
1
answer

Extend the image out of the container on the left side

I have a container, which has a block divided in half. On the left side I need to make the image leave the container. It would be this model: Withthisstructure: <div class="blog_section"> <div class="container"> <div...
asked by 04.09.2018 / 15:32
0
answers

Animation does not appear in section

Hey guys, I'm doing a site in bootstrap 4 and I want to put an animation with animate.css, how it's divided into classes, I just put the class and that's it, but the effect happens when you load the page and I want the effect to appear when the...
asked by 29.08.2018 / 09:37