Questions tagged as 'twitter-bootstrap'

1
answer

Customize Bootstrap WYSIWYG

Colleagues. I'm using Bootstrap's WYSIWYG, however I would like to remove some buttons, just leave Normal to Underline . ThecodeIhaveis:<script>$(function(){$(".textarea").wysihtml5(); }); </script>     
asked by 21.04.2017 / 18:40
0
answers

Problems with the custom Wordpress loop

I'm developing a custom theme using bootstrap and I'm not getting any way to create a loop to display my posts as I wanted. I wanted my posts to follow the order: ButtheonlyresultIgot(outsidetheinfiniteloopsrsrs)wasthis Here'showIsetuptheloo...
asked by 10.04.2017 / 19:56
0
answers

JSP does not recognize Twitter Bootstrap

I'm sometime trying to figure out why my JSP page does not recognize the Twitter CSS Bootstrap. The ones I found on the internet have already tried and nothing. The reference is thus for the CSS: <link rel="stylesheet" href="${pageContext.r...
asked by 09.03.2017 / 15:10
1
answer

Show the table header with each new table row

I'm generating a table using php and bootsstrap, with each new row in the table, I want to show the table header again so it does not confuse the information, it follows the table and header code: Header: <table class='table table-stripe...
asked by 27.02.2017 / 20:02
2
answers

Color transition effect in navbar of a bootstrap template in Rails

Hello, I'm using a startbootstrap template, the Agency, I was able to import it into the Rails project, I put the theme in the vendor folder, I imported the scss in the application.scss and I put the requirements in aplication.js, agency.css, sty...
asked by 13.03.2017 / 06:23
0
answers

How can I apply bank information in the modal?

Well, I'm working on my computer-based CBT and its purpose is to control student output. I was able to do registration, delete system, I am already working on the edition, however I would like to implement a button that when clicking, will show...
asked by 26.02.2017 / 16:23
1
answer

Twitter Bootstrap does not load in jsp files

Good afternoon, guys. I'm having a problem, my jsp pages do not load the bootstrap CSS. I would like to know if there is any setting in some xml or elsewhere that needs to be done, or just put the bootstrap folders inside the webapp resources an...
asked by 07.03.2017 / 19:23
1
answer

Class selectpicker Bootstrap, does not recognize option insertion via jquery (.html ())

I'm using Bootstrap framework, and the Selectpicker class to get the city data as state. The script works fine, it returns data, but instead of entering <option> Cidade X </option> it only inserts Cidade X . I know the p...
asked by 22.02.2017 / 23:01
1
answer

How to get the first 5 records of xml?

<?php $xml = simplexml_load_file('http://g1.globo.com/dynamo/economia/rss2.xml') or die("erro carregar arquivo"); foreach ($xml->channel->item as $noticia) { $n...
asked by 22.02.2017 / 20:43
1
answer

Avoid line wrap (collapsing) in col-md bootstrap

I'm doing a grid that will appear some products, up to 3 per line, in mobile 1 per line, the problem is that the height varies and hence in the monitors it 'pushes' one over the other. Solution would be to put a height: 270px fixed, ho...
asked by 17.05.2016 / 19:57