Questions tagged as 'bootstrap-4'

2
answers

How to put a background image with bootstrap 4 with blur effect?

Hello it turns out that I have the following code that puts an image behind with boostrap 4, but I do not know how to put a blur effect without affecting the content as this code shows: html,body{ height: 100%;...
asked by 17.04.2018 / 20:12
1
answer

How do I close a modal with bootstrap 4 in Angular?

Using - > this library < < - : Example of my modal : <ng-template #content let-modal> <div class="modal-header"> <h4 class="modal-title" id="modal-basic-title">Crear</h4> <button type="bu...
asked by 21.09.2018 / 21:50
1
answer

How to cancel the mutual exclusivity of an accordion in Bootstrap 4?

On the official Bootstrap page, an example of an accordion is included, which, we might say, is a specific case of a set of "collapse" elements. <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKt...
asked by 22.03.2018 / 18:57
1
answer

Walk through the bootstrap table with jQuery text and value HTML5

I have a problem with jQuery . I'm going through a table of bootstrap with certain values, I need the values to be saved in an array, at this moment I'm going through the values separately, I do not know how I can go through all the values a...
asked by 03.05.2018 / 20:45
1
answer

Place icons on a menu with bootstrap4

I have a little problem, I'm trying to make a footer where I have some icons above and below I have a navbar, something like this: And I did this: <div class="footer"> <div class="container"> <div class="r...
asked by 18.03.2018 / 05:28
1
answer

Multiple manners, same style in Vue.js

I am working on a web application using Vue2 and BootstrapVue , and I have a series of 6 elements (of which I will only upload 3 here, for practical reasons), all aesthetically equal, but with different content, rendereados by a...
asked by 26.03.2018 / 21:27
2
answers

CheckBox Angular 4 ngfor problem when selecting

I am designing a Modal with boostrap and inside it I have a checkBox list that is loaded by running an NGFOR. The problem is the following: At the time of selecting one of those elements all the checkboxes are selected, besides I do not have...
asked by 25.07.2018 / 13:12
1
answer

Make the dropdown roll out when hovering (HOVER)

I would like to make the dropdown menu be displayed when I mouse over the top and not when I click. How could I do it? <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="s...
asked by 31.05.2018 / 14:47
2
answers

How to horizontally align elements within a Media Object in Boostrap 4?

I am using the Media Object of Boostrap 4 for a comments module, I have added a button in it but I do not know how I can align it horizontally so that it sticks to the right margin. The desired result is the button in that position:...
asked by 06.07.2018 / 15:34
1
answer

problem with the hover effect with bootstrap images 4

I have a modal image and I want the mouse to be placed in a blue with an opacity I try but the code does not work here <main> <div class="container"> <!-- seccion portafolio--> <div class="ro...
asked by 21.12.2017 / 02:50