- Posts: 337
- Thank you received: 6
Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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 eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.0.
Question K1.6 RC3 - List bullet missing (also k.com)
the bullet in front of the unordered list is missing (also here in k.com)...
- asfasfasfasfasdf
- asfasfasfasdfsafs
- fsadfasdfasfasfafdas
- asdfasfasfasfdasdfasdf
Please Log in or Create an account to join the conversation.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- mtupstairs
-
- Offline
- Junior Member
-
- Posts: 16
- Thank you received: 2
- Level 1
- Level 2
- Level 3
I posted here hoping that someone still watching this one as I have this issue on my site as well. I started down the path that my template may be causing the issue but noticed the same issue is present here at the mother ship.
Regards,
Rob
Damn it Jim! I'm a pool player, not a programmer.
Please Log in or Create an account to join the conversation.
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.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
- mtupstairs
-
- Offline
- Junior Member
-
- Posts: 16
- Thank you received: 2
At any rate, I tried the fix (in that file so I hope it was right) and found a few things I thought of interest.
I had to increase margin-left to 12 in order to fix the issue on my site. No biggie, just mentioning.
The second and third level bullets do not indent nor do the circle and square appear (as they did in my example above so I assume this board is not yet 1.6.1) It appears 1.6.1 hay have an even bigger issue.
This behavior is the same on my template (Aphotic) and the default template. At least I can now use unordered lists on one level for now.
Just mentioning these issues in case it helps troubleshoot, not complaining. I greatly appreciate the help you provided.
Rob
Damn it Jim! I'm a pool player, not a programmer.
Please Log in or Create an account to join the conversation.
(a) how to edit the CSS
(b) how to create a minified CSS
(c) what to do if you only edit the forum-min.css file and not the forum.css file
(d) what to do if you only edit the forum.css file and you don't create a forum-min.css file
(e) and a few hundred other questions that I haven't even thought of.
What I did, therefore, assumes that people reading what I wrote actually understand all of those issues and, if they don't, they should not attempt to do anything at all. But, if you really would like to know, you should read the following articles in the Wiki: Yes, you may have to experiment a little with the left-margin indentation.
mtupstairs wrote:
Which "board"? The forum software at www.kunena.org is K 1.6.1.... so I assume this board is not yet 1.6.1
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.