- Posts: 31
- Thank you received: 0
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
Question Weird layout in profile section
For the devs:
Please Log in or Create an account to join the conversation.
Here are some suggestions (to change your Joomla site template):
.art-Sheet {
margin:0 auto;
min-height:59px;
min-width:59px;
position:relative;
width:1100px;
z-index:0;
}
.art-contentLayout .art-content {
border:0 none;
margin:0;
overflow:hidden;
padding:0;
position:relative;
width:923px;
}
But, while these changes will fix your Kunena problems, they're going to cause other issues with the rest of your website.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Furthermore the layout does indeed interfere with the rest of the website. Is there some solution to change this..?? The 1.5x Kunena forum is looking great on the website, no layout problems with that. Thanks in advance!
Please Log in or Create an account to join the conversation.
I don't know anything about K 1.5 on your website - you're using K 1.6. All of your problems (including the menu font sizes) are caused by your Joomla site template. There is a solution but it requires work on your Joomla site template. Your Joomla site template CSS has some very prescriptive font-size and line-height settings; these need to be changed. Firebug for Firefox is a way to analyse what's happening. These things can probably be quickly fixed with a different site template or, if you can't do them yourself, engage someone to do them for you. Perhaps someone else has a few more ideas?gyedema wrote: I changed settings to above, (only changes were in the "width" settings) and Kunena more or less looks ok now. The menu bar (on top, to navigate to the profile section etc) is still looking weird; too small and almost unreadable.
Furthermore the layout does indeed interfere with the rest of the website. Is there some solution to change this..?? The 1.5x Kunena forum is looking great on the website, no layout problems with that.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
On that site 1.5 is installed. The 1.6RC2 version is installed for testing reasons on another site.
I would love to hear suggestions on how to make it work...!! I can alter the template in Artisteer but don't know where to look, other than just more pixels in the widht section of the pages..
Please Log in or Create an account to join the conversation.
You will need to alter the site template. I would get rid as many font-size and line-height CSS styles that I could. I would look at ul, li, div, a, table, td, etc.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.