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

Solved Enlarge icons under button 'More'

More
3 years 10 months ago #1 by HanKortekaas
I have looked in the documentation but can not find how to enlarge all icons under the 'More' button. I do not find the names of the icons under the LESS catagory. Mainly the e-mail envelope looks like a black box.


Han

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

More
3 years 10 months ago #2 by rich
The gender symbol is a image and the other symbols are fonts. Try this code in your custom.less docs.kunena.org/en/manual/backend/templates/edit-less

Code:
.profile-expand.center i { font-size: large; } .kicon-profile-gender-female, .kicon-profile-gender-male { margin-bottom: 5px; }
Afterwards empty all caches (Joomla and Browser).

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

More
3 years 10 months ago #3 by HanKortekaas
Rich,
that doesn't work.

Han

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

More
3 years 10 months ago #4 by rich
If you use the Joomla default template Protostar and Crypsis with bootstrap 2 symbols it should work.

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

More
3 years 10 months ago #5 by HanKortekaas
It does not

This message contains confidential information

Database collation check: ✔ The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 128M | Max file upload: 32M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : protostar | author: Kyle Ledbetter | version: 1.0 | creationdate: 4/30/2012

Kunena default template details : Crypsis | author: Kunena Team | version: 5.1.16 | creationdate: 2020-03-17

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.1.16 | 2020-03-17 [ Pallene ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: None


Han

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

More
3 years 10 months ago #6 by rich
Such small symbols are often persistent in the cache. Refresh your page a few times with Ctrl + F5
You can also try with "!important" at the end of this code.

Code:
.profile-expand.center i { font-size: large !important; } .kicon-profile-gender-female, .kicon-profile-gender-male { margin-bottom: 5px !important; }

If that doesn't help, I'd have to see it.

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

More
3 years 10 months ago #7 by HanKortekaas
This is the result, none improvement


Han

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

More
3 years 10 months ago #8 by 9themestore
@HanKortekaas,

Add below CSS rules to bottom of template.css file
Code:
#kunena.layout .profile-expand .content ul li { display: inline-block; }
Save and reload your forum.

- 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.

More
3 years 10 months ago #9 by HanKortekaas
@9themestore

thanks; I have added your suggestion at the bottom of the template.css protostar whch has the effect that de icons are now listed horizontally, which I like better than vertically, but are still not enlarged. The envelope is black and one hardly can imagine that this contains an email adrress


Han

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

More
3 years 10 months ago #10 by 9themestore
@HanKortekaas,
Please post your site url here. I'll help you check the envelope icon issue.

- 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.

Time to create page: 0.427 seconds