Questions tagged as 'bootstrap-4'

1
answer

Bootstrap 4 multiple modal

I'm making a page that uses modal over modal (click the button, opens modal and when you click the button inside that modal opens another). I was doing this with bootstrap 3.3.7, BUT I now migrated to version 4 and where I had modal on modal...
asked by 19.02.2018 / 13:37
0
answers

Bootstrap Modality Creating Multiple Instances

I have a modal bootstrap problem that is creating multiple instances of the same modal .    I use the BOOTSTRAP V4 modal using new Javascript . O   that I must do to "destroy" the modal that will be closed and then   reopen it again if yo...
asked by 06.02.2018 / 16:43
0
answers

How to apply the bootstrap v4 form input validation classes with the ASP.NET Razor syntax?

Follow the code below: View: <div class="form-group"> @Html.LabelFor(m => m.Telefone, new { @class = "font-weight-bold" }) @Html.TextBoxFor(m => m.Telefone, new { @class = "form-control", @placeholder = "Digite seu telef...
asked by 27.01.2018 / 17:05
1
answer

Why can not I create the div in the right place?

@media (max-width: 1200px) { .navbar-light .navbar-toggler { font-size: 30px; display: inline !important; border: none; } #menu-exp { display: none; } .navbar-toggler { text-align: cente...
asked by 06.10.2017 / 15:59
1
answer

Navbar Toggle button does not appear

I'm making a responsive menu bar with Bootstrap 4, however when I reduce the size, the Toggle button to open the collapsed menu does not appear. Here is the HTML and CSS code: HTML:           <a class="navbar-brand logo" href="#">...
asked by 09.09.2017 / 19:04
3
answers

Error with Bootstrap 4 in Angular 5

I hit with the following problem in Angular when trying to install Bootstrap in version 4: ERROR in ./node_modules/css-loader?{"sourceMap":false,"importLoaders":1}!./node_modules/postcss-loader/lib?{"ident":"postcss","sourceMap":false}!./node_...
asked by 19.01.2018 / 14:16
1
answer

Down button and center - Bootstrap 4

I'm trying to create a layout with bootstrap 4 and for that I got an example of navbar on their site. The problem is that I would like to drop the mobile button on a new line and center, but I'm not getting it, I already used the .text-center...
asked by 27.08.2017 / 23:38
1
answer

how to display user data on a bootstrap card after login is validated

Hello, I'm developing a real estate site where I want to store user information after login, I'm trying to use session, but I'm not having success in storing my user information in the variables, on page after login where I was to aparecero name...
asked by 23.11.2018 / 17:28
2
answers

Problem in code

I made this code so that when the person moves the mouse over the word Linkedin for ex appears the URL for the person to access, and in that word has an icon so that when you take the mouse from above the icon someone else knows to solve? <...
asked by 06.10.2018 / 20:36
3
answers

Redirect to Tab specifies [closed]

Good morning, I have a tab where I have a form that is sent via Ajax to my controller and I want it after the Ajax response the person is redirected to another tab after reloading the page, I need to click on calculate a person go to Analysis Re...
asked by 11.12.2018 / 12:56