Questions tagged as 'bootstrap'

1
answer

Use input-lg and input-xs together

I'm using bootstrap. I have an input with the class: "input-lg". The problem is that in phones I want this input to be smaller. I can solve this by checking the resolution from javascript and removing this class on phones; I could also use half...
asked by 06.01.2018 / 20:11
0
answers

how to use data-remote from Bootstrap validator with Laravel?

I understand that the answer is status code 200 or 4xx but I can not get the request to travel. <div class="form-group col-md-6"> {!! Form::label('correo', 'Correo electrónico')!!} {!! Form::email('correo',null,['class...
asked by 07.01.2018 / 20:08
3
answers

How do I remove the styles of a bootstrap tooltip? [closed]

For example, the left that comes out by default, try modifying the file bootstrap.css and bootstrap.min.css and I did not get a response.     
asked by 29.12.2017 / 03:48
1
answer

problem when placing the fixed top in a lateral menu using bootstrap4

I have this administrative panel and I want to place a fixed side menu so that when I do scroll it stays fixed, the class fixed-top in Botstrap allows me to do it but it does not work well in side menus body { bac...
asked by 31.12.2017 / 01:59
0
answers

Site jump error created with boostrap

How about. I'm new to programming and after taking a course on site creation in boostrap I had a problem and I do not know how to solve it. The problem is that I have a section within the index that loads some icons and paragraphs when you reach...
asked by 27.12.2017 / 18:06
1
answer

Problems with the css of a href in menu Bootstrap

$(document).ready(function(){ $(".dropdown").click( function() { $('.dropdown-menu', this).not('.in .dropdown-menu').stop(true,true).slideToggle("600"); $(this).toggle...
asked by 20.12.2017 / 00:45
0
answers

datepicker Boostrap

I am starting to use the Datepicker of Bootstrap because I need to capture 2 dates to make a query of hours worked, my problem is that I generate this error:    jquery-3.2.1.min.js: 2 Uncaught TypeError: $ (...). datetimepicker...
asked by 18.12.2017 / 14:35
3
answers

Problems with hover image transform: skewX CSS

I am wanting to add a title for each image when I do the hover and I would like to place it as the example of the attached image, the problem that I was testing and it does not allow me to position it over the image and that is in the top limit,...
asked by 18.12.2017 / 15:42
1
answer

Problems with hover in a bootstrap carousel

Hi, I'm having a problem with the text that I apply to the image of a bootstrap carousel, the problem is when it does the hover, where the content stays fixed. But it should do the same effect as the text below. The content not adaptable to the...
asked by 12.12.2017 / 14:18
0
answers

bootstrap selector with variable ajax

I'm new to web programming, I'm doing some practice and I'm stuck. Apart from never having used this type of languages I work with the inherited code of another person with whom I have no possibility to contact. Based on the structuring of all t...
asked by 11.12.2017 / 11:06