Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

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
12 years 3 months ago - 12 years 3 months ago #21 by etkritikonspoudon

etkritikonspoudon wrote: I believe this has been answered somewhere, but I as much as I search around I can't find it.

I am having the following issue with a Rockettheme, Gantry based template

Underneath the post, the "EDIT" button is somewhat elevated than the rest.



I have "Build Title Spans" off, I am not facing any javascript issues (everything works fine)...

I've found the solution to the common "letter-spacing" problem
I've found the solution to disable title spans which causes trouble

I can't find the answer to this one...I had come across it either here or at the Rockettheme forums, but sadly I am not a member there anymore and can't access the crucial forum categories in order to find it.

Sorry if this has been dealt with before.


Ok I have found the solution.

The problem was, as it turns out, that all forum buttons except "Thank you" and "Edit" were displayed lower than normal
This is how it should display


...and this is how it displayed (buttons falling lower, almost touching the line)


What was needed to fix it is to add this code to the Joomla template.css file
Code:
.kbuttonbar-left .kmessage-buttons-row a {float: left;padding-right: 5px;}
Attachments:
Last edit: 12 years 3 months ago by etkritikonspoudon.
The following user(s) said Thank You: jpc0480, CheechDogg

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

More
12 years 2 months ago #22 by jheuser
Can someone please explain to me how to fix this problem located at this page?

It is in the bottom right where it says reply. there are buttins getting messed up. Looks bad.

the-solution-factory.com/forum/2-welcome...izing-your-marketing

I am using the latest version of Kunena, and have used it before on different sites. It looks messed up and I cannot understand why.

Thanks for your help with this!

I have also attached a file.

Attachments:

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

More
12 years 2 months ago #23 by CheechDogg
Hello jheuser,

Can you please add your forum configuration report? The Mods and Dev team won't be able to help you out till they see it.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

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

More
12 years 2 months ago #24 by sozzled
It's probably a Rockettheme template issue. We've seen this before many times. I've merged this topic with a long-running topic - one with a more meaningful subject that "Can someone please explain to me how to fix this problem located at this page?" (which could mean just about anything). When people post questions on the forum, it would help us a lot if they read How To Ask Questions The Smart Way and What information should I include when I ask for help (including how to post my configuration report)?

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

More
12 years 2 months ago #25 by jheuser
This message contains confidential information

Database collation check: The collation of your table fields are correct

Legacy mode: Disabled | Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 30 seconds | Max execution memory: 256M | Max file upload: 64M

This message contains confidential information

Joomla default template details : jm-internet-marketing | author: joomla-monster.com | version: 1.5 | creationdate: 11/10/2010

Kunena default template details : Joomlana_Blue | author: عبدالله بازهير baazza | version: 1.6.1 | creationdate: 2010-11-22

Kunena version detailled: Installed version: 1.7.0 | Build: 5135 | Version name: Tale | Kunena detailled configuration:

Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: System - Mootools Upgrade: Enabled | System - Mootools12: Disabled

Modules: None

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

More
12 years 2 months ago #26 by jheuser
This template is not Rockettheme btw...

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

More
12 years 2 months ago #27 by sozzled
I see that now. Doesn't matter. The principle is the same. Firebug for Firefox will show you how to fix up the problem. I don't have time right at the moment to look closely at the problem. Perhaps someone else will be able to help you soon.

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

More
12 years 2 months ago #28 by CheechDogg
Hello jheuser,

I am taking a look at your website right now with the link you provided us with.

From what I can see you are not using the default Blue Eagle template which is the only one supported by the Kunena Dev Team. Nevertheless I will try to help you with this issue.

First thing to do is look in your kunena template's css and find the following directory:

/components/com_kunena/template/joomlana_blue/css/

Find the following file inside this directory:

kunena.default-min.css

Now find the following piece of code rules:

#Kunena td.kbuttonbar-right

The padding for this should be at least 23px and right now it looks like this:

#Kunena td.kbuttonbar-right {
border-bottom: 1px solid #BFC3C6;
height: 1em;
margin: 3px;
padding: 3px 10px; (MAKE THE PADDING HERE 23px)
vertical-align: bottom;
width: 100%;

I will give you some information here in a bit.

[img
Find me on Facebook.

CAG Clan 1st and 3rd Person Shooter Clan on XBOX 360 & PS3

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

More
12 years 2 months ago #29 by jheuser
I have tried the default template as well and I still get the same results. I will try your fix and see if it works.

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

More
12 years 2 months ago #30 by jheuser
Looks like there is no change. I changed both paddings to 23 px. I then cleaned the cache.

Did I do it right?

td.kbuttonbar-right
{vertical-align:bottom;width:100%;height:1em;margin:3px;
border-bottom:1px solid #bfc3c6;
padding:23px 23px}

Thank you for your help in trying to get this resolved.

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

Time to create page: 0.601 seconds