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

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Kunena forum links disappear with mouse-over

More
2 years 1 month ago #1 by [email protected]
This is strange. Kunena forum links disappear with mouse-over (all levels). I cleaned cache but that did not help. 

It also removes few of my modules (in my case social login module) as well..

Any ideas? 
 

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

More
2 years 1 month ago #2 by rich
Can you please post a link to a forum post where this is the case? Maybe it's just a CSS conflict on the hover command.

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

More
2 years 1 month ago #3 by [email protected]
That is what i think as well. It might be CSS related.
URL for forum -

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

More
2 years 1 month ago #4 by [email protected]
That is what i think as well. It might be CSS related.
URL for forum - onlyerp.com/index.php/discus

Please advise.

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

More
2 years 1 month ago #5 by rich
You mean the headers? Other links will not hidden, at least I did not find any others.
I don't know your Kunena template and so I don't know if it's possible to create a custom.less. docs.kunena.org/en/manual/backend/templates/edit-less
If you have a custom.less add this code:
Code:
a.hasTooltip { display: inherit !important; }
If not, add this code at the end in your Joomla template.css or Joomla custom.css
Code:
.layout#kunena a.hasTooltip { display: inherit !important; }

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

Time to create page: 0.414 seconds