Kunena 6.2.6 released

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

Question Layout problem when navigating to post with anchor

More
13 years 6 months ago - 13 years 6 months ago #1 by renewest
I'm using Joomla 1.5.20 and Kunena 1.5.11
The Joomla template is Beez and Kunena template is default_ex.

When navigating to a link such as this example:
www.frisbeesport.nl/web/index.php?option...iew&catid=14&id=3#49
using Firefox 3.6 I only get half the page.

Navigating to the same page but without the anchor:
www.frisbeesport.nl/web/index.php?option...c=view&catid=14&id=3
displays correctly.

Chrome and IE show the pages correctly.

Is this a Known problem, a Joomla template problem, a Kunena template problem, Firefox problem???
Last edit: 13 years 6 months ago by renewest.

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

More
13 years 6 months ago - 13 years 6 months ago #2 by sozzled
What seems to work in your case is to modify your Joomla site template. See at around line 56 of position.css:

#contentarea, #contentarea2 {
border:0 solid #000000;
margin:0;
overflow:hidden;
padding:0;
position:relative;
}

Removing the overflow:hidden rule makes a difference.

You are also advised to update to K 1.5.12.
Last edit: 13 years 6 months ago by sozzled.

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

More
13 years 6 months ago #3 by renewest
Thanks, although it did not solve the problem right away it put me on the right track.

Found this link:
stackoverflow.com/questions/1251013/fire...ontainer-element-css

Which made me put overflow:hidden under #all in my position.css

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

Time to create page: 0.347 seconds