Problem with Partyfreak template and Kunena 1.6

GK User
Sat Jan 08, 2011 9:32 am
Hello everyone!

I just updated my forum to the new version of Kunena, 1.6.2.
Am using the Party Freak template for my site.

Now some lay-out in the fourm is having in problems in Firefgox, Safari and Chrome. In IE everythings looks OK.



It is just one problem.. see the attached file > the column lasted post by is very VERY small...
I already looked on Kunena.com and they say it is a problem with the template people are using.
And they are right. When I choose the normal Joomla template everything looks OK. So it seems like the Party Freak template is causing the problem...


Also the pagination is messed up in FF, Safari en Chrome... In IE the pagination is ok... but other browsers is a mess :(

Has anyone else had this problem ... and most of all.. how do i fix this?
Any help is welcome!
User avatar
Gold Boarder

teitbite
Thu Jan 13, 2011 10:49 pm
Hi

Please show me an exact page with this problem. When I'm goting to "Forum" I'm getting 404 error.
User avatar
Moderator

GK User
Fri Jan 14, 2011 6:32 am
teitbite wrote:Hi

Please show me an exact page with this problem. When I'm goting to "Forum" I'm getting 404 error.


See here, http://www.madonna.nl/site/forum/534-al ... ieuws.html

It is the standard forum template and the pagination is messed up. (page 1 is on the right while the rest 2-3-4-5- is aligned to the left).

Also the pagination below a topic title is stran.. first you see the numbers and than the word 'page'.
User avatar
Gold Boarder

teitbite
Sat Jan 15, 2011 12:09 am
Hi

Please add this code to css:

Code: Select all
#Kunena td.klist-pages-all .kpagination li {
    float: left;
}
User avatar
Moderator

GK User
Sat Jan 15, 2011 12:22 pm
Hey teitbite,

Thanks for the code and ALMOST fixed!

Can you please look here: http://www.madonna.nl/site/forum/534-al ... ieuws.html.
You can see the pagination of this category is FIXED! :cheer: :cheer: :cheer:

But please look at the pagination by the first topic title (Madonna's Raising Malawi Projecten).
You can see the numbers 1 24 25 26 and there after the word 'pagina' (page).
Here the pagination is stilm messed up (in FF, Chrome and Safari).

Can you also help me with that problem? I would be so happy!
User avatar
Gold Boarder

GK User
Sat Jan 15, 2011 2:13 pm
Hi

Try adding this code:

Code: Select all
#Kunena .ktopic-title-cover{margin-bottom: 10px}
#Kunena .kpagination li.page,#Kunena .kpagination li.more {float:left;padding-top: 5px}
#Kunena .kpagination li.page {padding-left:0}
#Kunena .kpagination li a {margin-left: 5px!important}
#Kunena .kpagination .active {margin-top: 2px!important}


Cheers
User avatar
Platinum Boarder

GK User
Sat Jan 15, 2011 4:11 pm
Hey Seichinha!

The code worked and now everyhting looks good in FF, Chrome and Safari. THANK YOU.

But... :(
Now something is wrong with IE..
Look here: http://www.madonna.nl/site/forum/index.html

The pagination of the category is OK but the pagination below a topic title is messed up.
The dots are posted below the pagination line. They need to be after number 1....
User avatar
Gold Boarder

GK User
Sat Jan 15, 2011 5:18 pm
ok... so use instead this code:

Code: Select all
#Kunena .kpagination li {float: left}
#Kunena .kpagination li.page,#Kunena .kpagination li.more {padding-top: 5px}
#Kunena .kpagination li.page {padding-left:0}
#Kunena .kpagination li a {margin-left: 5px!important}
#Kunena .kpagination .active {margin-top: 2px!important}


This should work also on ie7.
Don't forget to clear cache.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Jan 16, 2011 10:03 am
I used your new code... AND YES!!!!
Finally everything looks good!!

Me so happy :)

Thank you very much guys!
User avatar
Gold Boarder

GK User
Mon Mar 21, 2011 8:36 pm
Hello,

i have the same problem, but in which css file i have to add this code?

best regards
User avatar
Fresh Boarder

teitbite
Wed Mar 23, 2011 6:49 pm
Hi

You need to just copy it to css. My favourite file for such changes in this template is template.css file :)
User avatar
Moderator

GK User
Wed Mar 23, 2011 8:06 pm
thanks, it worked fine.

but the white column at the left side in firefox is always there.
have you also a solution for this?

best regards
User avatar
Fresh Boarder

GK User
Thu Mar 24, 2011 7:36 pm
in the Screenshot you see the problem.

the Site:
http://test.tattoobastards.de/index.php ... Itemid=237

login: test
pw: test123

best regards :)
User avatar
Fresh Boarder

GK User
Thu Mar 24, 2011 10:34 pm
ok now i have the full code who works for 1.6.3 kunena. For everyone wo has this problem.


add to template.css:

#Kunena td.klist-pages-all .kpagination li {
float: left;
}

#Kunena .kpagination li {float: left}
#Kunena .kpagination li.page,#Kunena .kpagination li.more {padding-top: 5px}
#Kunena .kpagination li.page {padding-left:0}
#Kunena .kpagination li a {margin-left: 5px!important}
#Kunena .kpagination .active {margin-top: 2px!important}


#Kunena td.kcol-ktopiclastpost {
min-height: 46px;
width: 100%;
}
User avatar
Fresh Boarder

teitbite
Sat Mar 26, 2011 3:46 am
Hi

Right. It's good. Sorry I didn't get in time to help You with that.
User avatar
Moderator


cron