Closed (fixed)
Project:
Scholarly Lite
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2014 at 19:22 UTC
Updated:
23 Oct 2015 at 08:24 UTC
Jump to comment: Most recent
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
Comment #1
Anonymous (not verified) commentedIt 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.
Comment #2
Anonymous (not verified) commented