Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0

Question Location of messageButtons class?

More
9 years 8 months ago - 9 years 8 months ago #176537 by jhebbel

810 wrote: glyphs is B3 ;)


See now I'm confused again. I enabled BS3 in the settings and also added some of my own css utilizing glyphs and the icons do not look the same ( inputmapper.com/forum/general-chit-chat/2-its-a-new-forum ) they are currently doubled up for easy side by side comparison.

Specifically speaking to the edit and delete icon as for the other buttons I opted for different icons in my own css.
Last edit: 9 years 8 months ago by jhebbel.

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #176538 by jhebbel
nope i'm lying again. I was using FA not Glyphs... This BS (bootstrap not bullshit) is going to be the end of me.

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #176545 by jhebbel

810 wrote: glyphs is B3 ;)


So when using FontAwesome as my icon font, the category icons are missing the .fa class thus are not getting the correct font applied and are just inheriting from the body.
Code:
<i class="fa-weixin icon-big" alt="New Posts"> </i>

This should also have the class fa to assign the correct font and should read:
Code:
<i class="fa fa-weixin icon-big" alt="New Posts"> </i>

I have countered this by setting my cat icon to "fa fa-weixin" in the settings.

Please Log in or Create an account to join the conversation.

Time to create page: 0.258 seconds