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 Text on Subject field not showing properly

More
6 years 4 months ago #1 by Wild Duck
Hello

Probably someone posted this issue before but I did some search with no results.

Every time we do a new topic or a reply to topic the text on the Subject field is not showing properly.
Attached an image with the problem.

Can someone point me to solve this issue?
Thanks!

This message contains confidential information

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

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

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

Kunena menu details:

Warning: Spoiler!

Joomla default template details : forte | author: Shape5.com | version: 1.0 | creationdate: September 2015

Kunena default template details : Crypsis | author: Kunena Team | version: 5.0.11 | creationdate: 2017-09-02

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 5.0.11 | 2017-09-02 [ Kinkajou ]
| Kunena detailed configuration:

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

Third-party components: UddeIM 3.9

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 5.0.3

Attachments:

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

More
6 years 4 months ago #2 by rich
Try this code in your custom.less , then empty the cache.

Code:
.layout#kunena input#subject { font-size: 15px; }

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

More
6 years 4 months ago #3 by Wild Duck
Tried it but no success...
I suspect its not related to the font size (Seems like the letters size is ok) but something related to the field hiding a part up and down.
I have the exact same problem with two different Joomla sites and templates...

If you need I can give you access..

Thanks!!

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

More
6 years 4 months ago #4 by rich

If you need I can give you access..

Please give me a account, normal registered user is enough. You can paste here the details, use [confidential*] [/confidential] tags (padlock symbol).

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

More
6 years 4 months ago #5 by Wild Duck
Here we go!
This message contains confidential information

Just try to reply to some topic and you will see the issue.
Thanks!

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

More
6 years 4 months ago #6 by rich
Maybe t needs a "!important" at the end of the code. Then empty the cache. For me it shows correct with this code.

Code:
.layout#kunena input#subject { font-size: 15px !important; }

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

More
6 years 4 months ago #7 by Wild Duck
Curious... now with Chrome I can see it properly, but with Firefox its still wrong... can you confirm that?
thanks

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

More
6 years 4 months ago - 6 years 4 months ago #8 by rich
Yes, you're right. I had only tested with Chromium. It is a padding problem. So I think, you don't need the changed font size, unless you want the size 15px maintained. Change the code to:

Code:
.layout#kunena input#subject { padding: 0 5px; }
Last edit: 6 years 4 months ago by rich.

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

Time to create page: 0.652 seconds