Questions tagged as 'bootstrap'

1
answer

How can I build a loop with the bootstrap grid in several sizes?

I'm currently working with wordpress and came up with the following question ... My current loop is like this ... (8 Items) COL-MD-6 COL-MD-6 -------------------------- --------------------------...
asked by 29.08.2016 / 20:47
1
answer

Convert icone checkbox to bootstrap icon

Good evening, is it possible to change the illustration of a checkbox and make it look like a button? <script src="https://cdn.jotfor.ms/static/prototype.forms.js"type="text/javascript"></script> <script src="https://cdn.jo...
asked by 20.07.2016 / 23:43
2
answers

Menu dropdown bootstrap

My bootstrap dropdown menu is buggy, if anyone can help ... CSS: link link <div class="navbar navbar-fixed-top navbar-default" role="navigation"> <div class="container"> <div class="navbar-header"...
asked by 02.07.2016 / 11:31
1
answer

Class active in the menu using include in asp

In my asp pages I use an include to call a file that contains my menu: <!--#include file ="cabecalho.asp"--> Menu file: <!DOCTYPE HTML> <html lang="pt-br"> <head> <meta charset="UTF-8"> &l...
asked by 25.07.2016 / 20:59
1
answer

Doubt on Framework

Good Devs! I'm new to the area and I'm facing a question that literally comes out of my sleep ... What is the best (easiness x performance) framework to use today? W3.CSS SCSS SASS Bootstrap I've been reading some things on the internet...
asked by 09.06.2016 / 22:40
1
answer

Bootstrap + sortable with JQuery, problem with helper

I'm using a bootstrap template to do a little tutorial. In it, I've added two sortable connected list areas, available in JQuery. The ul's with the elements of the lists are with overflow-y: scroll attribute, for when the quantity...
asked by 18.05.2016 / 02:44
1
answer

Bootstrap Validator not valid select with php data

Well I have in my form of register a select field that is populated with data coming from the database, however with the use of Bootstrap Validator , it does not validate correctly, now if I take the code PHP it validat...
asked by 26.04.2016 / 15:01
0
answers

Open Modal without changing page position

Expensive; I use Modal Bootstrap within a While to show images captured within my Database When I have several lines, with several images, when opening the last ones for example, the Popup opens without problems, but the page returns to th...
asked by 26.04.2018 / 23:07
0
answers

Corousel does not work correctly

I have this code var t; var start = $('#myCarousel').find('.active').attr('data-interval'); t = setTimeout("$('#myCarousel').carousel({interval: 1000});", start-1000); $('#myCarousel').on('slid.bs.carousel', function () { cl...
asked by 27.04.2018 / 16:27
0
answers

Bootstrap 4 - You must double click to open a dropdown

I'm implementing an application in asp.net using Bootstrap 4. The problem I came across is that when placing a dropdown inside a navbar, it takes two clicks to show it. I am using the example of the official bootstrap documentation....
asked by 25.04.2018 / 02:14