Questions tagged as 'twitter-bootstrap'

2
answers

Problem integrating the Jquery, bootstrap and Popper.Js scripts in angle 6

I have a problem integrating the bootstrap.js, popper.js, and jquery.js scripts into my Angular project. I've already made a few attempts, but nothing has resolved so far. My scripts are being merged as follows: "styles": [ "....
asked by 01.09.2018 / 20:06
1
answer

CSS / SCSS: Generic validation element accompanying the input format

I have a problem in my stylesheet. I have a generic Input, as shown below: Iputanelementtovalidatemyform,thevalidationisOK,butI'mhavingproblemsinalignment,becauseifIincreaseordecreasethetextfield,theelementremains.Seeanexample: Thevalidation...
asked by 01.09.2018 / 21:31
1
answer

Slide owl carousel2 background image

I need to make the background image of the slide swap and the content must be static as in the image I believe doing with background-image of to do more I do not know how anyone knows how to help me     
asked by 07.10.2018 / 02:40
1
answer

Doubt of how to collapse / collapse a menu by clicking on the other one

I have a question on the following item, I created a SideBar with bootstrap menu, but I wanted to click on one, the one that had open shrink. Example Codemadesofar: codeply /* DEMO STYLE */ @import "https://fonts.googleapis.com/...
asked by 01.08.2018 / 19:56
1
answer

How to add a class in a label tag of a dynamically selected input by vue.js?

I'm using Boostrap and I have a sector in the form where the client will choose some items, and when clicking on the item the bootstrap adds the active class in the selected item, and with css I do the item to change color. Getting more or...
asked by 01.11.2018 / 02:40
1
answer

Go to a certain link according to Radio Box with PHP

I have the following code. How can I determine a URL, passing parameter, as per the option in a selected Radio Box? <!-- Button trigger modal --> <button type="button" class="btn btn-info" data-toggle="modal" data-target="#exampleModa...
asked by 27.07.2018 / 00:15
2
answers

Hide div when clicking on it

How can I do to click on the div and stop displaying it? I'm using onClick but it's not running. My div: <div class='alert alert-danger aviso' role='alert' style='width: 20%;'>Falha ao carregar os dados!</div> onClick: $('....
asked by 14.08.2018 / 15:35
1
answer

Background problem with Iphone 6, 7 and 8

I created a layout and my background image is not showing up on Iphone 6, 7 and 8.Trying locally for Chrome appears quietly, but when testo on the Iphone 8 it disappears getting only the background color. I already tried to change background-pos...
asked by 12.06.2018 / 17:27
1
answer

Overlapping content on page

I have two forms that are superimposed on the rest of the page I needed opinions about what the error is causing this and how to put the forms below the remaining content <div style="background-color:#F8F9FA">...
asked by 06.06.2018 / 11:15
1
answer

Success message after password change

I want to display a success message after the user switches password, with bootstrap and PHP. Here's what I'm trying to do: if($login == null){ header("Location: index.php"); } else { $_SESSION["email"] = $email; header("Locatio...
asked by 24.05.2018 / 22:37