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
14 years 10 months ago #100829
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Hot Joomla templates: Edit/Quote/Reply buttons not showing properly
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;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
The following user(s) said Thank You: dobso
Please Log in or Create an account to join the conversation.
14 years 10 months ago #100831
by dobso
Replied by dobso on topic Re: Hot Joomla templates: Edit/Quote/Reply buttons not showing properly
Excellent! Thank you so much.
Please Log in or Create an account to join the conversation.
14 years 5 months ago - 14 years 5 months ago #111746
by singlanhn
Replied by singlanhn on topic Rockettheme edit/quote/reply buttons not showing properly
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
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.
14 years 5 months ago - 14 years 5 months ago #111751
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Rockettheme edit/quote/reply buttons not showing properly
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
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
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 14 years 5 months ago by sozzled.
Please Log in or Create an account to join the conversation.
14 years 5 months ago #111761
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: Rockettheme edit/quote/reply buttons not showing properly
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):
And you should also add the following lines to the end of that file:
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!
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;
}
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
14 years 5 months ago #111765
by singlanhn
Replied by singlanhn on topic Re: Rockettheme edit/quote/reply buttons not showing properly
Its working.
Thanks
Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.228 seconds