Questions tagged as 'bootstrap'

1
answer

Tabs within a modal when clicking the modal disappears

I'm implementing a modal and inside it I'm putting tabs . However when I click on any tab tab the modal disappears. Look at the pictures. I use bootstrap. Notethattheurlchanges..howtosolve??Myhtml            Cheers    <divclass="co...
asked by 03.11.2017 / 12:25
1
answer

Logic: Select PHP with inverted positions in html

I would like to pull the information from the database as a title, description and image. But this way exactly in the script below. Can anyone help me with logic? <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootst...
asked by 31.08.2017 / 17:29
2
answers

How do I customize a Navbar only when it is "collapsed" with bootstrap 4?

I have the following code: <!-- Navigation Bar --> <nav class="navbar navbar-expand-md navbar-light navperson"> <!-- Brand --> <a class="navbar-brand" href="#"><img class="img-fluid logo" src="imagens/bonfire...
asked by 05.10.2017 / 22:35
1
answer

Buttons - ID - Carousel not working

I do not understand much of jQuery, but what can be happening? I would just like the arrows to work properly, do not go for style. <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Teste Car...
asked by 31.08.2017 / 20:19
1
answer

How to make content repeat on another page?

Hello, I'm developing an application using PHP and bootstrap. The body is composed of three columns, the two sides should repeat on all other pages, I wanted to know how to insert them in the other pages in a way that when I change a column all...
asked by 10.08.2017 / 05:26
3
answers

Change the background-color of a div within a link

I am making a kind of button card inside a tag to create a link (bootstrap 4 beta). In the card there is a class that changes its background-color to a light blue. I want this card to turn dark blue by putting the mouse on it, but I can not beca...
asked by 28.08.2017 / 22:05
1
answer

How to create a Dropdown Multi-Level menu using HTML?

Good morning, I'm trying to create a multi-level dropdown menu by following the site template: link . However, the elements within the submenu do not appear. Here is the code: <html> <body> <nav class="navbar navbar-inver...
asked by 14.08.2017 / 15:21
1
answer

BOOTSTRAP NAV Collapsed Colapse changing height alignment

Problem: I need a navbar with HEIGHT GREATER. I changed the css .navbar { min-height: 80px; vertical-align: middle; } .navbar-collapse .collapse .in { padding-top:80px; } Vertical alignment of links is not vertically cent...
asked by 08.09.2017 / 22:22
2
answers

How to implement the Gentelella Bootstrap Admin theme? [closed]

I'm starting now with web development in Visual Studio. I have already understood the MVC, I have some knowledge of HTML and I started to study the bootstrap. I discovered this beautiful template Free Bootstrap 3 Admin Template Who has an exam...
asked by 04.07.2017 / 15:42
1
answer

Switchery with tooltips (bootstrap), how to do?

How to make Switchery show bootstrap tooltip in itself? This example does not work: <input data-toggle="tooltip" title="Hooray!" type="checkbox" class="js-switch" /> var clickButton = document.querySelector('.js-switch'); clickBut...
asked by 20.06.2017 / 22:55