Questions tagged as 'twitter-bootstrap'

1
answer

Repeat carousel Bootstrap

I have this code from a carousel $('#carousel-example-generic').on('slide.bs.carousel', function() { var interval = $('div.item.active').attr('duration'); setTimeout(function() { $('.carousel').carousel('next'); }, interval);...
asked by 27.04.2018 / 19:32
2
answers

Validate checkbox fields with Bootstrap validator

I'm trying to use the Bootstrap validator in the checkbox fields, but I'm not sure how to do it. Is there a function in this library that does this or should I validate in pure JS? Code: <div class="form-check"> <div class="chec...
asked by 04.05.2018 / 13:52
0
answers

Highlight day in "listMonth"

I put listMonth in my fullcalendar and would like it to highlight today's date in the list, same as the monthly view, does anyone know if possible?     
asked by 20.04.2018 / 17:27
1
answer

element overlapping content and footer

Friends, good night. I'm facing a serious problem, I do not know what I'm doing anymore. The problem is as follows: (I am using the AdminLTE template), when I load contents in a particular div with jquery (append) coming from the database, th...
asked by 06.04.2018 / 03:52
1
answer

Limit number of bootstrap mode characters

I need to add a character limitation. I want the main page to display only a percentage of characters, example 100 and when the user accesses that post, show the full story. But my question is that I'm working with bootstrap, how would I do i...
asked by 23.04.2018 / 22:24
1
answer

Ajax filter on wordpress

Hello, I would like to know if anyone has done any functionality similar to this site, link filtering the post using a form and ajax so you do not need to reload the page. I have the following situation, I created a custom post type reselle...
asked by 13.03.2018 / 20:52
0
answers

How to destroy the modal of Boostrap v4?

I have a modal problem with the boostrap, which is as follows:    The modal is opened by clicking a button, once the modal is closed the   console shows that it has opened once. If I click the button again   to open this same modal, the conso...
asked by 31.01.2018 / 16:38
1
answer

Spacing between images

I can not put space between images using this <div> <div class="col-xs-12">espaço entre as imagens</div> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>...
asked by 24.01.2018 / 13:11
0
answers

Problem with a modal button

Well, I have a problem I made a modal button, but it is only opening the first photo, the one of the client 1, the other 3 (client 2 3 4) nothing happens qnd clicks .nav.nav-justified > li > a { position: relative; } .nav.nav-justif...
asked by 19.01.2018 / 03:17
0
answers

Toggle Bootstrap navbar tabs with internal button click

How do I change from one tab from navbar to another by clicking a button inside one of the tabs. Example: I'm in the load capacity tab, in its contents there is a button that when clicked should switch to the block with two stakes tab....
asked by 13.12.2017 / 13:16