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.

Merged My Joomla template displaces Edit/Quote/Reply buttons

More
14 years 10 months ago #100829 by sozzled
I was close! :laugh: What we're trying to do here, is to override the CSS style used by your Joomla site .quote class. Replace the rule I've shown you before with the following:
Code:
#Kunena .kbuttoncomm span.quote { background-color: transparent; background-position: 0 -440px; border: 0; font-style: normal; line-height: 14px !important; padding: 0; margin-bottom: 0 !important; }
The following user(s) said Thank You: dobso

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

More
14 years 10 months ago #100831 by dobso
Excellent! Thank you so much.

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

More
14 years 5 months ago - 14 years 5 months ago #111746 by singlanhn
hello,
I am using kunena 1.7.1 with its default problem. but there is a problem with the CSS. The bottom right buttons (reply, quote,etc) are not shown properly. I have some knowledge of CSS and tried every thing, but no use. Can anyone help me. I do not want to change the template.

Link for the forum:
himachalcafe.in/forum/2-welcome-mat/1-welcome-to-kunena.html

Thank You
Last edit: 14 years 5 months ago by singlanhn.

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

More
14 years 5 months ago - 14 years 5 months ago #111751 by sozzled
The problem is caused by your Rockettheme template.

Either you can contact Rockettheme and ask them to fix it (you paid for their support, right?) or we can suggest a few ways to fix it. If I see a dollar-sign anywhere, I'll fix it for you straight away! ;)

We've had other topics on similar problems that people have reported and these things are fairly easy to fix. The problem (for me) is to find them.

Here's a similar case - different template manufacturer: Hot Joomla templates: edit/quote/reply buttons not showing properly
Last edit: 14 years 5 months ago by sozzled.

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

More
14 years 5 months ago #111761 by sozzled
OK, I found the cause. Yes, it's caused by your Rockettheme template.

You need to comment-out the following part of your Joomla site template file (/templates/hot_relief/css/template_css.css):
Code:
.quote { padding:15px; font-size:125%; text-align:center; font-style:italic; line-height:normal; border:4px dashed #ccc; }

And you should also add the following lines to the end of that file:
Code:
#Kunena .kicon-button span { margin: 0 -2px; }
I've just done myself out of a quick $20 by telling you what to do (for free). If you need more help ... well, it might cost you something! ;)

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

More
14 years 5 months ago #111765 by singlanhn

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

Time to create page: 0.228 seconds