Questions tagged as 'twitter-bootstrap'

2
answers

Windows Phone does not load .font in CSS

I'm doing an HTML5 responsive application using Bootstrap and SmartAdmin, etc. Works on all devices. Including Internet Explorer 8, 9, 10 and 11 but in Windows Phone 8 (with that last update that stays with IE 11) does not run the sources...
asked by 21.05.2014 / 14:44
2
answers

Navbar scrollbar does not appear in another width

I used the code below to change when the menu button for mobile was displayed and worked, but the scroll bar does not appear in this size. What can I do to display the scroll bar? If need be I will put images. @media (max-width: 991px) { ....
asked by 12.01.2017 / 13:21
1
answer

Modal occupy entire screen

I have the following Modal and I want it to occupy the entire screen / or most of the screen: <div class="modal fade" id="treinamentos" tabindex="-1" role="dialog" aria-labelledby="alterarLabel" style="z-index: 1100;" data-backdrop="static"...
asked by 19.01.2016 / 20:15
2
answers

Upload image Php Bootstrap File Input (Undefined offset)

I'm using the PlugIn Bootstrap File Input And it is returning me 'Notice: Undefined offset:' Codes <input id="file-upload" name="files[]" type="file" multiple> Form already has enctype="multipart/form-data"> Post:...
asked by 17.12.2015 / 05:13
2
answers

Navbar does not hide the div title when item is clicked

How do you make sure that the fixed header does not hide the elements? I'm using bootstrap 4 for a navbar. Here, for example, I have a fixed header and some divs with titles. When I click on an item, it redirects (with href) to that session ......
asked by 29.08.2018 / 17:07
1
answer

Progress bar follow input text

Well I'm starting Bootstrap and I have a question about whether or not this is what I'm looking for. I have textarea where it should limit the content to 300 characters it is already working: $(function(){ $(".maxlength").keyup(funct...
asked by 03.06.2015 / 16:29
1
answer

Popover or Tooltip Bootstrap with long text

How to display long text and with breaks in a Twitter Bootstrap Popover or Tooltip? And there's one more problem, the popover just opens on the second click! Does anyone know why? What I did: $('.btn-text-pop').click(function(event) { e...
asked by 02.09.2014 / 16:34
1
answer

Pass an object to a modal Bootstrap

I need to pass a database object to a modal when I open it to show the object information. Is it possible to do this? follows the cshtml of the view in which the modal button is called, it opens correctly but I can not pass the object informa...
asked by 10.12.2015 / 20:10
2
answers

Bootstrap input width using form-inline

I have a% bootstrap%, how do I control the input of input without losing responsiveness? Example w3schools form-inline bootstrap <form class="form-inline" role="form"> <div class="form-group"> <label for="email">Em...
asked by 11.06.2015 / 04:22
1
answer

Bootstrap Menu Problem

I made a customizing menu using Bootstrap, however, I'm having a problem when I decrease the width to
asked by 26.10.2015 / 16:05