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)

More
15 years 6 months ago #69627 by mtupstairs
No harm, no foul Sozzled. I have enough trouble with one site, I can't imagine the task of trying to fix every site out there. I created a couple of test CSS files and I will keep playing around with them. If I find a good fix, I will post.

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.

More
15 years 3 months ago - 15 years 3 months ago #85461 by fraifrai

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 :
Code:
#Kunena ul li { list-style:disc outside none; margin-left: 19pt; padding-left: 0px; }
Last edit: 15 years 3 months ago by fraifrai.

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

More
15 years 3 months ago - 15 years 3 months ago #85466 by fraifrai

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:
Last edit: 15 years 3 months ago by fraifrai.

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

More
15 years 3 months ago #85471 by severdia
This should be working now. What isn't working?

Author of Using Joomla from O'Reilly Media. | www.usingjoomlabook.com

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

More
15 years 3 months ago - 15 years 3 months ago #85472 by fraifrai
It works now :)

But it is a pity that such a hack is necessary in a stabilized version.
Last edit: 15 years 3 months ago by fraifrai.

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

More
15 years 3 months ago #85480 by severdia
What "hack" do you mean? This?
Code:
#Kunena ul li { list-style:disc outside none; margin-left: 19pt; padding-left: 0px; }

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
The following user(s) said Thank You: fraifrai

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

Time to create page: 0.250 seconds