Questions tagged as 'bootstrap'

1
answer

error 405 POST ajax laravel MethodNotAllowedHttpException

I have a form in which I try to add a category by means of ajax and whenever I try to create a category I get POST 405 error, and it never reaches Controller category and obviously does not enter anything in the database I use windows 7 and X...
asked by 21.11.2016 / 18:11
3
answers

align bootstrap form

How can I focus my bootstrap form, since everything is on the right, maybe I'm misplacing the size of the cells, this is my code <form class="form-horizontal" style="margin:0 auto"> <div class="form-group"> <label...
asked by 28.06.2016 / 19:34
2
answers

How can I leave a bootstrap datepicker functional but readonly

I have an input defined as follows: <input type="text" name="fecha" id="datepicker" pattern="[_0-9]{2}/[_0-9]{2}/[_0-9]{4}" class="form-control" required> With the following script on the same page <script> $('#datepicker').da...
asked by 29.06.2016 / 15:05
1
answer

Input type range does not show range

I am creating a form whose content consists of having some input of type range. However, the corresponding ranges are not shown and besides that, I would like to know how I can have two sliders instead of one, similar to this one, for example:...
asked by 15.02.2016 / 09:23
1
answer

Place icons on a menu with bootstrap4

I have a little problem, I'm trying to make a footer where I have some icons above and below I have a navbar, something like this: And I did this: <div class="footer"> <div class="container"> <div class="r...
asked by 18.03.2018 / 05:28
2
answers

How to apply in CSS3 edges rounded with gradient

Hi, I'm wanting to apply rounded borders with gradients to a box but I can not do it, although the gradient applies the edges, I would like them to be like the example I attached .box { border: 2px solid green; border-image-so...
asked by 05.12.2017 / 16:09
1
answer

Problem with Affix plugin from Bootstrap

Well, the plugin does not work for me. The truth is that I do not know what to try, because in all the tutorials I've seen they put everything the same and it works for them but not me. I've even copied the code from those tutorials to a new pro...
asked by 26.09.2016 / 22:03
1
answer

How to get cloud style under a Bootstrap Navbar

How could I get the following style in my navbar in bootstrap 3, referring to the cloud style? The design I want to obtain is the following: I have tried with IMG as an edge but I can not do it. .navbar-principal .img-logo {...
asked by 10.08.2017 / 20:28
2
answers

Responsive menu button does not show desired icon. Bootstrap

I'm adding a dynamic menu so when this is on a small device I see a button that displays the options. The problem is that I do not see the icon I chose in the bootstrap components glyphicon glyphicon-menu-hamburger only a small box appears. By...
asked by 10.10.2016 / 20:38
2
answers

Customize the arrival of mail with CSS through PHPMailer

Hello, how I have a question: I am sending a table of 5 columns and 4 rows. It is very simple. I'm doing it within phpmailer and I enclose it with double quotes and the content in quotes simpres. What I see is that when I send the e...
asked by 27.09.2016 / 15:46