- Posts: 16
- Thank you received: 2
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] 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
Question K1.6 RC3 - List bullet missing (also k.com)
- mtupstairs
-
- Offline
- Junior Member
-
Thanks again to EVERYONE for the help.
Rob
Damn it Jim! I'm a pool player, not a programmer.
Please Log in or Create an account to join the conversation.
sozzled wrote: This issue remains in K 1.6.1.
Here's a workaround for you, if you want:
Add the following lines to the Kunena template CSS
#Kunena ul li {
list-style:disc outside none;
margin-left: 8pt;
}
#Kunena ul li li {
list-style:circle;
}
#Kunena ul li li li {
list-style: square;
}
It's not perfect but it should get you over the hurdle.
I had to apply this even after I installed 1.6.3

I used :
Please Log in or Create an account to join the conversation.
severdia wrote: Yes, this list is inheriting from the template style. When you add a nested list, there's no style set for that so that's why you see the bullets for those. We should probably force bullets on lists in posts in case the template CSS is trying to be "smart".
Now fixed in SVN.
FYI the template I use is JA Purity, a very very commonly used template. I'm amazed that this hasn't been fixed in last versions but... nobody can handle everything :woohoo:
Please Log in or Create an account to join the conversation.
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.
But it is a pity that such a hack is necessary in a stabilized version.
Please Log in or Create an account to join the conversation.
It should work without that.
There's a delicate balance between handling all the "creative" ways the template companies put together their CSS and giving Kunena users the ability to easily customize stuff. If we "force" certain fixes in some templates, they almost always break others or break users' templates. Damned if you do...
Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com
Please Log in or Create an account to join the conversation.