Questions tagged as 'twitter-bootstrap'

4
answers

How to make a table responsive using (Twitter) Bootstrap?

I'm working on a web application using Ruby On Rails 4 and much of the interface consists of tables. I would like you to suggest a way to detect the size of the screen in use and, based on this, hide certain columns from each table.     
asked by 11.12.2013 / 17:16
4
answers

How does grid system work?

I'm using Bootstrap in a project, but so far I do not understand how the structure works. It uses grids but the documentation is not clear about how it works and how to use it. I want to put together a layout that is responsive but at the...
asked by 11.03.2014 / 17:38
6
answers

Open Multiple Bootstrap Modes

According to the bootstrap documentation: Modal    Multiple modals are not supported and require additional code. I'm trying to open several modals inside others, these modals are called external files with data-remote and I'm ha...
asked by 17.08.2015 / 13:13
1
answer

How to create a dynamic progress bar considering all the fields of a form?

I'm trying to create a progress bar a little different from the ones I found out there. This , for example, gets the values of the fields and plays in aria-valuenow of the progress bar. In my case, I want to get the fields that...
asked by 17.12.2015 / 05:00
3
answers

What is the difference between col-lg- *, col-md- * and col-sm- * in Bootstrap?

It's been a while since I used Bootstrap I worked with almost all versions. Usually to structure my applications I use Bootstrap's grid system, row to create rows and col- for columns. I would like to know: The...
asked by 05.02.2017 / 12:33
1
answer

How can I not close the twitter-bootstrap modal by clicking outside the area?

I do not know if it has, but I need to block the closure of the twitter-bootstrap modal when the user clicks outside the element area, only allowing to close it by clicking the close buttons.     
asked by 05.03.2014 / 18:12
2
answers

What are the data-target and data-toggle attributes useful for?

I need to know, what are these two date-target and date-toggle attributes if similar in HTML?     
asked by 09.08.2017 / 02:37
3
answers

Modal form validation using Bootstrap

I have the following question. I have a simple registry and I want to register a new registry and tell me: If the field is empty it shows me the message "Fill in the fields"; If the form field already exists in the database it shows "Dupl...
asked by 21.09.2015 / 20:11
2
answers

Placing a background image and making it responsive

I'm having a problem putting a background image on my page. I did some testing and it stays that way when I change the size of the window: WhenIgetmaximized,it'sright: HowcanIadjustthisimagetogetthescreencorrectly?CSS:.login-page{background-...
asked by 17.09.2015 / 13:41
4
answers

Why do my webfonts only work with Chrome?

I'm creating a website through a child theme of Shoestrap, based on Bootstrap. When I use webfonts they just work in Chrome. What am I doing wrong? My CSS is this @font-face { font-family: 'open_sansitalic'; src: url('assets/font...
asked by 06.03.2014 / 19:52