Replies: 8 comments
|
@vmasanas which bootstrap version are you using on the site? And are you using the new community-bootstrap theme in forums? Beyond that, I defer to @Timo-Breumelhof for any css/ style issues:) |
|
I'm using the community-bootstrap forums theme and I just installed this DNN boostrap skin https://github.com/2sic/dnn-theme-bootstrap4-instant |
Ok thanks. |
|
BTW it doesn't look like the fontawesome icons are rendering in your screenshots ? Do you see anything in the browser console for that? |
@Timo-Breumelhof do you remember this #599 |
|
The reason you see this is is tow fold. A. The module does not allow us to set the css classes of those buttons. It just renders DNN buttons as that is the DNN standard. FYI, this will be the case with many other modules as well. B. The Bootstrap Theme does not overrule the DNN buttons with the Bootstrap Button Style. For anyone wanting to add this to their Theme, see: https://github.com/DNNCommunity/DNNCommunityTheme/blob/develop/_src/theme/scss/parts/_buttons.scss For community Forums 9 we are going to target "everything is a template" am IMO we should also do this for the buttons. Something like [ADDREPLY:class="btn btn-primary"] Or something better ;-) |


Uh oh!
There was an error while loading. Please reload this page.
Some buttons are not correctly styled when using a bootstrap theme.
Notice a button with btn-primary class at top left (added on a different module), and the blue buttons the forum module uses.
I guess those are dnnPrimaryButton, but not sure if you should use the standard bootstrap classes here instead.
All reactions