Questions tagged as 'bootstrap-4'

1
answer

Create a window like in GMAIL

I'm making a button that when clicked shows a low window, like GMAIL: I get the idea of showing it, but I can not align it in such a way that it looks like the image. This is my code: $(document).ready(function() { $('.boton_ven...
asked by 16.11.2018 / 17:43
0
answers

problem collapse bootstrap

I have a problem with my site, I do not know what to do, when using the collapsible bootstrap container as it becomes wider and the margins of the form that appear do not apply immediately, I leave the video please help I leave the HTML, I'm not...
asked by 03.11.2018 / 15:55
0
answers

Help with btn-group in Bootstrap 4

I'm working with Bootstrap 4 I have the following code: <?php $aprobar = '<form autocomplete="off" class="was-validated" method="post" action= "pedidos.php?id='.$rowid.'&user='.$rowUser.'"><button type="submit" class="btn btn-s...
asked by 31.10.2018 / 20:17
0
answers

Do not work popup menu in Bootstrap 4 in Laravel

I'm trying to make a drop-down menu to change the language of the application but I have not succeeded. In this file app.blade.php cargo Bootstrap, jquery and the drop-down menu. <!DOCTYPE html> <html lang="{{ str_replace('_...
asked by 29.10.2018 / 20:51
0
answers

Problem when adjusting the height of a carousel

I have a carousel in Bootstrap 4 the images I load measure 980,500 px and I have a defined style with these parameters .carousel-inner img { object-fit: scale-down; height: 500; width: 980; background-color: black; }...
asked by 18.10.2018 / 19:02
0
answers

Boostrap 4 text-trucate does nothing

Hello, I have a problem in CSS where I apply the text-truncate class of bootstrap but it continues to swear the text off the screen, I get into the inspecotr and if it appears with the class and with the properties as it should be, I already tri...
asked by 15.10.2018 / 19:25
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 do I place a form on top of a jumbotron bootstrap 4

You will see I want to place a form that floats on the right side of the web (see image) use bootstrap 4 I do not know how it is done if you could give me a hint or a little help I would appreciate it     
asked by 06.10.2018 / 07:57
0
answers

How to activate and deactivate users in php or javascript?

I have a list of users or any other elements .. how to deactivate and activate these elements so that when I call from a form I do not appear     
asked by 02.10.2018 / 17:53
0
answers

Error trying to install "Alert / Toast Notifications" in Angular 6

Using this guide my html : <button class="btn btn-default" (click)="showSuccess()">Show Success</button> <button class="btn btn-danger" (click)="showError()">Show Error</button> My ts : i...
asked by 28.09.2018 / 21:48