- Posts: 44
- Thank you received: 1
- Forum
- Community self help
- General questions and how-tos
- General Questions Archive
- [SOLVED] About Social sharing button tags
Kunena 5.2.8 released and Blue eagle 1.6.7 released (02 Jan 2022)
The Kunena team has announce the arrival of Kunena 5.2.8 [K 5.2.8] which is now available for download as a native Joomla extension for J! 3.10/3.9.x. This version addresses most of the issues that were discovered in K 5.2 and issues discovered during the development stages of previous version of K5.2.
If you are using blue template you need to update to 1.6.7 version to ensure to have a compatible version with K5.2.8.
Important note: (07 Jan 2022) If you have created a Kunena custom.css, create a backup of it. Due to an error, this file will be deleted during an upgrade.
Solved [SOLVED] About Social sharing button tags
- webmasterinaffitto
-
Topic Author
- Offline
- Junior Member
I'm using Crypsys template on kunena forum 5.0.14 and I've turn on the social sharing button.
The question is: I don't want all those button, but just some of them. I've noticed I can choose personal tags, but not understand how it works... What I've to write to see only facebook, twitter, instagram and g+ button?
Thank you
Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
Try to use css to disable all buttons you don't want to show. That is the simple solution with this case.
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful

Please Log in or Create an account to join the conversation.
- webmasterinaffitto
-
Topic Author
- Offline
- Junior Member
- Posts: 44
- Thank you received: 1
I've thought about this, using the .less file but:
1) On every upgrade I need to modify it again
2) Deleting the less instruction from the file I eliminate the buttons or only the graphic appearence of them?
3) If there is a function into Crypsis template configuration, why there is no way to understand how it works?

Please Log in or Create an account to join the conversation.
- 9themestore
-
- Offline
- Premium Member
- Please provide your site url if it has been lived.
- Please share tip if it worked fine with you.
- Don't be shy about using the "Thanks" button below if you found my comment helpful

Please Log in or Create an account to join the conversation.
- webmasterinaffitto
-
Topic Author
- Offline
- Junior Member
- Posts: 44
- Thank you received: 1
9themestore wrote: If you don't want to modify again after upgrade template, you should add the CSS rules to disable social buttons in the style file of joomla template default. ...
Good, can you tell me the code to add to override?
Please Log in or Create an account to join the conversation.
sharing = caring
Please Log in or Create an account to join the conversation.
Examples:
.jssocials-share.jssocials-share-stumbleupon {
display: none;
}
.jssocials-share.jssocials-share-googleplus {
display: none;
}
Please Log in or Create an account to join the conversation.
Examples:
.jssocials-share.jssocials-share-stumbleupon {
display: none;
}
.jssocials-share.jssocials-share-googleplus {
display: none;
}
Please Log in or Create an account to join the conversation.
- webmasterinaffitto
-
Topic Author
- Offline
- Junior Member
- Posts: 44
- Thank you received: 1

Please Log in or Create an account to join the conversation.
Forum Access
- Not Allowed: to create new topic.
- Not Allowed: to reply.
- Not Allowed: to edit your message.
- Forum
- Community self help
- General questions and how-tos
- General Questions Archive
- [SOLVED] About Social sharing button tags