badges from module user badges are not shown because bootstrap.css.min is adding a class named .badge with is also used by user badges module.

dirty solution: add

.badge{
display:block !important;
border-radius:0px !important;
background:transparent;
}

to the css.

Comments

Anonymous’s picture

It is best to have the module maintainer fix this in User Badges instead of every Bootstrap based Drupal theme overwriting a rule that is usually provided via a content network delivery solution.

I have marked it as fixed. If you feel like this did not meet up to your wishes, please remark the ticket for further discussion.

Anonymous’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.