Questions tagged as 'bootstrap'

2
answers

Problem with panel and Bootstrap form

By placing tabs in panel-title , the form I have in panel-primary reaches the limit where the tabs start. The problem is this class: <div class="pull-right"> . If I remove it, my form takes all the space of the pan...
asked by 24.07.2016 / 03:58
2
answers

Problems with modal window and nav-tabs in Bootstrap

I am updating a website with html5, Bootstrap, Php ... etc ... since it is a dynamic web related to real estate, after a click on a botton, I generate the opening of a MODAL window which is composed of a header, body and footer; Inside the body...
asked by 25.05.2017 / 00:05
1
answer

Problem with fontawesome icon - Fontawesome, Bootstrap

I have a problem with fontawesome , for those who do not know, fontawesome is a library that allows you to use icons focused on web usability. I also use bootstrap and I do not know why, but when I put the icon of an arrow with size...
asked by 25.05.2017 / 12:24
1
answer

Activate / deactivate checkbox bootstrap-toogle

I have several detail lines on the screen, each one with two checkboxes (one of them bootstrap-toogle) and I would like it when the first checkbox is activated, the second is enabled and it is set to on, and when the first checkbox is deactivate...
asked by 28.09.2016 / 12:59
2
answers

center two buttons on bootstrap

I'm new and although I've been reading reviews of other threads, I do not exactly give what I'm looking for. I need to place two buttons in the middle of a div that occupies the whole screen, I'm doing it with bootstrap and I do not have much id...
asked by 31.10.2016 / 18:14
2
answers

Put an image as an element icon

How can I get an image to be set as a background in an element of my navbar ? I've tried it this way. <nav class="navbar navbar-default navbar-inverse " > <div id="navigation"> <ul class="nav nav-pills"> <...
asked by 25.04.2016 / 06:38
1
answer

Error with the language using Bootstrap DatePicker

I have a form and I am using DatePicker with Bootstrap to select dates. I do not know why the calendar does not appear in Spanish. This is my code, the calendar appears in English, but I want it in Spanish: <head> <link rel="stylesh...
asked by 23.02.2016 / 02:15
1
answer

Modal deactivated inside an iframe

I am working with an iframe and inside this I am opening a modal, but it happens that when you open it, the modal is completely blocked, it has the effect of becoming gray just like a modal does, but all the content inside the modal is gray. ifr...
asked by 09.06.2016 / 15:56
2
answers

How to obtain efficient data records in a dataTable in MVC asp.net

I have the following dataTable that I show from the database. In the View: $(document).ready(function () { $('#example').DataTable({ "lengthMenu": [[2, 5, 10, 25], [2, 5, 10, 25]], "language": { "sProces...
asked by 15.04.2016 / 06:39
0
answers

problem in achieving an effect with javascript html and css

I have a problem in achieving the effect of this page: link The typewriter effect I already got with someone's help, but the problem that came up now is that I can not think of how to do the white shading effect that appears every time befo...
asked by 27.12.2018 / 03:36