- Posts: 5
- Thank you received: 0
Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0.
The Kunena team is also pleased to announce the twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Solved SOLVED: #ktab CSS issue.
I'm using Blue Eagle with no modifications. It is picking up formatting from my template.css which puts a bullet in front of a <li>. I'm using it elsewhere on my site, and want to keep it. If I use Firebug, and change the html ouput from <li> to <ul>, the bullets go away.
I need to find where the hook is so the tabs wil use the <ul> automatically rather than the <li> formatting. I went through the kunena.forum-min.css file and changed every li to ul that was attached to the #ktab to see if it would change, but no luck.
Can someone point me in the right direction. Small screenshot is attached to show what I am talking about. TIA.
Stan
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
you cannot change li -> ul, it is wrong.
Try instead to add this few lines at the end of your Joomla Template css file (template.css)
Please Log in or Create an account to join the conversation.
(add this to your main template)
I tested the above post with firebug with the quotes which ended up with a weird result.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.