- Posts: 16
- Thank you received: 1
Kunena 6.3.7 Released
The Kunena team has announce the arrival of Kunena 6.3.7 [K 6.3.7] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x/5.2.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.
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
12 years 9 months ago #1
by Ewoudv
Kunena blend with RT Clarion template was created 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
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.
12 years 9 months ago #2
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Kunena blend with RT Clarion template
(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?
(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?
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
12 years 9 months ago - 12 years 9 months ago #3
by Ewoudv
Replied by Ewoudv on topic Re: Kunena blend with RT Clarion template
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
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: 12 years 9 months ago by Ewoudv.
The topic has been locked.
12 years 9 months ago #4
by ilyxa
Replied by ilyxa on topic Re: Kunena blend with RT Clarion template
"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??
Can you copy text of the solution here??
The topic has been locked.
12 years 9 months ago #5
by Ewoudv
Replied by Ewoudv on topic Re: Kunena blend with RT Clarion template
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.
12 years 9 months ago - 12 years 9 months ago #6
by Ewoudv
Replied by Ewoudv on topic Re: Kunena blend with RT Clarion template
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
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.
Code:
float: left;
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: 12 years 9 months ago by Ewoudv.
The topic has been locked.
- Jiminimonka
- Offline
- Elite Member
- YBAS!
12 years 9 months ago #7
by Jiminimonka
Replied by Jiminimonka on topic Re: Kunena blend with RT Clarion template
In your admin panel go to your RT theme template configuration, Advanced - and turn OFF Build Title Spans and see if that fixes your problem.
The topic has been locked.
12 years 9 months ago #8
by Ewoudv
I now see it also solves problem number 2 of my first post in this topic
So if anybody has a solution to number 3 that would be great.
Replied by Ewoudv on topic Re: Kunena blend with RT Clarion template
That solved the Edit button. Thanks for that. Unfortunately I like that option to be enabled but at least it solves it for now.Jiminimonka wrote: In your admin panel go to your RT theme template configuration, Advanced - and turn OFF Build Title Spans and see if that fixes your problem.
I now see it also solves problem number 2 of my first post in this topic
So if anybody has a solution to number 3 that would be great.
The topic has been locked.
12 years 9 months ago - 12 years 9 months ago #9
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Kunena blend with RT Clarion template
The answer to point 3 is contained in
How do I restore my Kunena menu?
. If you do not want to use the standard Kunena menu, please read
Customised menus
in the Wiki.
Please remember that it is not our job to fix up problems with commercially-designed templates that you paid for. I suggest you read My Joomla template makes a mess of Kunena .
If you want to discuss further your problem, please use a different topic (for example, use [Merged topic] How do I restore my Kunena menu? ). Please remember to include your configuration report when you ask your question. This topic is now closed.
Please remember that it is not our job to fix up problems with commercially-designed templates that you paid for. I suggest you read My Joomla template makes a mess of Kunena .
If you want to discuss further your problem, please use a different topic (for example, use [Merged topic] How do I restore my Kunena menu? ). Please remember to include your configuration report when you ask your question. This topic is now closed.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 12 years 9 months ago by sozzled.
The topic has been locked.
Time to create page: 0.347 seconds