Questions tagged as 'twitter-bootstrap'

1
answer

Which bootstrap 4 files should be included in a project?

I downloaded the files from Bootstrap 4 and came the following files: CSS Folder: - bootstrap.css - bootstrap.css.map - bootstrap.min - bootstrap.min.css.map - bootstrap-grid - bootstrap-grid.css.map - bootstrap-reboot...
asked by 17.11.2017 / 15:07
1
answer

Tabs within a modal when clicking the modal disappears

I'm implementing a modal and inside it I'm putting tabs . However when I click on any tab tab the modal disappears. Look at the pictures. I use bootstrap. Notethattheurlchanges..howtosolve??Myhtml            Cheers    <divclass="co...
asked by 03.11.2017 / 12:25
1
answer

Boostrap Validator

Well, I'm trying to do a validator with Boostrap but it's not working. I want the input weight to be for example: 70 kg. The regex I think is working but when I submit, div.invalid-feedback does not appear <input class="form-control" type="...
asked by 02.11.2017 / 22:45
1
answer

Responsive utilities of Bootstrap 4

Hello, I use the Bootstrap 3 grid in my projects, and now I'm moving to version 4. In version 3 I use beyond the grid, a layout option called responsive utilities that complements the grid. I can download this CSS in the Customise download...
asked by 26.09.2017 / 16:06
1
answer

Bootstrap button at the same height and position in mobile versions

I have a system developed in Bootstrap from which I am using the following code to create a card based on the Bootsnipp colleague's work : <div class="card-base"> <div class="card-icon"><a href="#" title="Widgets" id="widgetC...
asked by 31.08.2017 / 15:41
1
answer

A modal bootstrap appears before HTML

I have a page from which after 3 attempts the page access is blocked. However I would like if the page is blocked, when trying to access, a modal bootstrap with a message appears:    Locked page. Please contact your administrator to   request...
asked by 30.07.2017 / 02:49
2
answers

Show and hide caption with jquery

I'm trying to show and hide a div if the slide div has the active class. The problem is that the div is always displayed, even when the bootstrap slide changes and the active class is removed. <div id="carousel-example-generic" class="carou...
asked by 21.06.2017 / 16:22
1
answer

Hide Carrousel images when opening on mobile and show others - Bootstrap 4

I'm using the Carrousel component of bootstrap 4. My intention is to make the slide show with original images when opened in the PC and Tablet. When you open it on your phone, open another lighter image.    Carrousel: link       Gr...
asked by 20.07.2017 / 16:15
1
answer

Spaces between Inputs in Twiter Bootstrap

In the registration forms both horizontal and vertical spacing become very large, I solved the problem by adding the margin-bottom: 10px; margin-right: -10px in each input, however , in the size sm and xm of the columns it loses the direct mar...
asked by 24.06.2017 / 12:39
1
answer

Div with same image height in Bootstrap

I have one image on the left and another 4 blocks on the right. I needed the four blocks to follow the height of the image, even when changing the resolution. HTML:<divclass="container-fluid"> <div class="row"> <di...
asked by 13.07.2017 / 23:28