Questions tagged as 'bootstrap'

2
answers
1
answer

Align two or more elements vertically with bootstrap 4

I have a title and an online form within a div I need these to be aligned vertically and horizontally with bootstrap 4. I used the classes align-items-center and justify-content center works but the title of the form is very separate, I want it...
asked by 04.01.2019 / 01:58
1
answer

I can not make a soft Scroll

I can not do a progressive Scroll from a text animation to the contact section. div class="wrapper"> <article id="shufle"> <div class="container"> <p class="fading-texts text-center"> <...
asked by 24.06.2017 / 16:19
1
answer

Add active class and change the color of the selected item in a menu

$(function() { // elementos de la lista var menues = $(".nav li"); // manejador de click sobre todos los elementos menues.click(function() { // eliminamos active de todos los elementos menues.removeClass("acti...
asked by 26.09.2017 / 20:03
1
answer

How can I add a counter and a cycle to a carousel in boostrap4 (django)?

I need help with the creation of a bootstrap4 carousel in django. The images of the carusel are loaded from the database, and the slider should be growing, showing the new images as well. Do I need to add a counter in the ol to assign the...
asked by 07.11.2018 / 19:42
1
answer

expanded sub menu collapsed when page reload

I have the following problem, I have a vertical side menu and when I click on any option in the menu or sub menu option, the page is reloaded and the menu is collapsed again. I would like to know how I can keep selected the menu option that I ch...
asked by 05.10.2018 / 13:45
2
answers

How can I show the results of an sql query inside a modal?

I explain: I have a modal that opens by means of a tag, at the time of clicking, it does not show the results of the sql statement. I make the connection to the database in the head. I save a data from a previous query to be able to make an...
asked by 22.01.2018 / 20:56
1
answer

AdminLTE does not take the css

I find a problem, I want to configure my backend with the adminlte template but I do not take the css, I created the folder views inside it I created a file template.php in which I am entering the code of the template, also inside that folder I...
asked by 15.12.2017 / 16:34
1
answer

Problem with Bootstrap table [closed]

Problem because the table does not line up well. For example, the vote button is displayed in "Port" and is not centered on "Vote". Image: link PHP Code: <div class="container"> <!-- Errors --> <?php echo $error;...
asked by 09.04.2017 / 22:07
1
answer

Is it possible to do a popover always centered on the page, something like a modal but on hover?

How do I adapt the size of the bootstrap popover to the size of the content? Within that link there is a popover adapted to the 100% width, my question is, if it is possible that the same popover is always shown at the center of the screen...
asked by 01.02.2018 / 16:14