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:) |
Beta Was this translation helpful? Give feedback.
-
I'm using the community-bootstrap forums theme and I just installed this DNN boostrap skin https://github.com/2sic/dnn-theme-bootstrap4-instant |
Beta Was this translation helpful? Give feedback.
-
Ok thanks. |
Beta Was this translation helpful? Give feedback.
-
BTW it doesn't look like the fontawesome icons are rendering in your screenshots ? Do you see anything in the browser console for that? |
Beta Was this translation helpful? Give feedback.
-
Does this help? |
Beta Was this translation helpful? Give feedback.
-
@Timo-Breumelhof do you remember this #599 |
Beta Was this translation helpful? Give feedback.
-
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 ;-) |
Beta Was this translation helpful? Give feedback.
-
@vmasanas again thank you for logging his. |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions