Questions tagged as 'twitter-bootstrap'

0
answers

How to insert SVG dynamically?

I have several SVG's and I need to insert them dynamically in HTML5 and with responsiveness ... How do I do this feat? Remembering that I will have to manipulate each id of the image svg. NOTE: SVG WILL BE ITERATIVE (OVERALL GENERAL, IT WILL...
asked by 22.06.2018 / 04:31
0
answers

How to leave the Header and Footer responsive with Boostrap 4.1.1?

Header issue: I can not leave the last button on the right side of the page, like a navbar toogle. Selects texts "disappear" by decreasing resolutions. Problem in Footer: The items in the footer stand on top of each other a...
asked by 10.06.2018 / 18:59
1
answer

Place the image on the right side of the screen

How can I put the image in the right corner? See: Thecode:HTML<sectionclass="apresentacao"> <div class="container"> <div class="row"> <div class="col-md-8 col-sm-9">...
asked by 10.06.2018 / 14:15
2
answers

Confirm Aspect Ratio of an image to trigger function

I have an image upload system in Php and when the images are posted, they create thumbnails. Today, these thumbnails when clicked call a jquery function to display it in a modal. I need to confirm if this image has the ratio of 2 to 1 (for ex...
asked by 02.06.2018 / 01:43
0
answers

Phpmailer with postfix

Personally I recently set up a server with a postfix to send mail, as the mail server is from my company I did not need to configure an account I just used the address of the server and I'm just sending, which to my need, is great! However, I am...
asked by 30.05.2018 / 03:33
1
answer

Password verification with Java script [duplicate]

I have a password change code on my page. How do I do with javascript to compare if the new password entered in the two fields are equal? Here is my current code: <!-- Modal 4 --> <div class="modal fade" id="password" role=...
asked by 29.05.2018 / 00:33
0
answers

Part of the grid is hidden in chrome

problems with chrome. At first I'm working only on localhost and Bootstrap version 3, how can I improve CSS? In Firefox it shows the complete site, but in chrome it hides (the grid I called advertising), it is an image and the plugin of a fac...
asked by 27.05.2018 / 21:38
2
answers

How to call a modal page in a navbar in the bootstrap?

I'm developing a site which I need to call a modal in the submenu of a bootstrap navbar, however, the file in php with the page I'd like to call is in a different folder than the navbar file. I searched a lot of sites and found a way that did no...
asked by 25.05.2018 / 23:46
1
answer

Enable time in datapicker

I am using the boostrap-material-datetimepicker.js which as a result follows below: The only problem is that when I change the line below: minDate: moment().endOf('day') It also disables the schedule according to figure 2, however wh...
asked by 03.06.2018 / 03:33
0
answers

Paint the value slider after passing with the handle

Hello, I used the w3schools slider in my code, but I need to paint where it goes to look like the following photo: Mycodeisnow:HTML:.slidecontainerinput.slider#myRangetype="range" min="1" max="100" value="50" CSS: .slidecontainer...
asked by 21.05.2018 / 19:14