Questions tagged as 'bootstrap'

2
answers

Edit text from the front end

I have these panels in Bootstrap, with text written directly from html, that is, without bringing it from the database .. The question is, is there any way to edit what you have written directly from the front end, ie without having to...
asked by 05.12.2018 / 00:28
1
answer

Failed to parse SourceMap: when loading CSS file in Chrome

In the header of my page I have some files linked css of which they load perfectly their styles, but when opening the window " Developer Tools " of Google Chrome shows me an error at the bottom " Console ": Failed to parse SourceMap: link...
asked by 20.04.2016 / 15:16
1
answer

I need to make a responsive slider with thumbnail but that the proportion of the dimensions of the images is respected [closed]

I've been looking for a carousel slider with responsive thumbnail, without the images being deformed by the different sizes that I may have. I have seen several responsive bootstrap slider, but when placing images of widths and lengths different...
asked by 02.03.2016 / 00:14
2
answers

Modal window with Response.Write

I want to show a modal window that is the answer to an UPDATE to the BD of successful operation, I am defining the modal window in Response.Write but it does not show me the window, I already load the jquery libraries, bootstrap but still...
asked by 08.03.2016 / 00:09
1
answer

Problems to open boostrap modal window in Frames page

I am developing a page in jsp and mysql, which consists of 3 frames one for the upper bar, one for the central bar and one for a ore on the left. In the upper bar there is a link, to disconnect from the application, which opens a modal with a fo...
asked by 13.11.2018 / 23:33
1
answer

How to make container occupy 100% of the height of the screen?

The fact is that I have this code ... <body> <div class="container"> ... </div> </body> ... Inside the container I have a login form that occupies more or less half the height of the screen and I with...
asked by 04.11.2018 / 04:24
1
answer

Modal window can not be closed because it has opacity on top

I need help with a modal window that does not close. By clicking on the button the modal with opacity appears. Here the code of the button: <!--Single Service--> <div class="co-single-service-3"> <span class="icon"><...
asked by 03.11.2018 / 17:53
1
answer

How to center a row in the middle of the screen in Bootstrap 4?

I have a row with a column of tanna 12. I center the text horizontally inside this column but now I want it to be centered vertically in the middle of the screen. How could I do it? I tried flexbox to see if I could center the row but it did not...
asked by 17.09.2018 / 05:55
1
answer

Reduce Button spaces in Table

Friends an Inquiry like I can make the table have less space, add a button to the table and enlarge the row I would like to have it less wide This is the Button Code: <td> <div class="dropdown-inverse btn-sm dropdown o...
asked by 21.11.2018 / 17:34
1
answer

modal opens many times

When I open my modal it opens an alert indicating that it was opened, but if I close it and open it again, the message is displayed twice and if I repeat the process it is shown n times this is the javascript that opens my modal functio...
asked by 26.09.2018 / 23:32