Kunena 7.0.6 & Kunena 6.4.12 – Security Updates Released
The Kunena team has announce the arrival of Kunena 7.0.6 [K 7.0.6] 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 twelfth version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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 [Merged topic]How do I add a background image behind my Kunena Menu?
- Voice4Vision
-
- Offline
- Junior Member
-
- Creative Thinker
Less
More
14 years 2 months ago #120586
by Voice4Vision
Replied by Voice4Vision on topic Re: How do I add a background image behind my Kunena Menu?
I tried using an image, however I could not get it to load. Not sure if I added it to the proper css.
Thank you sozzled for your response
Thank you sozzled for your response
The topic has been locked.
14 years 2 months ago #121101
by Lord Zedd
Replied by Lord Zedd on topic Re: How do I add a background image behind my Kunena Menu?
I am currently facing the same kind of prooblem. Same thing. It wont load. It keeps the default color.
In my Kheader div I wrote :
#Kunena .kheader {
background-image: url("../images/forumkheaderbackground.png") repeat-x scroll center top #2C5687!important;
}
In my Kheader div I wrote :
#Kunena .kheader {
background-image: url("../images/forumkheaderbackground.png") repeat-x scroll center top #2C5687!important;
}
The topic has been locked.
14 years 2 months ago #121107
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How do I add a background image behind my Kunena Menu?
Try instead:
Code:
#Kunena #ktop {
background-image: url("../images/forumkheaderbackground.png") repeat-x scroll center top #2C5687;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
14 years 2 months ago #121114
by Lord Zedd
Replied by Lord Zedd on topic Re: How do I add a background image behind my Kunena Menu?
No it did not work. 
But I notice that a couple of things that I use in my template css as override, is not loading.
I have read many topics and the article about Kunena can mess up the template.
Sozzled on a personal note: cool that you are still around here. what would Kunena and ALL these users here be without you!

But I notice that a couple of things that I use in my template css as override, is not loading.
I have read many topics and the article about Kunena can mess up the template.
Sozzled on a personal note: cool that you are still around here. what would Kunena and ALL these users here be without you!
The topic has been locked.
14 years 2 months ago #121115
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: How do I add a background image behind my Kunena Menu?
Thanks for your compliment.
Lord Zedd wrote:
Could we see your site? Maybe someone can tell you what you need to do? It's difficult answering questions like these when we're "flying blind".
Lord Zedd wrote:
Usually it's the other way around. Joomla site templates are more likely to mess up Kunena! :lol:I have read many topics and the article about Kunena can mess up the template.
Could we see your site? Maybe someone can tell you what you need to do? It's difficult answering questions like these when we're "flying blind".
Blue Eagle vs. Crypsis reference guide
Read my blog and
The topic has been locked.
14 years 2 months ago - 14 years 2 months ago #121117
by Lord Zedd
Replied by Lord Zedd on topic Re: How do I add a background image behind my Kunena Menu?
Yes sure it's
www.sgadget.be
Yes if you are flying blind you got no clue. It's an Artisteer template
Everything from Kunena is currently below in my template.css
Something work like the border radius and so on but as for giving the kheader a background. Nope, no luck on that really. It stays the same as the Blue Eagle's one. Of course I can enter a color in the template manager of Blue Eagle but not adding a background image. So css is the only way to go.
Also giving the correct links wont do it. Strange right?
Yes if you are flying blind you got no clue. It's an Artisteer template
Everything from Kunena is currently below in my template.css
Something work like the border radius and so on but as for giving the kheader a background. Nope, no luck on that really. It stays the same as the Blue Eagle's one. Of course I can enter a color in the template manager of Blue Eagle but not adding a background image. So css is the only way to go.
Also giving the correct links wont do it. Strange right?
Code:
#Kunena div.kblock div.kbody {
border-width: 9px;
border-color: #C4CBD4;
}
#Kunena td.kcol-mid {
border-left: 0px;
}
#Kunena tr.krow1 td {
background-color: #FFFFFF;
}
#Kunena tr.krow2 td {
background-color: #FFFFFF;
}
#Kunena div.kthead-title a {
color: #45515B;
text-decoration: none;
}
#Kunena div.kthead-title a:hover{
color: #45515B;
text-decoration: underline;
}
#Kunena div.kthead-title a:visited{
color: #45515B;
text-decoration: none;
}
#Kunena div.kthead-desc {
color: #777777;
font-size: 12px;
}
#Kunena span.kcat-topics-number, #Kunena span.kcat-replies-number {
font-size: 12px;
color: #000000;
}
#Kunena span.kcat-topics, #Kunena span.kcat-replies {
color: #000000;
font-size: 10px;
text-align: center;
}
#Kunena .kheader {
-moz-border-top-left-radius: 4px;
-moz-border-top-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
font-size: 16px;
}
#Kunena #ktop {
background-image: url("../images/forumkheaderbackground.png") repeat-x scroll center top #2C5687;
}
#Kunena div.ktitle-desc {
font-size: 12px;
}
Last edit: 14 years 2 months ago by Lord Zedd.
The topic has been locked.
Time to create page: 0.299 seconds