- Posts: 337
- Thank you received: 6
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
Solved Site Layout defect
it looks a little bit better now... But sometimes is also wrong. But I know the cause now.
It depends on the size of the ad's on the right side:
If the ad's shorter then Kunena, then everything is ok like here:
simple-quality.de/forum/stellenangebote/...t-gesucht.html#15329
If it's longer then Kunene then it get's wrong:
simple-quality.de/forum/homepage-simple-...der-seite.html#15307
Here one more example with one threed in the middle:
simple-quality.de/forum/homepage-simple-...ihnachten.html#15300
But I can also not understand why this only happens by direct call off the thread. Without the thread-no on the end of the link everything looks fine
simple-quality.de/forum/homepage-simple-...s-auf-der-seite.html
@Philip: If I click on the link in our post, the file opens...
Greetings, Roland
Please Log in or Create an account to join the conversation.
try the following: Change in your template css the code (line 267)
from
todiv#sq_werbung {
float: left;
margin-left: 20px;
position: relative;
top: 160px;
width: 191px;
}
div#sq_werbung {
float: left;
margin-left: 20px;
/* position: relative; */
margin-top: 160px;
width: 191px;
}
Important! Always create a backup before you make any changes to your website!
Please Log in or Create an account to join the conversation.
- Philip Bainbridge
-
- Offline
- Junior Member
-
"
But when looking with the post numver it sits wrong as you say but i see some text "Your advertisement here
now at lower rates!"
Should this not be seen on all pages and not just the ~post pages?
I can get the top laying out perfect with just a css tweaks.. Im just having a little gander at the bottom now
I aint no expert but i have had similar problems my self which i have been able to rectify easily
Please Log in or Create an account to join the conversation.
- Philip Bainbridge
-
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
- Philip Bainbridge
-
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.
- Philip Bainbridge
-
- Offline
- Junior Member
-
Please Log in or Create an account to join the conversation.