Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

Question How to remove buttons from social networks?

More
6 years 3 months ago #1 by ortiz
How to remove buttons from social networks?

Attachments:

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

More
6 years 3 months ago #2 by rich
If you want disable all buttons, then go to "Backend -> Kunena -> Templates -> Crypsis? -> Features".
If you want disable only single buttons, you can hide it via css.

Add the following codes such as (example google+ and facebook) in your custom.less

Code:
.jssocials-share.jssocials-share-googleplus, .jssocials-share.jssocials-share-facebook { display: none; }

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

More
5 years 6 months ago #3 by Gergoo

rich wrote: If you want disable only single buttons, you can hide it via css.

Add the following codes such as (example google+ and facebook) in your custom.less

Code:
.jssocials-share.jssocials-share-googleplus, .jssocials-share.jssocials-share-facebook { display: none; }


Worked like a charm but i've updated to Kunena 5.1.3 and buttons came back. Any help appreciated.

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

More
5 years 6 months ago #4 by rich
Yes, there is a mistake in the crypsis.less
Go in backend to Kunena -> Templates and mark Crypsis. Then edit the crypsis.less. Add following line (red marked) and save the change.

#kunena.layout {
@import 'variables.less';
@import 'quirks.less';
@import 'general.less';
@import 'editor.less';
@import 'icons.less';
@import 'user.less';
@import 'profile.less';
@import 'categories.less';
@import 'mediaqueries.less';
@import 'twitter.less';
@import 'custom.less';
/* @import 'debug'; */
}

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

Time to create page: 0.435 seconds