- Posts: 337
- Thank you received: 6
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
Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.
Question K1.6 RC3 - List bullet missing (also k.com)
15 years 7 months ago #63174
by roland76
K1.6 RC3 - List bullet missing (also k.com) was created by roland76
Hello,
the bullet in front of the unordered list is missing (also here in 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.
15 years 7 months ago #63201
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: K1.6 RC3 - List bullet missing (also k.com)
Confirmed
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
-
Less
More
- Posts: 16
- Thank you received: 2
15 years 6 months ago - 15 years 6 months ago #69460
by mtupstairs
Damn it Jim! I'm a pool player, not a programmer.
Replied by mtupstairs on topic Re: K1.6 RC3 - List bullet missing (also k.com)
I am not positive it is missing. I have a feeling it may actually be an alignment issue. The reason for my suspicion is that when I use numbers only the very right edge is visible. Secondly, sometimes when the page is first loading, I seem to be able to see the bullets. Finally, if you nest them the lower level bullets are visible. I could be wrong but I believe this a display issue. Hope it might help track down the issue.
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
- 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.
Last edit: 15 years 6 months ago by mtupstairs. Reason: Cause I always seem to screw up the first time!
Please Log in or Create an account to join the conversation.
15 years 6 months ago #69465
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: K1.6 RC3 - List bullet missing (also k.com)
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.
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
The following user(s) said Thank You: mtupstairs, fraifrai
Please Log in or Create an account to join the conversation.
- mtupstairs
-
- Offline
- Junior Member
-
Less
More
- Posts: 16
- Thank you received: 2
15 years 6 months ago #69475
by mtupstairs
Damn it Jim! I'm a pool player, not a programmer.
Replied by mtupstairs on topic Re: K1.6 RC3 - List bullet missing (also k.com)
I have a question and a couple observations. You will have to pardon my question but I just switched to Kunena last night. I am very new at this. Are you referring to kunena.forum-min.css when you say the Kunena template CSS?
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
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.
15 years 6 months ago - 15 years 6 months ago #69477
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: K1.6 RC3 - List bullet missing (also k.com)
I had a fair idea, in the back of my mind, when I posted what I did, that I was going to get asked a few dozen questions - most of them basically saying "it doesn't work for me" - and that I was probably going to have to spend the next few weeks explaining
(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:
(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
Last edit: 15 years 6 months ago by sozzled.
The following user(s) said Thank You: mtupstairs, fraifrai
Please Log in or Create an account to join the conversation.
Time to create page: 0.279 seconds