Kunena 6.2.6 released

The Kunena team has announce the arrival of Kunena 6.2.6 [K 6.2.6] which is now available for download as a native Joomla extension for J! 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 Crypsis format issue with long titles

More
7 years 4 months ago - 7 years 4 months ago #1 by cherryboy
On a mobile device the post detail is overlapping the heading and is partly in the grey box of the heading

See the attached for a simulation using Chrome developer tools.

Any idea of the css override needed to fix this

Attachments:
Last edit: 7 years 4 months ago by cherryboy.

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

More
7 years 4 months ago #2 by cherryboy
This also happens with long titles in non mobile mode. It appears to be caused by the message text appearing at a fixed position in the box rather than following on from the title

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

More
7 years 4 months ago #3 by 810
I'm looking for a fix, for this issue

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

More
7 years 1 month ago #4 by cherryboy
Any indication when a fix will be released please

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

More
7 years 3 weeks ago - 7 years 3 weeks ago #5 by Smoker_Creep
Maybe it helps for the moment up to a fix:

I edited: /components/com_kunena/template/crypsis/layout/message/item/default.php
comment out line 48: "<div class="badger-left badger-info ... "
create a new div under:
<div class="mybadger" >
<h3><?php echo KunenaForumMessage::getInstance()->getsubstr($this->escape($message->subject), 0,$subjectlengthmessage); ?></h3>


style the div and h3 like:
.mybadger {
padding-top:0px;
position:relative;
border: 1px solid #ccc;
margin: 15px 0;
padding: 0px 19px 0 14px;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}


.mybadger h3 {
width:100%;
background-color:#666;
color:#FFF;
margin:0px;
font-size:1.1em;
padding:5px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
Last edit: 7 years 3 weeks ago by Smoker_Creep.

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

More
7 years 3 weeks ago #6 by WolfgangOWL
There is already a fix available: See here

This will be included in the next Kunena version.

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

More
6 years 11 months ago #7 by Silencer2010
There is still a problem with overlapping text in mobile view .. ?





Attachments:

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

More
6 years 9 months ago #8 by Silencer2010
No new infos?
Still no kunena template is working correct... crypsis and crypsisb3 ... Both making problems..

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

Time to create page: 0.391 seconds