Kunena 7.0.2 Released

The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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 Kunena blend with RT Clarion template

More
14 years 1 month ago #117873 by Ewoudv
Hi there,

On my website I have the Rockettheme Clarion template activated and the default Kunena template. In the Kunena template settings I have activated the Blend with Joomla template option.

Most things are looking good but there are a few issues:

1. The legenda doesn’t show different colors, just only white.
2. Who is online and Forum statistics cannot be clicked anymore
3. The forum menu doesn’t show which menu is activated by showing a different color

I am not sure if this is Kunena or Rockettheme related so I will post this on both websites and hopefully it can be solved. I have read the sticky but I think that Rockettheme is one of the best template developers so the 2 of them should be able to integrate perfectly in the end :).

URL: www.gamecritics.eu
Joomla: 2.5.1
Kunena 1.7.2

Regards,

Ewoud
The topic has been locked.
More
14 years 1 month ago #117876 by sozzled
(1) You can add, to your Joomla site template, your own custom legend colours. This topic may help: Legend Color problem .

(2) I don't know why the "Who's online" or "Forum Statistics" headings do not show as clickable links. This may be something caused by using the "blend option". Perhaps someone else has a suggestion?

(3) See How do I restore my Kunena menu?
The topic has been locked.
More
14 years 1 month ago - 14 years 1 month ago #117905 by Ewoudv
Hi sozzled,

Thanks for your answer.

1. I got a reaction at the Rockettheme forum and they had the perfect solution for me. Check this topic for the solution.
2. Rockettheme doesn't have a solution for that either (yet?). If I use a different Rockettheme template then both 'Who's online' and 'Forum statictics' can be clicked, so I hope RT has a solution for that.
3. I followed the manual in your link but it didn't help unfortunately. I also think that was a manual that helps if your Kunena doesn't show. Personnaly I think it is a CSS issue but I do not have the skills to find out unfortunately.

If anyone else has a solution that would be great.

Thanks again.

Ewoud
Last edit: 14 years 1 month ago by Ewoudv.
The topic has been locked.
More
14 years 1 month ago #117908 by ilyxa
"Access to major portions of the RocketTheme Community Forums requires membership in one of the RocketTheme clubs"

Can you copy text of the solution here??
The topic has been locked.
More
14 years 1 month ago #117909 by Ewoudv
You will have to add the following code to the template.css file:
Code:
#Kunena .kwho-admin, #Kunena a.kwho-admin { color: red!important; } #Kunena .kwho-globalmoderator, #Kunena a.kwho-globalmoderator { color: maroon!important; } #Kunena .kwho-moderator, #Kunena a.kwho-moderator { color: blue!important; } #Kunena .kwho-user, #Kunena a.kwho-user { color: #5388B4!important; } #Kunena .kwho-guest, #Kunena a.kwho-guest { color: #666!important; }
The following user(s) said Thank You: ilyxa
The topic has been locked.
More
14 years 1 month ago - 14 years 1 month ago #117968 by Ewoudv
I have found another problem. The Edit profile button is not a button anymore and is not on the right anymore. This is a bit strange because on a test website, which has the same setup (it's a backup), there it works. I searched this forum and deleting
Code:
float: left;
in joomla.css did not change anything. And as said, in the test website I didn't change that either.

Unfortunately I am not that good with css but I have used the Inspect Element in Chrome and there I saw that there is a difference between the 2 sites' Edit box. In the attachment you see on the right the code of the correct functioning button and on the left of the non functioning button.

Hopefully someone knows what causes the problem?

I have added this problem also in the Rockettheme topic.

Edit: I was not correct that the setup is exactly the same :blush: . The template is different. But it's also a RT template.
Last edit: 14 years 1 month ago by Ewoudv.
The topic has been locked.
Time to create page: 0.664 seconds