Questions tagged as 'twitter-bootstrap'

1
answer

Problems with modal / boostrap

Hello, I have a problem with my site, I would like it when I click the modal button, it closes and opens the modal again (the following code is a summary code of what I need), in this code, when I I open the page the modal opens automatically, a...
asked by 08.11.2018 / 20:58
1
answer

My carousel does not exchange Bootstrap images

Just do not trade carousel images! <div id="carouselSite" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselSite" data-slide-to="0" class="active">...
asked by 02.06.2018 / 23:47
1
answer

Carousel Customization

Hello everyone, I'm a beginner in Bootstrap, and I'm developing a carousel in the boostrap, but instead of just showing one image I would like it to show 3, as in the image below. How could I be doing this? Code<divclass="container">...
asked by 20.09.2018 / 21:43
1
answer

Uploading 2 files via ashx

I have the screen below: Ineedtheusertoselectasongandacover,butI'mnotfindingawaytosendthetwofilesatonceandstillvalidateifMusicandCoverhavebeenselected.UntilthenIfollowedtheexamplebelow,butJSonlytakesthecontentofthe(upFoto)input,howeverIcreate...
asked by 24.11.2015 / 00:46
1
answer

How to reduce the space between the images of the carousel bootstrap 4?

Good evening guys, I'd like to know how I can reduce this white space between carousel images. Can someone help me please? Mycode: <!DOCTYPE html> <html lang="en"> <head> <!-- Required meta tags --> <...
asked by 05.10.2017 / 01:21
1
answer

Random words

How do I sort coordinates of word positions over an image using Bootstrap's slider carousel ? You could put adjectives in the picture and they come randomly in different positions on the screen, maybe with different effects too: fade. Mor...
asked by 12.11.2015 / 02:10
1
answer

Modal window by clicking the info box link opened by a Google Maps marker

I'm using Bootstrap and in my index page, I have some modal windows working, which open when I click on a href . I also have a div for the map that reads a JSON file, where, there is the information to add the markers in it, they are:...
asked by 20.10.2015 / 23:27
3
answers

Navbar collapse does not work!

Here is the code for review: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Co...
asked by 13.08.2015 / 00:20
3
answers

How to update the table (bootstrap-table) via JS after registration?

Once you register (within a modal), the table must be updated automatically. But I can not. NOTE: Languages I'm using are PHP and JS. In jsfiddle, there is a small demonstration, in the JS tab is the (else) code that I am trying to do to upda...
asked by 12.02.2016 / 18:07
3
answers

Do the Bootstrap dropdown close when clicking another dropdown in the same menu?

The menu must remain open while I click anywhere on the document or screen, but when I click on the dropdown of a second menu, it should close the previous menu, and also need to open and close by clicking the dropdown. My bootstrap code:...
asked by 14.04.2016 / 14:30