Questions tagged as 'bootstrap'

0
answers

How to create a loading state in the middle of two Login steps

Hello, I would like to know the following: I'm making a Login screen, where it is divided into two steps. The first user types the email, and in the second step, the user types his password and proceeds further. But I want an intermediate ste...
asked by 20.01.2018 / 12:17
0
answers

How to send data in a sub-page BootstrapDialog?

Personal in the example below I show a form inside the Dialog, this form in turn needs to receive some parameters: BootstrapDialog.show({ message: function(dialog) { var $message = $('<div></div>');...
asked by 19.01.2018 / 17:12
0
answers

How to expand a list item in the mobile browser?

I have the following navbar on my site: <div class="navbar-custom"> <div class="container"> <div id="navigation"> <!-- Navigation Menu--> <ul class="navigation-menu...
asked by 25.01.2018 / 02:55
1
answer

Navigation bar with more than one dropbox in bootstrap

I tried to create a navigation bar where it has the following columns: Home, Registration - > Customer Registration & Inquiry - > Customer consultation. When I'm in the query menu I can not access the dropdown of the client master record....
asked by 16.01.2018 / 23:46
1
answer

Replace image (logo in the upper left corner of the page) with a second logo (edited) Scroll

Good afternoon! I need to have the logo replaced when scrolling through the page on my site by the scroll bar or mouse scroll. My logo is inserted into the page via a class in bootstrap.css Following: .logo1{ background: url(../img/logo...
asked by 16.01.2018 / 17:28
0
answers

ASp Net MVC site does not display i class items

I created an e-commerce site in default Asp Net MVC, when running the local site in Visual Studio by ISS it loads all the "i class" icons and the value field that I defined as    Follows Console result when opening page on ISS:   "Using // @...
asked by 12.01.2018 / 23:44
0
answers

What is going wrong? Angular, bootstrap, popper

ERROR in ./node_modules/css-loader?{"sourceMap":false,"importLoaders":1}!./node_modules/postcss-loader?{"ident":"postcss"}!./node_modules/bootstrap/dist/css/bootstrap.min.css Module build failed: BrowserslistError: Unknown browser major at er...
asked by 12.01.2018 / 22:49
0
answers

Questions about installation modes in Angular

Let's assume that I want to install a specific version of bootstrap in my angled project, the command would be this: npm install [email protected] --save This command is required to be included in the package.json file, because if...
asked by 08.01.2018 / 14:07
1
answer

Enter percentage in progress bar (JAVASCRIPT)

I made a progress bar with the bootstrap. Then every time something is filled in the table a certain percentage more is inserted in the bar. The data that is inserted into the table comes from an API, so it does this automatically. I did it as f...
asked by 11.01.2018 / 13:52
0
answers

Side Menu with Bootstrap 4

I'm having trouble developing a side menu with bootstrap 4 the idea is rather than open down expand up when closing it open on the side of the site when on a mobile screen.     
asked by 05.01.2018 / 19:01